mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-05 15:10:20 +08:00
feat: enhance label
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user