Type alias AIConversationOutboundParams

AIConversationOutboundParams: {
    item: AIConversationOutboundItem;
    type: "conversation.item.create";
}

Params for an outbound ai_conversation message with params.type = "conversation.item.create". Contains any outbound item to send back to the backend.

Type declaration