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.
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.

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