Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Apr 3, 2024
1 parent 3c85911 commit 7049bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,8 @@ async fn main() -> anyhow::Result<()> {

### Function calling

Function calling is not formally supported as following guide:

https://docs.anthropic.com/claude/docs/functions-external-tools
Function calling is not formally supported
as [the official guide](https://docs.anthropic.com/claude/docs/functions-external-tools).

This crate provides two method to use function calling:

Expand Down
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,7 @@
//!
//! ### Function calling
//!
//! Function calling is not formally supported as following guide:
//!
//! https://docs.anthropic.com/claude/docs/functions-external-tools
//! Function calling is not formally supported as [the official guide](https://docs.anthropic.com/claude/docs/functions-external-tools).
//!
//! This crate provides two method to use function calling:
//!
Expand Down

0 comments on commit 7049bf7

Please sign in to comment.