Indicates whether this Part is a summary of the model's internal thinking process.
Properties
IsThought
boolIsThought
Indicates whether this Part is a summary of the model's internal thinking process.
When IncludeThoughts is set to true in ThinkingConfig, the model may return one or more "thought" parts that provide insight into how it reasoned through the prompt to arrive at the final answer. These parts will have IsThought set to true.
[[["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-09-04 UTC."],[],[],null,["Firebase.AI.ModelContent.Part\n\nA discrete piece of data in a media format interpretable by an [AI](/docs/reference/unity/namespace/firebase/a-i#namespace_firebase_1_1_a_i) model.\n\nSummary\n\nWithin a single value of [Part](/docs/reference/unity/interface/firebase/a-i/model-content/part#interface_firebase_1_1_a_i_1_1_model_content_1_1_part), different data types may not mix.\n\nInheritanceDirect Known Subclasses:[Firebase.AI.ModelContent.FileDataPart](/docs/reference/unity/struct/firebase/a-i/model-content/file-data-part), [Firebase.AI.ModelContent.FunctionCallPart](/docs/reference/unity/struct/firebase/a-i/model-content/function-call-part), [Firebase.AI.ModelContent.FunctionResponsePart](/docs/reference/unity/struct/firebase/a-i/model-content/function-response-part), [Firebase.AI.ModelContent.InlineDataPart](/docs/reference/unity/struct/firebase/a-i/model-content/inline-data-part), [Firebase.AI.ModelContent.TextPart](/docs/reference/unity/struct/firebase/a-i/model-content/text-part)\n\n| Properties ||\n|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [IsThought](#interface_firebase_1_1_a_i_1_1_model_content_1_1_part_1ae1d8730a875f65672468e0463938e9ca) | `bool` Indicates whether this [Part](/docs/reference/unity/interface/firebase/a-i/model-content/part#interface_firebase_1_1_a_i_1_1_model_content_1_1_part) is a summary of the model's internal thinking process. |\n\nProperties \n\nIsThought \n\n```c#\nbool IsThought\n``` \nIndicates whether this [Part](/docs/reference/unity/interface/firebase/a-i/model-content/part#interface_firebase_1_1_a_i_1_1_model_content_1_1_part) is a summary of the model's internal thinking process.\n\nWhen `IncludeThoughts` is set to `true` in [ThinkingConfig](/docs/reference/unity/struct/firebase/a-i/thinking-config#struct_firebase_1_1_a_i_1_1_thinking_config), the model may return one or more \"thought\" parts that provide insight into how it reasoned through the prompt to arrive at the final answer. These parts will have `IsThought` set to `true`."]]