conversation.item.create
开发中Send this event when adding an item to the conversation.
请求参数
Optional client-generated ID used to identify this event.
The event type, must be "conversation.item.create".
The ID of the preceding item after which the new item will be inserted.
这是一个object,The item to add to the conversation.
The unique ID of the item.
这个参数是type,The type of the item ("message", "function_call", "function_call_output").The status of the item ("completed", "in_progress", "incomplete").
The status of the item ("completed", "in_progress", "incomplete").
The role of the message sender ("user", "assistant", "system").
The content of the message.
The ID of the function call (for "function_call" items).
The name of the function being called (for "function_call" items).
The arguments of the function call (for "function_call" items).
The output of the function call (for "function_call_output" items).