Skip to content

Commit

Permalink
Update anthropic.mdx
Browse files Browse the repository at this point in the history
Change some helper functions wording
  • Loading branch information
martyndavies authored Apr 5, 2024
1 parent 96477bd commit d23dedf
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 @@ -51,7 +51,7 @@ client = anthropic.Anthropic(api_key=ANTHROPIC_API_KEY)

## Helper functions

There are a lot of repetitive tasks when dealing with LLMs so having some helper functions to cut down on code helps. First we define two helpers to use with Superface's Hub API.
There are a lot of repetitive tasks when dealing with LLMs so having some helper functions to cut down on code is always the way to go. First we define two functions to use with Superface's Hub API.

```python
# Helper function to return the tool function descriptors
Expand Down

0 comments on commit d23dedf

Please sign in to comment.