Firebase.AI.LiveSessionToolCall

A request to use a tool from the live session.

Summary

Warning: This API is in Public Preview, which means that the feature is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways.

Inheritance

Inherits from: Firebase.AI.ILiveSessionMessage

Properties

FunctionCalls
A list of ModelContent.FunctionCallPart included in the response, if any.

Properties

FunctionCalls

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