mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
feat: enhance label
This commit is contained in:
parent
c3cb4c348d
commit
00ad4206c4
@ -300,7 +300,7 @@ function describeStep(step: CoTStep): {
|
||||
let label: string;
|
||||
let icon: React.ReactElement = <WrenchIcon className="size-4" />;
|
||||
if (step.name === "web_search") {
|
||||
label = "Search on the web";
|
||||
label = `Search "${(step.args as { query: string }).query}" on web`;
|
||||
icon = <SearchIcon className="size-4" />;
|
||||
} else if (step.name === "web_fetch") {
|
||||
label = "View web page";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user