Skip to content

Commit

Permalink
Merge branch 'anirudh.shrinivason/add-csv-agent-migration-cookbook' o…
Browse files Browse the repository at this point in the history
…f github.com:cohere-ai/cohere-developer-experience into anirudh.shrinivason/add-csv-agent-migration-cookbook
  • Loading branch information
Anirudh31415926535 committed Jan 21, 2025
2 parents 826a257 + ba1f19f commit f2eff8d
Show file tree
Hide file tree
Showing 50 changed files with 1,126 additions and 654 deletions.
21 changes: 21 additions & 0 deletions cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22122,6 +22122,15 @@ components:
x-fern-audiences:
- public
minItems: 1
type:
description: |
The type of citation which indicates what part of the response the citation is for.
type: string
x-fern-audiences:
- public
enum:
- TEXT_CONTENT
- PLAN
ChatSearchQuery:
description: |
The generated search query. Contains the text of the query and a unique identifier for the query.
Expand Down Expand Up @@ -22689,6 +22698,13 @@ components:
mapping:
tool: "#/components/schemas/ToolSource"
document: "#/components/schemas/DocumentSource"
CitationType:
type: string
enum:
- TEXT_CONTENT
- PLAN
description: |
The type of citation which indicates what part of the response the citation is for.
Citation:
type: object
description: Citation information containing sources and the text cited.
Expand All @@ -22706,6 +22722,8 @@ components:
type: array
items:
$ref: "#/components/schemas/Source"
type:
$ref: "#/components/schemas/CitationType"
AssistantMessage:
type: object
title: Assistant Message
Expand Down Expand Up @@ -22862,6 +22880,9 @@ components:
function:
type: object
description: The function to be executed.
required:
- name
- parameters
properties:
name:
type: string
Expand Down
4 changes: 4 additions & 0 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,3 +641,7 @@ button[class^="Sidebar-link-buttonWrapper"] {
.code-block-line-content span[style*="color: rgb(194, 195, 197)"] {
color: rgb(155, 156, 158) !important;
}

:is(.dark) .simple-card-container {
--divider-border-color: #2c2c2c;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Larger Representation Models
title: Larger Cohere Representation Models
slug: changelog/larger-representation-models
type: added
createdAt: 'Tue Feb 22 2022 19:05:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Classification Endpoint
title: Introducing Classification Endpoint
slug: changelog/classification-endpoint
type: added
createdAt: 'Tue Mar 08 2022 18:58:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: New Extremely Large Model!
title: New and Improved Extremely Large Model!
slug: changelog/new-extremely-large-model
type: added
createdAt: 'Mon Apr 25 2022 17:48:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Model parameter now optional.
title: The `model` Parameter Becomes Optional.
slug: changelog/model-parameter-now-optional
type: improved
createdAt: 'Thu Jul 07 2022 17:47:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Introducing Moderate (Beta)!
title: Introducing Moderate Tool (Beta)!
slug: changelog/introducing-moderate-beta
type: added
createdAt: 'Fri Aug 05 2022 17:46:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/changelog/2022-11-07-new-look-for-docs.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: New Look For Docs!
title: New Look For Cohere Documentation!
slug: changelog/new-look-for-docs
type: improved
createdAt: 'Mon Nov 07 2022 21:44:01 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Model Names Are Changing!
title: Cohere Model Names Are Changing!
slug: changelog/model-names-are-changing
type: improved
createdAt: 'Wed Apr 26 2023 19:44:46 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Release Notes June 28th 2023
title: Release Notes June 28th 2023 (Changelog)
slug: changelog/release-notes-june-28th-2023
type: added
createdAt: 'Wed Jun 28 2023 15:50:46 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Release Notes August 8th 2023
title: Release Notes August 8th 2023 (Changelog)
slug: changelog/release-notes-august-4th-2023
type: ''
createdAt: 'Sat Aug 05 2023 01:24:15 GMT+0000 (Coordinated Universal Time)'
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/changelog/2024-03-20-python-sdk-v500.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Python SDK v5.0.0
title: Cohere Python SDK v5.0.0 release
slug: changelog/python-sdk-v500
type: ''
createdAt: 'Wed Mar 20 2024 18:37:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Command R: Retrieval-Augmented Generation at Production Scale"
title: "Command R: Retrieval-Augmented Generation at Scale"
slug: "changelog/command-r-retrieval-augmented-generation-at-production-scale"
type: ""
createdAt: "Sun Mar 24 2024 18:44:00 GMT+0000 (Coordinated Universal Time)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Python SDK v5.2.0 release
title: Cohere Python SDK v5.2.0 release
slug: changelog/python-sdk-v520-release
type: ''
createdAt: 'Wed Apr 03 2024 18:53:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Advanced Retrieval Launch
title: Advanced Retrieval Launch release
slug: changelog/advanced-retrieval-launch
type: ''
createdAt: 'Tue Apr 09 2024 02:53:14 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Release Notes for June 10th 2024: Updates to Tool Use, SDKs, Billing'
title: 'Release Notes for June 10th 2024'
slug: changelog/release-notes-for-june-10th-2024
type: ''
createdAt: 'Mon Jun 10 2024 16:06:00 GMT+0000 (Coordinated Universal Time)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "The refreshed Command R and Command R+ models are now on Azure"
title: "Refreshed Command R and R+ models now on Azure"
slug: "changelog/refresh-models-on-azure"
createdAt: "Thurs Sept 24 2024"
hidden: false
Expand Down
4 changes: 4 additions & 0 deletions fern/pages/cohere-api/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,7 @@ To resolve this error, consult [the API spec](https://docs.cohere.com/reference/
|failed to get rerank inference: request cancelled|
|request cancelled by user|
</details>

## 500 - Server Error

500 responses are sent when there is an unexpected internal server error. To resolve these errors, please contact support via [email](mailto:[email protected]) or [discord](https://discord.gg/XW44jPfYJu) with details about your request and use case.
Loading

0 comments on commit f2eff8d

Please sign in to comment.