mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 16:35:59 +00:00
feat: enable images in content
This commit is contained in:
@@ -233,7 +233,6 @@ function ToolCall({
|
||||
}[];
|
||||
}
|
||||
)?.results;
|
||||
console.info("image_search", results);
|
||||
return (
|
||||
<ChainOfThoughtStep key={id} label={label} icon={SearchIcon}>
|
||||
{Array.isArray(results) && (
|
||||
|
||||
Reference in New Issue
Block a user