[[["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-07-24 UTC."],[],[],null,["# Firebase.AI.LiveSessionToolCall Struct Reference\n\nFirebase.AI.LiveSessionToolCall\n===============================\n\nA request to use a tool from the live session.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: [Firebase.AI.ILiveSessionMessage](/docs/reference/unity/interface/firebase/a-i/i-live-session-message)\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FunctionCalls](#struct_firebase_1_1_a_i_1_1_live_session_tool_call_1a2cfe2eef4f39134d31789441b6953895) | `IReadOnlyList\u003c `[ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part)` \u003e` A list of [ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part) included in the response, if any. |\n\nProperties\n----------\n\n### FunctionCalls\n\n```c#\nIReadOnlyList\u003c ModelContent.FunctionCallPart \u003e Firebase::AI::LiveSessionToolCall::FunctionCalls\n``` \nA list of [ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part#struct_firebase_1_1_a_i_1_1_model_content_1_1_function_call_part) included in the response, if any.\n\nThis will be empty if no function calls are present."]]