SearchModalities: {
    image_url: string;
    llm_prompt?: string | null;
} | string | {
    audio_base64: string;
}