Response
Represents a response from the OpenAI API.
Author
Konstantin Pavlov
Constructors
Properties
The timestamp when the response was created.
The unique identifier for the response.
The instructions provided to the model.
Optional maximum number of tokens generated.
The model used for generating the response.
The type of the object, always "response".
The output content generated by the model.
Optional convenience property with aggregated text output.
Whether parallel tool calls were allowed.
Optional ID of the previous response.
The status of the response generation.
Whether the response is stored.
The temperature used for generating the response.
Optional text configuration for the response.
The tool choice configuration.
The top_p value used for generating the response.
Optional truncation strategy used.
Optional user identifier.