Module models

Module models 

Source

Structs§

FunctionCallOutputPayload
The payload we send back to OpenAI when reporting a tool call result.
LocalShellExecAction
ShellCommandToolCallParams
If the name of a ResponseItem::FunctionCall is shell_command, the arguments field should deserialize to this struct.
ShellToolCallParams
If the name of a ResponseItem::FunctionCall is either container.exec or shell, the arguments field should deserialize to this struct.

Enums§

ContentItem
FunctionCallOutputContentItem
Responses API compatible content items that can be returned by a tool call. This is a subset of ContentItem with the types we support as function call outputs.
LocalShellAction
LocalShellStatus
ReasoningItemContent
ReasoningItemReasoningSummary
ResponseInputItem
ResponseItem
WebSearchAction