Skip to content

@mirego/forra-api


@mirego/forra-api / All Types / ConversationMessageContentPartParam

Type Alias: ConversationMessageContentPartParam

ConversationMessageContentPartParam = { text: string; type: "text"; } | { content_type: string; data: string; type: "image"; } | { data: string; format: string; type: "audio"; } | { data: string; filename: string; type: "pdf"; } | { content_type: string; remote_path: string; type: "image_ref"; } | { filename: string; remote_path: string; type: "pdf_ref"; } | { format: string; remote_path: string; type: "audio_ref"; }