初始化提交
This commit is contained in:
@@ -9,7 +9,7 @@ export default function ChatTools({ data }: { data: ToolData }) {
|
||||
if (toolOutput.isError) {
|
||||
return (
|
||||
<div className="border-l-2 border-red-400 pl-2">
|
||||
There was an error when calling the tool {toolCall.name} with input:{" "}
|
||||
调用工具“ {toolCall.name} ”时发生错误,参数:{" "}
|
||||
<br />
|
||||
{JSON.stringify(toolCall.input)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user