From 7867a7a896b602a4cea0558fcaa620d90dd2561d Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Fri, 25 Oct 2024 15:27:01 +0000 Subject: [PATCH] feat(changelog): add new entry --- ...rence-added-support-for-function-calling.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx diff --git a/changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx b/changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx new file mode 100644 index 0000000000..7de0a9ef36 --- /dev/null +++ b/changelog/october2024/2024-10-25-managed-inference-added-support-for-function-calling.mdx @@ -0,0 +1,17 @@ +--- +title: Support for function calling +status: added +author: + fullname: 'Join the #ai channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-10-25 +category: ai-data +product: managed-inference +--- + +Function calling allows a large language model (LLM) to interact with external tools or APIs. + +Parameters `tools` and `tool_choice` of our OpenAI-compatible chat API are now accepted for models with this capacity. + +Read [our dedicated documentation](https://www.scaleway.com/en/docs/ai-data/managed-inference/reference-content/function-calling-support/) and [tutorial to get started](https://www.scaleway.com/en/docs/tutorials/building-ai-application-function-calling)! +