From ed55a33a8777a8cb3eba70219794a4865d8a5fe9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 26 Nov 2024 17:53:40 -0500 Subject: [PATCH] fix links --- .../build-things-with-cohere/text-generation-tutorial.mdx | 2 +- .../prompt-engineering/prompt-library/book-an-appointment.mdx | 2 +- .../build-things-with-cohere/text-generation-tutorial.mdx | 2 +- fern/v1.yml | 2 +- fern/v2.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fern/pages/tutorials/build-things-with-cohere/text-generation-tutorial.mdx b/fern/pages/tutorials/build-things-with-cohere/text-generation-tutorial.mdx index c23640d9..9e316765 100644 --- a/fern/pages/tutorials/build-things-with-cohere/text-generation-tutorial.mdx +++ b/fern/pages/tutorials/build-things-with-cohere/text-generation-tutorial.mdx @@ -251,7 +251,7 @@ print(json_object) Further reading: -- [Documentation on Structured Generations (JSON)](/docs/structured-outputs-json) +- [Documentation on Structured Generations (JSON)](/docs/structured-outputs) ## Streaming responses diff --git a/fern/pages/v2/text-generation/prompt-engineering/prompt-library/book-an-appointment.mdx b/fern/pages/v2/text-generation/prompt-engineering/prompt-library/book-an-appointment.mdx index 18b13fca..8070e191 100644 --- a/fern/pages/v2/text-generation/prompt-engineering/prompt-library/book-an-appointment.mdx +++ b/fern/pages/v2/text-generation/prompt-engineering/prompt-library/book-an-appointment.mdx @@ -87,4 +87,4 @@ response = co.chat(model="command-r-plus-08-2024", print(response.message.content[0].text) ```` -Also check out the [structured output generation feature](v2/docs/structured-outputs-json) which guarantees that output of the model will be a valid JSON object. +Also check out the [structured output generation feature](v2/docs/structured-outputs) which guarantees that output of the model will be a valid JSON object. diff --git a/fern/pages/v2/tutorials/build-things-with-cohere/text-generation-tutorial.mdx b/fern/pages/v2/tutorials/build-things-with-cohere/text-generation-tutorial.mdx index 7188767e..f74329cc 100644 --- a/fern/pages/v2/tutorials/build-things-with-cohere/text-generation-tutorial.mdx +++ b/fern/pages/v2/tutorials/build-things-with-cohere/text-generation-tutorial.mdx @@ -268,7 +268,7 @@ print(json_object) ``` Further reading: -- [Documentation on Structured Generations (JSON)](https://docs.cohere.com/docs/structured-outputs-json) +- [Documentation on Structured Generations (JSON)](https://docs.cohere.com/docs/structured-outputs) ## Streaming responses diff --git a/fern/v1.yml b/fern/v1.yml index 2d943fe2..c038684f 100644 --- a/fern/v1.yml +++ b/fern/v1.yml @@ -66,7 +66,7 @@ navigation: - page: Streaming Responses path: pages/text-generation/streaming.mdx - page: Structured Outputs - path: pages/text-generation/structured-outputs-json.mdx + path: pages/text-generation/structured-outputs.mdx - page: Predictable Outputs path: pages/text-generation/predictable-outputs.mdx - page: Advanced Generation Parameters diff --git a/fern/v2.yml b/fern/v2.yml index ea723917..ceb9bea1 100644 --- a/fern/v2.yml +++ b/fern/v2.yml @@ -66,7 +66,7 @@ navigation: - page: Streaming Responses path: pages/v2/text-generation/streaming.mdx - page: Structured Outputs - path: pages/v2/text-generation/structured-outputs-json.mdx + path: pages/v2/text-generation/structured-outputs.mdx - page: Predictable Outputs path: pages/v2/text-generation/predictable-outputs.mdx - page: Advanced Generation Parameters