[[["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,["Content part interface if the part represents a [FunctionCall](./ai.functioncall.md#functioncall_interface).\n\n**Signature:** \n\n export interface FunctionCallPart \n\nProperties\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------|-------------------------------------------------------------|-------------|\n| [functionCall](./ai.functioncallpart.md#functioncallpartfunctioncall) | [FunctionCall](./ai.functioncall.md#functioncall_interface) | |\n| [functionResponse](./ai.functioncallpart.md#functioncallpartfunctionresponse) | never | |\n| [inlineData](./ai.functioncallpart.md#functioncallpartinlinedata) | never | |\n| [text](./ai.functioncallpart.md#functioncallparttext) | never | |\n| [thought](./ai.functioncallpart.md#functioncallpartthought) | boolean | |\n\nFunctionCallPart.functionCall\n\n**Signature:** \n\n functionCall: FunctionCall;\n\nFunctionCallPart.functionResponse\n\n**Signature:** \n\n functionResponse?: never;\n\nFunctionCallPart.inlineData\n\n**Signature:** \n\n inlineData?: never;\n\nFunctionCallPart.text\n\n**Signature:** \n\n text?: never;\n\nFunctionCallPart.thought\n\n**Signature:** \n\n thought?: boolean;"]]