Module create_response

Module create_response 

Source

Structs§

Text
Configuration options for a text response from the model. Can be plain text or structured JSON data. Learn more:

Enums§

Conversation
The conversation that this response belongs to. Items from this conversation are prepended to input_items for this response request. Input items and output items from this response are automatically added to this conversation after this response completes.
Input
Text, image, or file inputs to the model, used to generate a response.
ToolChoice
How the model should select which tool (or tools) to use when generating a response. See the tools parameter to see how to specify which tools the model can call.
Truncation
The truncation strategy to use for the model response.