Skip to content

Commit

Permalink
🌿 Fern Regeneration -- July 22, 2024 (#543)
Browse files Browse the repository at this point in the history
* SDK regeneration

* Add json test

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Billy Trend <[email protected]>
  • Loading branch information
fern-api[bot] and billytrend-cohere authored Jul 22, 2024
1 parent 32b5292 commit e4b2e7d
Show file tree
Hide file tree
Showing 13 changed files with 201 additions and 189 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cohere"
version = "5.6.1"
version = "5.6.2"
description = ""
readme = "README.md"
authors = []
Expand Down
18 changes: 10 additions & 8 deletions src/cohere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ChatRequestCitationQuality,
ChatRequestConnectorsSearchOptions,
ChatRequestPromptTruncation,
ChatRequestResponseFormat,
ChatRequestResponseFormatType,
ChatSearchQueriesGenerationEvent,
ChatSearchQuery,
ChatSearchResult,
Expand All @@ -28,8 +26,6 @@
ChatStreamRequestCitationQuality,
ChatStreamRequestConnectorsSearchOptions,
ChatStreamRequestPromptTruncation,
ChatStreamRequestResponseFormat,
ChatStreamRequestResponseFormatType,
ChatStreamStartEvent,
ChatTextGenerationEvent,
ChatToolCallsChunkEvent,
Expand Down Expand Up @@ -88,6 +84,7 @@
Generation,
GetConnectorResponse,
GetModelResponse,
JsonResponseFormat,
LabelMetric,
ListConnectorsResponse,
ListEmbedJobResponse,
Expand All @@ -110,6 +107,9 @@
RerankResponseResultsItem,
RerankResponseResultsItemDocument,
RerankerDataMetrics,
ResponseFormat,
ResponseFormat_JsonObject,
ResponseFormat_Text,
SingleGeneration,
SingleGenerationInStream,
SingleGenerationTokenLikelihoodsItem,
Expand All @@ -126,6 +126,7 @@
SummarizeRequestFormat,
SummarizeRequestLength,
SummarizeResponse,
TextResponseFormat,
TokenizeResponse,
TooManyRequestsErrorBody,
Tool,
Expand Down Expand Up @@ -185,8 +186,6 @@
"ChatRequestCitationQuality",
"ChatRequestConnectorsSearchOptions",
"ChatRequestPromptTruncation",
"ChatRequestResponseFormat",
"ChatRequestResponseFormatType",
"ChatSearchQueriesGenerationEvent",
"ChatSearchQuery",
"ChatSearchResult",
Expand All @@ -198,8 +197,6 @@
"ChatStreamRequestCitationQuality",
"ChatStreamRequestConnectorsSearchOptions",
"ChatStreamRequestPromptTruncation",
"ChatStreamRequestResponseFormat",
"ChatStreamRequestResponseFormatType",
"ChatStreamStartEvent",
"ChatTextGenerationEvent",
"ChatToolCallsChunkEvent",
Expand Down Expand Up @@ -270,6 +267,7 @@
"GetConnectorResponse",
"GetModelResponse",
"InternalServerError",
"JsonResponseFormat",
"LabelMetric",
"ListConnectorsResponse",
"ListEmbedJobResponse",
Expand All @@ -294,6 +292,9 @@
"RerankResponseResultsItem",
"RerankResponseResultsItemDocument",
"RerankerDataMetrics",
"ResponseFormat",
"ResponseFormat_JsonObject",
"ResponseFormat_Text",
"SagemakerClient",
"ServiceUnavailableError",
"SingleGeneration",
Expand All @@ -312,6 +313,7 @@
"SummarizeRequestFormat",
"SummarizeRequestLength",
"SummarizeResponse",
"TextResponseFormat",
"TokenizeResponse",
"TooManyRequestsError",
"TooManyRequestsErrorBody",
Expand Down
Loading

0 comments on commit e4b2e7d

Please sign in to comment.