Skip to content

Commit

Permalink
Fix broken link in Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies authored Apr 5, 2024
1 parent d23dedf commit 3f57ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/examples/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ This example builds on the function calling example that Anthropic use, however,

The approach to implementing those would be similar, especialy when you consider that just a single function is required to execute any of the functions an LLM selects and Superface will handle it from there.

For more information on how to implement function calling with Anthropic Claude3, take a look at their [documentation}(https://docs.anthropic.com/claude/docs/tool-use).
For more information on how to implement function calling with Anthropic Claude3, take a look at their [documentation](https://docs.anthropic.com/claude/docs/tool-use).

0 comments on commit 3f57ad0

Please sign in to comment.