Skip to content

Commit a1a502e

Browse files
chore: sync code snippets via snipsync
1 parent 266b3e6 commit a1a502e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/develop/typescript/integrations/ai-sdk.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ from the tool function. The following is an example of an Activity that gets the
164164
export async function getWeather(input: {
165165
location: string;
166166
}): Promise<{ city: string; temperatureRange: string; conditions: string }> {
167-
console.log('Activity execution');
168167
return {
169168
city: input.location,
170169
temperatureRange: '14-20C',

0 commit comments

Comments
 (0)