Firebase.AI.ModelContent.FunctionCallPart

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
string
An identifier that should be passed along in the FunctionResponsePart.
Name
string
The 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.

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()