Firebase.
A predicted function call returned from the model.
Summary
Inheritance
Inherits from: Firebase.AI.ModelContent.Part| Properties | |
|---|---|
| Args | IReadOnlyDictionary< string, object >The function parameters and values, matching the registered schema.  | 
| Id | stringAn identifier that should be passed along in the FunctionResponsePart.  | 
| IsThought | bool | 
| Name | stringThe name of the registered function to call.  | 
| Public functions | |
|---|---|
| ToJson() | Dictionary< string, object > Part. | 
Properties
Args
IReadOnlyDictionary< string, object > Firebase::AI::ModelContent::FunctionCallPart::Args
The function parameters and values, matching the registered schema.
Id
string Firebase::AI::ModelContent::FunctionCallPart::Id
An identifier that should be passed along in the FunctionResponsePart.
IsThought
bool Firebase::AI::ModelContent::FunctionCallPart::IsThought
Name
string Firebase::AI::ModelContent::FunctionCallPart::Name
The name of the registered function to call.
Public functions
ToJson
Dictionary< string, object > Part. Firebase::AI::ModelContent::FunctionCallPart::ToJson()