diff --git a/fern/pages/text-generation/structured-outputs.mdx b/fern/pages/text-generation/structured-outputs-json.mdx similarity index 99% rename from fern/pages/text-generation/structured-outputs.mdx rename to fern/pages/text-generation/structured-outputs-json.mdx index bab8d112..be430eac 100644 --- a/fern/pages/text-generation/structured-outputs.mdx +++ b/fern/pages/text-generation/structured-outputs-json.mdx @@ -1,6 +1,6 @@ --- title: "Structured Outputs" -slug: "docs/structured-outputs" +slug: "docs/structured-outputs-json" hidden: false 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 9e316765..c23640d9 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) +- [Documentation on Structured Generations (JSON)](/docs/structured-outputs-json) ## 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 8070e191..18b13fca 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) 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-json) which guarantees that output of the model will be a valid JSON object. diff --git a/fern/pages/v2/text-generation/structured-outputs.mdx b/fern/pages/v2/text-generation/structured-outputs-json.mdx similarity index 99% rename from fern/pages/v2/text-generation/structured-outputs.mdx rename to fern/pages/v2/text-generation/structured-outputs-json.mdx index 9abf9989..753ce10c 100644 --- a/fern/pages/v2/text-generation/structured-outputs.mdx +++ b/fern/pages/v2/text-generation/structured-outputs-json.mdx @@ -1,6 +1,6 @@ --- title: "Structured Outputs" -slug: "v2/docs/structured-outputs" +slug: "v2/docs/structured-outputs-json" hidden: false 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 f74329cc..7188767e 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) +- [Documentation on Structured Generations (JSON)](https://docs.cohere.com/docs/structured-outputs-json) ## Streaming responses diff --git a/fern/v1.yml b/fern/v1.yml index c038684f..2d943fe2 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.mdx + path: pages/text-generation/structured-outputs-json.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 ceb9bea1..ea723917 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.mdx + path: pages/v2/text-generation/structured-outputs-json.mdx - page: Predictable Outputs path: pages/v2/text-generation/predictable-outputs.mdx - page: Advanced Generation Parameters