[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["\u003e This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n\nA request from the model for the client to execute one or more functions.\n\n**Signature:** \n\n export interface LiveServerToolCall \n\nProperties\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------|-----------------------------------------------------------------|-----------------------------------------------------------|\n| [functionCalls](./ai.liveservertoolcall.md#liveservertoolcallfunctioncalls) | [FunctionCall](./ai.functioncall.md#functioncall_interface)\\[\\] | ***(Public Preview)*** An array of function calls to run. |\n| [type](./ai.liveservertoolcall.md#liveservertoolcalltype) | 'toolCall' | ***(Public Preview)*** |\n\nLiveServerToolCall.functionCalls This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n\nAn array of function calls to run.\n\n**Signature:** \n\n functionCalls: FunctionCall[];\n\nLiveServerToolCall.type This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.\n\n**Signature:** \n\n type: 'toolCall';"]]