Skip to content

Commit 458ab3b

Browse files
authored
Merge pull request #132 from togethercomputer/chat-completion-message-reasoning
add reasoning to chat completion message
2 parents 8340c95 + acbedaf commit 458ab3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4082,6 +4082,9 @@ components:
40824082
type: string
40834083
name:
40844084
type: string
4085+
reasoning:
4086+
type: string
4087+
nullable: true
40854088
ChatCompletionTool:
40864089
type: object
40874090
required: [type, function]

0 commit comments

Comments
 (0)