Skip to content

Commit

Permalink
revert url change
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozakov authored Nov 26, 2024
1 parent cac9050 commit a9eb9b8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Structured Outputs"
slug: "docs/structured-outputs"
slug: "docs/structured-outputs-json"

hidden: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Structured Outputs"
slug: "v2/docs/structured-outputs"
slug: "v2/docs/structured-outputs-json"

hidden: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fern/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9eb9b8

Please sign in to comment.