File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/huggingface_hub/inference/_generated/types Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ class ChatCompletionOutputToolCall(BaseInferenceType):
239239class ChatCompletionOutputMessage (BaseInferenceType ):
240240 role : str
241241 content : Optional [str ] = None
242+ reasoning : Optional [str ] = None
242243 tool_call_id : Optional [str ] = None
243244 tool_calls : Optional [List [ChatCompletionOutputToolCall ]] = None
244245
@@ -292,6 +293,7 @@ class ChatCompletionStreamOutputDeltaToolCall(BaseInferenceType):
292293class ChatCompletionStreamOutputDelta (BaseInferenceType ):
293294 role : str
294295 content : Optional [str ] = None
296+ reasoning : Optional [str ] = None
295297 tool_call_id : Optional [str ] = None
296298 tool_calls : Optional [List [ChatCompletionStreamOutputDeltaToolCall ]] = None
297299
You can’t perform that action at this time.
0 commit comments