Class GeminiFunctionResponseContent
- Namespace
- Uralstech.UGemini.Models.Generation.Tools
The response of a Gemini function call. Based on the Protocol Buffer Struct type.
public class GeminiFunctionResponseContent
- Inheritance
-
GeminiFunctionResponseContent
- Extension Methods
Fields
Name
The name of the function.
public string Name
Field Value
ResponseData
The actual JSON response data of the function.
public JObject ResponseData
Field Value
- JObject