Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozakov authored Nov 26, 2024
1 parent 0702da0 commit ed55a33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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-json)
- [Documentation on Structured Generations (JSON)](/docs/structured-outputs)

## 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-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.
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-json)
- [Documentation on Structured Generations (JSON)](https://docs.cohere.com/docs/structured-outputs)

## 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-json.mdx
path: pages/text-generation/structured-outputs.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-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
Expand Down

0 comments on commit ed55a33

Please sign in to comment.