From d23dedfacf5fa71da9810e41928c523f114ee0bc Mon Sep 17 00:00:00 2001 From: Martyn Davies Date: Fri, 5 Apr 2024 16:43:37 +0200 Subject: [PATCH] Update anthropic.mdx Change some helper functions wording --- docs/api/examples/anthropic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/examples/anthropic.mdx b/docs/api/examples/anthropic.mdx index 534c37d..7ac824d 100644 --- a/docs/api/examples/anthropic.mdx +++ b/docs/api/examples/anthropic.mdx @@ -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