Skip to Content

Ticos Realtime API v0.3.1


Interface: ItemType

Base item type for conversation items

Properties

arguments?

optional arguments: string


call_id?

optional call_id: string


content

content: Content[]


formatted?

optional formatted: FormattedProperties


id

id: string


name?

optional name: string


output?

optional output: string


role?

optional role: "user" | "assistant" | "system"


status?

optional status: "completed" | "in_progress" | "incomplete"


type

type: "text" | "audio" | "image" | "message" | "tool_call" | "tool_response" | "function_call" | "function_call_output"