Share via


ItemType type

Type of ItemType

type ItemType =
  | "message"
  | "output_message"
  | "file_search_call"
  | "computer_call"
  | "computer_call_output"
  | "web_search_call"
  | "function_call"
  | "function_call_output"
  | "reasoning"
  | "compaction"
  | "image_generation_call"
  | "code_interpreter_call"
  | "local_shell_call"
  | "local_shell_call_output"
  | "shell_call"
  | "shell_call_output"
  | "apply_patch_call"
  | "apply_patch_call_output"
  | "mcp_list_tools"
  | "mcp_approval_request"
  | "mcp_approval_response"
  | "mcp_call"
  | "custom_tool_call_output"
  | "custom_tool_call"
  | "structured_outputs"
  | "workflow_action"
  | "memory_search_call"
  | "oauth_consent_request"