Skip to content

Commit 482a9ac

Browse files
TimonBerlinseratch
andauthored
Update docs/src/content/docs/guides/quickstart.mdx
Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent 1079d1e commit 482a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/guides/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const historyFunFact = tool({
9191
properties: {},
9292
required: [],
9393
additionalProperties: false
94-
}
94+
},
9595
execute: async () => {
9696
// The output will be returned back to the Agent to use
9797
return 'Sharks are older than trees.';

0 commit comments

Comments
 (0)