Table of Contents

Class GeminiFunctionResponse

The result output from a GeminiFunctionCall that contains a string representing the Name and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a GeminiFunctionCall made based on model prediction.

public class GeminiFunctionResponse
Inheritance
GeminiFunctionResponse
Extension Methods

Fields

Name

The name of the function to call. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 63.

public string Name

Field Value

string

Response

The function response data.

public GeminiFunctionResponseContent Response

Field Value

GeminiFunctionResponseContent