mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
fix: pass search id to searchbots ask (#15646)
### What problem does this PR solve? This change ensures `/searchbots/ask` receives `search_id` from the frontend, so the backend can load the matching search configuration when the shared search flow invokes the endpoint. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -344,6 +344,7 @@ export const useSendQuestion = (
|
||||
kb_ids: kbIds,
|
||||
question: q,
|
||||
tenantId,
|
||||
search_id: searchId,
|
||||
});
|
||||
}
|
||||
testChunk({
|
||||
|
||||
Reference in New Issue
Block a user