Interface: ItemType
Base item type for conversation items
Properties
arguments?
optionalarguments:string
call_id?
optionalcall_id:string
content
content:
Content[]
formatted?
optionalformatted:FormattedProperties
id
id:
string
name?
optionalname:string
output?
optionaloutput:string
role?
optionalrole:"user"|"assistant"|"system"
status?
optionalstatus:"completed"|"in_progress"|"incomplete"
type
type:
"text"|"audio"|"image"|"message"|"tool_call"|"tool_response"|"function_call"|"function_call_output"