Skip to content

Commit a69dc0e

Browse files
chore: generated SDK types (#404)
Automated regeneration of SDK types. Co-authored-by: braintrust-bot[bot] <215900051+braintrust-bot[bot]@users.noreply.github.com>
1 parent 80e0de7 commit a69dc0e

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

generated_types.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,9 @@
13051305
"items": {
13061306
"$ref": "#/components/schemas/ChatCompletionMessageReasoning"
13071307
}
1308+
},
1309+
"reasoning_signature": {
1310+
"type": "string"
13081311
}
13091312
},
13101313
"required": [
@@ -1605,6 +1608,9 @@
16051608
"items": {
16061609
"$ref": "#/components/schemas/ChatCompletionMessageReasoning"
16071610
}
1611+
},
1612+
"reasoning_signature": {
1613+
"type": "string"
16081614
}
16091615
},
16101616
"required": [

py/src/braintrust/_generated_types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

421422
class 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

27812783
ChatCompletionMessageParam: TypeAlias = (

py/src/braintrust/generated_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Auto-generated file (content hash 9ac97be26c9575b6) -- do not modify"""
1+
"""Auto-generated file (content hash 2046371fcb54d28e) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)