mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 00:16:48 +00:00
feat: rag retrieving tool call result display (#263)
* feat: local search tool call result display * chore: add file copyright * fix: miss edit plan interrupt feedback * feat: disable pasting html into input box
This commit is contained in:
@@ -49,7 +49,6 @@ export function InputBox({
|
||||
|
||||
const handleSendMessage = useCallback(
|
||||
(message: string, resources: Array<Resource>) => {
|
||||
console.log(message, resources);
|
||||
if (responding) {
|
||||
onCancel?.();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user