We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266b3e6 commit a1a502eCopy full SHA for a1a502e
1 file changed
docs/develop/typescript/integrations/ai-sdk.mdx
@@ -164,7 +164,6 @@ from the tool function. The following is an example of an Activity that gets the
164
export async function getWeather(input: {
165
location: string;
166
}): Promise<{ city: string; temperatureRange: string; conditions: string }> {
167
- console.log('Activity execution');
168
return {
169
city: input.location,
170
temperatureRange: '14-20C',
0 commit comments