the new schema supports `chat_id` ``` interface HivemindPayload { community_id: string; query: string; enable_answer_skipping: boolean; chat_id: string; } ```
the new schema supports
chat_id