We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7728c2a commit bc4facdCopy full SHA for bc4facd
docs/api/messages.md
@@ -10,6 +10,7 @@ graph RL
10
RetryPromptPart(RetryPromptPart) --- ModelRequestPart
11
TextPart(TextPart) --- ModelResponsePart
12
ToolCallPart(ToolCallPart) --- ModelResponsePart
13
+ ThinkingPart(ThinkingPart) --- ModelResponsePart
14
ModelRequestPart("ModelRequestPart<br>(Union)") --- ModelRequest
15
ModelRequest("ModelRequest(parts=list[...])") --- ModelMessage
16
ModelResponsePart("ModelResponsePart<br>(Union)") --- ModelResponse
0 commit comments