Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc authored Apr 5, 2024
1 parent 0c7acf2 commit 0677cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ var response = await anthropic.Messages.CreateAsync(new()
{
Model = Models.Claude3Haiku,
MaxTokens = 1024,
Tools = [ToolUseSamples.Tools.Calculator],
Tools = FunctionTools.AllTools,
Messages = [
input,
new() { Role = Roles.Assistant, Content = message.Content },
Expand Down

0 comments on commit 0677cbc

Please sign in to comment.