Skip to content

Commit

Permalink
Merge branch 'main' into update-titles-2
Browse files Browse the repository at this point in the history
  • Loading branch information
trentfowlercohere authored Jan 21, 2025
2 parents 1a2a843 + 1bb4149 commit 389f020
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22880,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;
}
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.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The response from the connector should be a JSON object with a list of documents
"id": "expense_doc_1",
"title": "Expense Policies for external travel",
"text": "You can expense any work-related...",
"url": "https://internal-site.com/expensing"
"url": "https://internal-site.com/expensing",
"created_at": "2023-11-25T20:09:31Z",
},
{
Expand Down

0 comments on commit 389f020

Please sign in to comment.