Modules§
- chat_
reasoning_ completion_ builder - Tools for manipulating the type state of
ChatReasoningCompletionBuilder
.
Structs§
- Chat
Reasoning Completion - A chat reasoning completion request. This currently does not support structured outputs.
- Chat
Reasoning Completion Builder - Use builder syntax to set the inputs and finish with
build()
. - Chat
Reasoning Completion Response - Chat
Reasoning Completion Response Choice - Chat
Reasoning Completion Response Message - Reasoning
Message - A chat reasoning completion message. This currently does not support structured outputs.
- Reasoning
Message Builder - Use builder syntax to set the inputs and finish with
build()
.
Enums§
- Reasoning
Effort - The amount of effort the model puts into the reasoning. This is essentially the length of the reasoning tokens. Default is medium.
- Reasoning
Model - The model to use to create a chat reasoning completion.
- Role
- The role in the reasoning completion message (currently doesn’t support system messages).