Skip to content

Commit be90d41

Browse files
committed
fix typo in success: true example tool response
1 parent 6b49983 commit be90d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/altair/Altair.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function AltairComponent() {
8080
() =>
8181
client.sendToolResponse({
8282
functionResponses: toolCall.functionCalls.map((fc) => ({
83-
response: { output: { sucess: true } },
83+
response: { output: { success: true } },
8484
id: fc.id,
8585
})),
8686
}),

0 commit comments

Comments
 (0)