LiveAPIEvents
Constants
BidiGenerateContentServerContent
Content generated by the model in response to a client message. https://ai.google.dev/gemini-api/docs/live#bidigeneratecontentservercontent
Parameters
client:
The Gemini.Experimental.LiveAPIClient instance.
data:
Object
OptionalThe event's data.
BidiGenerateContentToolCall
Request for the client to run the function calls and return the responses with the matching IDs. https://ai.google.dev/gemini-api/docs/live#bidigeneratecontenttoolcall
Parameters
client:
The Gemini.Experimental.LiveAPIClient instance.
data:
Object
OptionalThe event's data.
BidiGenerateContentToolCallCancellation
Sent when a function call is canceled due to the user interrupting model output. https://ai.google.dev/gemini-api/docs/live#bidigeneratecontenttoolcallcancellation
Parameters
client:
The Gemini.Experimental.LiveAPIClient instance.
data:
Object
OptionalThe event's data.
Unknown
The unknown event.
Parameters
client:
The Gemini.Experimental.LiveAPIClient instance.
data:
Object
OptionalThe event's data.