From 0702da0f6fda9087161b4b8ad0c9a1346a1b19fb Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 26 Nov 2024 17:52:13 -0500 Subject: [PATCH] Update 2024-11-25-structured-outputs-tools.mdx Signed-off-by: Michael --- fern/pages/changelog/2024-11-25-structured-outputs-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/changelog/2024-11-25-structured-outputs-tools.mdx b/fern/pages/changelog/2024-11-25-structured-outputs-tools.mdx index 4d8ad97f..bac352f4 100644 --- a/fern/pages/changelog/2024-11-25-structured-outputs-tools.mdx +++ b/fern/pages/changelog/2024-11-25-structured-outputs-tools.mdx @@ -13,4 +13,4 @@ In addition to supporting Structured Outputs with JSON generation via the `respo Setting `strict_tools` to `true` ensures that tool calls will follow the provided tool schema exactly. This means the tool calls are guaranteed to adhere to the tool names, parameter names, parameter data types, and required parameters, without the risk of hallucinations. -See the [Structured Outputs documentation](https://docs.cohere.com/v2/docs/structured-outputs-json#structured-outputs-tools) to learn more. \ No newline at end of file +See the [Structured Outputs documentation](https://docs.cohere.com/v2/docs/structured-outputs#structured-outputs-tools) to learn more.