This commit is contained in:
parent
6d676afac6
commit
1826dab66b
@ -683,14 +683,14 @@ function streamChat(streamId: String, redirect = false) {
|
|||||||
} else {
|
} else {
|
||||||
chatStore.toolName = "正在搜索 " + url;
|
chatStore.toolName = "正在搜索 " + url;
|
||||||
}
|
}
|
||||||
} else if (data.tool_call_message.function_name === "calculator") {
|
} else if (data.tool_call_message.function_name === "builtin_calculator") {
|
||||||
chatStore.toolName = "正在计算";
|
chatStore.toolName = "正在计算";
|
||||||
} else if (
|
} else if (
|
||||||
data.tool_call_message.function_name === "generate_image"
|
data.tool_call_message.function_name === "builtin_generate_image"
|
||||||
) {
|
) {
|
||||||
chatStore.toolName = "生成图片中";
|
chatStore.toolName = "生成图片中";
|
||||||
} else if (
|
} else if (
|
||||||
data.tool_call_message.function_name === "describe_image"
|
data.tool_call_message.function_name === "builtin_describe_image"
|
||||||
) {
|
) {
|
||||||
chatStore.toolName = "正在理解图片";
|
chatStore.toolName = "正在理解图片";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user