Firebase. AI. LiveSessionToolCall
A request to use a tool from the live session.
Summary
Inheritance
Inherits from: Firebase.AI.ILiveSessionMessage Properties | |
---|---|
FunctionCalls | IEnumerable< ModelContent.FunctionCallPart > A list of ModelContent.FunctionCallPart included in the response, if any. |
Properties
FunctionCalls
IEnumerable< ModelContent.FunctionCallPart > Firebase::AI::LiveSessionToolCall::FunctionCalls
A list of ModelContent.FunctionCallPart
included in the response, if any.
This will be empty if no function calls are present.