初始化提交

This commit is contained in:
2024-08-13 09:37:23 +08:00
parent 4923337038
commit e112fa4e44
50 changed files with 1649 additions and 259 deletions
@@ -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>