-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
needs-more-infopackage:agents-corequestionFurther information is requestedFurther information is requested
Description
Please read this first
The below doesn't work, but nothing else seems to work either.
Question
Describe your question. Provide details if available.
const getSFWeatherTool = tool({
name: 'get_weather',
description: 'Get the weather for SF',
parameters: z.object({}),
execute: async () => {
return `The weather in SF is sunny`;
},
});
Metadata
Metadata
Assignees
Labels
needs-more-infopackage:agents-corequestionFurther information is requestedFurther information is requested