[[["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 text string.\n\n**Signature:** \n\n export interface TextPart \n\nProperties\n\n| Property | Type | Description |\n|---------------------------------------------------------------|---------|-------------|\n| [functionCall](./ai.textpart.md#textpartfunctioncall) | never | |\n| [functionResponse](./ai.textpart.md#textpartfunctionresponse) | never | |\n| [inlineData](./ai.textpart.md#textpartinlinedata) | never | |\n| [text](./ai.textpart.md#textparttext) | string | |\n| [thought](./ai.textpart.md#textpartthought) | boolean | |\n\nTextPart.functionCall\n\n**Signature:** \n\n functionCall?: never;\n\nTextPart.functionResponse\n\n**Signature:** \n\n functionResponse?: never;\n\nTextPart.inlineData\n\n**Signature:** \n\n inlineData?: never;\n\nTextPart.text\n\n**Signature:** \n\n text: string;\n\nTextPart.thought\n\n**Signature:** \n\n thought?: boolean;"]]