File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 13051305 "items" : {
13061306 "$ref" : " #/components/schemas/ChatCompletionMessageReasoning"
13071307 }
1308+ },
1309+ "reasoning_signature" : {
1310+ "type" : " string"
13081311 }
13091312 },
13101313 "required" : [
16051608 "items" : {
16061609 "$ref" : " #/components/schemas/ChatCompletionMessageReasoning"
16071610 }
1611+ },
1612+ "reasoning_signature" : {
1613+ "type" : " string"
16081614 }
16091615 },
16101616 "required" : [
Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ class ChatCompletionOpenAIMessageParamChatCompletionOpenAIMessageParam2(TypedDic
416416 name : NotRequired [str | None ]
417417 tool_calls : NotRequired [Sequence [ChatCompletionMessageToolCall ] | None ]
418418 reasoning : NotRequired [Sequence [ChatCompletionMessageReasoning ] | None ]
419+ reasoning_signature : NotRequired [str | None ]
419420
420421
421422class ChatCompletionOpenAIMessageParamChatCompletionOpenAIMessageParam3 (TypedDict ):
@@ -2776,6 +2777,7 @@ class ChatCompletionMessageParamChatCompletionMessageParam2(TypedDict):
27762777 name : NotRequired [str | None ]
27772778 tool_calls : NotRequired [Sequence [ChatCompletionMessageToolCall ] | None ]
27782779 reasoning : NotRequired [Sequence [ChatCompletionMessageReasoning ] | None ]
2780+ reasoning_signature : NotRequired [str | None ]
27792781
27802782
27812783ChatCompletionMessageParam : TypeAlias = (
Original file line number Diff line number Diff line change 1- """Auto-generated file (content hash 9ac97be26c9575b6 ) -- do not modify"""
1+ """Auto-generated file (content hash 2046371fcb54d28e ) -- do not modify"""
22
33from ._generated_types import (
44 Acl ,
You can’t perform that action at this time.
0 commit comments