Skip to content

Commit be2142a

Browse files
committed
docs(typescript): add callout for tool definitions when migrating from AI SDK
1 parent 2a2c3ba commit be2142a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pages/docs/observability/sdk/typescript/upgrade-path.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Works very similarly to v3, but replaces `LangfuseExporter` from `langfuse-verce
8080

8181
Please see [full example on usage with the AI SDK](/docs/observability/sdk/typescript/instrumentation#vercel-ai-sdk) for more details.
8282

83+
<Callout>
84+
85+
Please note that provided tool definitions to the LLM are now mapped to `metadata.tools` and no longer in `input.tools`. This is relevant in case you are running evaluations on your generations.
86+
87+
</Callout>
88+
8389
## Langchain integration
8490

8591
- **Import**: The import of the Langchain integration is now:

0 commit comments

Comments
 (0)