Package com.openai.models.conversations.items
See: Description
-
Interface Summary Interface Description Visitor An interface that defines how to map each variant of ConversationItem to a value of type T. -
Class Summary Class Description Builder A builder for ImageGenerationCall. Status The status of the image generation call. ImageGenerationCall An image generation request made by the model. Builder A builder for LocalShellCall. Builder A builder for Action. Builder A builder for Env. Env Environment variables to set for the command. Action Execute a shell command on the server. Status The status of the local shell call. LocalShellCall A tool call to run a command on the local shell. Builder A builder for LocalShellCallOutput. Status The status of the item. LocalShellCallOutput The output of a local shell tool call. Builder A builder for McpListTools. Builder A builder for Tool. Tool A tool available on an MCP server. McpListTools A list of tools available on an MCP server. Builder A builder for McpApprovalRequest. McpApprovalRequest A request for human approval of a tool invocation. Builder A builder for McpApprovalResponse. McpApprovalResponse A response to an MCP approval request. Builder A builder for McpCall. McpCall An invocation of a tool on an MCP server. ConversationItem A single item within a conversation. Builder A builder for ConversationItemList. ConversationItemList A list of Conversation items. Builder A builder for ItemCreateParams. Builder A builder for Body. Body ItemCreateParams Create items in a conversation with the given ID. Builder A builder for ItemDeleteParams. ItemDeleteParams Delete an item from a conversation with the given IDs. Builder A builder for ItemListPage. ItemListPage Builder A builder for ItemListPageAsync. ItemListPageAsync Builder A builder for ItemListParams. Order The order to return the input items in. ItemListParams List all items for a conversation with the given ID. Builder A builder for ItemRetrieveParams. ItemRetrieveParams Get a single item from a conversation with the given IDs. -
Enum Summary Enum Description Known An enum containing Status's known values. Value An enum containing Status's known values, as well as an _UNKNOWN member. Known An enum containing Status's known values. Value An enum containing Status's known values, as well as an _UNKNOWN member. Known An enum containing Status's known values. Value An enum containing Status's known values, as well as an _UNKNOWN member. Known An enum containing Order's known values. Value An enum containing Order's known values, as well as an _UNKNOWN member.