Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 29, 2024
1 parent ca23cd2 commit e5e727f
Show file tree
Hide file tree
Showing 27 changed files with 1,467 additions and 1,598 deletions.
287 changes: 279 additions & 8 deletions .mock/definition/empathic-voice/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,14 +648,70 @@ types:
docs: The provider of the supplemental language model.
source:
openapi: stenographer-openapi.json
PostedLanguageModelModelResource:
enum:
- value: claude-3-5-sonnet-latest
name: Claude35SonnetLatest
- value: claude-3-5-sonnet-20240620
name: Claude35Sonnet20240620
- value: claude-3-opus-20240229
name: Claude3Opus20240229
- value: claude-3-sonnet-20240229
name: Claude3Sonnet20240229
- value: claude-3-haiku-20240307
name: Claude3Haiku20240307
- value: claude-2.1
name: Claude21
- value: claude-instant-1.2
name: ClaudeInstant12
- value: gemini-1.5-pro
name: Gemini15Pro
- value: gemini-1.5-flash
name: Gemini15Flash
- value: gemini-1.5-pro-002
name: Gemini15Pro002
- value: gemini-1.5-flash-002
name: Gemini15Flash002
- value: gpt-4-turbo-preview
name: Gpt4TurboPreview
- value: gpt-3.5-turbo-0125
name: Gpt35Turbo0125
- value: gpt-3.5-turbo
name: Gpt35Turbo
- value: gpt-4o
name: Gpt4O
- value: gpt-4o-mini
name: Gpt4OMini
- value: gemma-7b-it
name: Gemma7BIt
- value: llama3-8b-8192
name: Llama38B8192
- value: llama3-70b-8192
name: Llama370B8192
- value: llama-3.1-70b-versatile
name: Llama3170BVersatile
- value: llama-3.1-8b-instant
name: Llama318BInstant
- value: accounts/fireworks/models/mixtral-8x7b-instruct
name: AccountsFireworksModelsMixtral8X7BInstruct
- value: accounts/fireworks/models/llama-v3p1-405b-instruct
name: AccountsFireworksModelsLlamaV3P1405BInstruct
- value: accounts/fireworks/models/llama-v3p1-70b-instruct
name: AccountsFireworksModelsLlamaV3P170BInstruct
- value: accounts/fireworks/models/llama-v3p1-8b-instruct
name: AccountsFireworksModelsLlamaV3P18BInstruct
- ellm
docs: String that specifies the language model to use with `model_provider`.
source:
openapi: stenographer-openapi.json
PostedLanguageModel:
docs: A LanguageModel to be posted to the server
properties:
model_provider:
type: optional<PostedLanguageModelModelProvider>
docs: The provider of the supplemental language model.
model_resource:
type: optional<string>
type: optional<PostedLanguageModelModelResource>
docs: String that specifies the language model to use with `model_provider`.
temperature:
type: optional<float>
Expand Down Expand Up @@ -784,14 +840,23 @@ types:
of the Tool. Each update to the Tool increments its version number.
source:
openapi: stenographer-openapi.json
PostedVoiceProvider:
enum:
- HUME_AI
- CUSTOM_VOICE
docs: >-
The provider of the voice to use. Supported values are `HUME_AI` and
`CUSTOM_VOICE`.
source:
openapi: stenographer-openapi.json
PostedVoice:
docs: A Voice specification posted to the server
properties:
provider:
type: literal<"HUME_AI">
type: PostedVoiceProvider
docs: >-
The provider of the voice to use. Currently, only `HUME_AI` is
supported as the voice provider.
The provider of the voice to use. Supported values are `HUME_AI` and
`CUSTOM_VOICE`.
name:
type: optional<string>
docs: >-
Expand Down Expand Up @@ -999,14 +1064,70 @@ types:
docs: The provider of the supplemental language model.
source:
openapi: stenographer-openapi.json
ReturnLanguageModelModelResource:
enum:
- value: claude-3-5-sonnet-latest
name: Claude35SonnetLatest
- value: claude-3-5-sonnet-20240620
name: Claude35Sonnet20240620
- value: claude-3-opus-20240229
name: Claude3Opus20240229
- value: claude-3-sonnet-20240229
name: Claude3Sonnet20240229
- value: claude-3-haiku-20240307
name: Claude3Haiku20240307
- value: claude-2.1
name: Claude21
- value: claude-instant-1.2
name: ClaudeInstant12
- value: gemini-1.5-pro
name: Gemini15Pro
- value: gemini-1.5-flash
name: Gemini15Flash
- value: gemini-1.5-pro-002
name: Gemini15Pro002
- value: gemini-1.5-flash-002
name: Gemini15Flash002
- value: gpt-4-turbo-preview
name: Gpt4TurboPreview
- value: gpt-3.5-turbo-0125
name: Gpt35Turbo0125
- value: gpt-3.5-turbo
name: Gpt35Turbo
- value: gpt-4o
name: Gpt4O
- value: gpt-4o-mini
name: Gpt4OMini
- value: gemma-7b-it
name: Gemma7BIt
- value: llama3-8b-8192
name: Llama38B8192
- value: llama3-70b-8192
name: Llama370B8192
- value: llama-3.1-70b-versatile
name: Llama3170BVersatile
- value: llama-3.1-8b-instant
name: Llama318BInstant
- value: accounts/fireworks/models/mixtral-8x7b-instruct
name: AccountsFireworksModelsMixtral8X7BInstruct
- value: accounts/fireworks/models/llama-v3p1-405b-instruct
name: AccountsFireworksModelsLlamaV3P1405BInstruct
- value: accounts/fireworks/models/llama-v3p1-70b-instruct
name: AccountsFireworksModelsLlamaV3P170BInstruct
- value: accounts/fireworks/models/llama-v3p1-8b-instruct
name: AccountsFireworksModelsLlamaV3P18BInstruct
- ellm
docs: String that specifies the language model to use with `model_provider`.
source:
openapi: stenographer-openapi.json
ReturnLanguageModel:
docs: A specific LanguageModel
properties:
model_provider:
type: optional<ReturnLanguageModelModelProvider>
docs: The provider of the supplemental language model.
model_resource:
type: optional<string>
type: optional<ReturnLanguageModelModelResource>
docs: String that specifies the language model to use with `model_provider`.
temperature:
type: optional<float>
Expand Down Expand Up @@ -1071,14 +1192,23 @@ types:
seconds.
source:
openapi: stenographer-openapi.json
ReturnVoiceProvider:
enum:
- HUME_AI
- CUSTOM_VOICE
docs: >-
The provider of the voice to use. Supported values are `HUME_AI` and
`CUSTOM_VOICE`.
source:
openapi: stenographer-openapi.json
ReturnVoice:
docs: A specific voice specification
properties:
provider:
type: literal<"HUME_AI">
type: ReturnVoiceProvider
docs: >-
The provider of the voice to use. Currently, only `HUME_AI` is
supported as the voice provider.
The provider of the voice to use. Supported values are `HUME_AI` and
`CUSTOM_VOICE`.
name:
type: optional<string>
docs: >-
Expand Down Expand Up @@ -1632,6 +1762,83 @@ types:
config: optional<ReturnConfigSpec>
source:
openapi: stenographer-openapi.json
ReturnChatAudioReconstructionStatus:
enum:
- QUEUED
- IN_PROGRESS
- COMPLETE
- ERROR
- CANCELLED
docs: >-
Indicates the current state of the audio reconstruction job. There are
five possible statuses:
- `QUEUED`: The reconstruction job is waiting to be processed.
- `IN_PROGRESS`: The reconstruction is currently being processed.
- `COMPLETE`: The audio reconstruction is finished and ready for download.
- `ERROR`: An error occurred during the reconstruction process.
- `CANCELED`: The reconstruction job has been canceled.
source:
openapi: stenographer-openapi.json
ReturnChatAudioReconstruction:
docs: >-
List of chat audio reconstructions returned for the specified page number
and page size.
properties:
id:
type: string
docs: Identifier for the chat. Formatted as a UUID.
user_id:
type: string
docs: Identifier for the user that owns this chat. Formatted as a UUID.
status:
type: ReturnChatAudioReconstructionStatus
docs: >-
Indicates the current state of the audio reconstruction job. There are
five possible statuses:
- `QUEUED`: The reconstruction job is waiting to be processed.
- `IN_PROGRESS`: The reconstruction is currently being processed.
- `COMPLETE`: The audio reconstruction is finished and ready for
download.
- `ERROR`: An error occurred during the reconstruction process.
- `CANCELED`: The reconstruction job has been canceled.
filename:
type: optional<string>
docs: Name of the chat audio reconstruction file.
modified_at:
type: optional<long>
docs: >-
The timestamp of the most recent status change for this audio
reconstruction, formatted milliseconds since the Unix epoch.
signed_audio_url:
type: optional<string>
docs: Signed URL used to download the chat audio reconstruction file.
signed_url_expiration_timestamp_millis:
type: optional<long>
docs: >-
The timestamp when the signed URL will expire, formatted as a Unix
epoch milliseconds.
source:
openapi: stenographer-openapi.json
ReturnActiveChatCount:
docs: A description of current chat chat sessions for a user
properties:
Expand Down Expand Up @@ -1891,6 +2098,70 @@ types:
type: list<ReturnChatEvent>
source:
openapi: stenographer-openapi.json
ReturnChatGroupPagedAudioReconstructionsPaginationDirection:
enum:
- ASC
- DESC
docs: >-
Indicates the order in which the paginated results are presented, based on
their creation date.
It shows `ASC` for ascending order (chronological, with the oldest records
first) or `DESC` for descending order (reverse-chronological, with the
newest records first). This value corresponds to the `ascending_order`
query parameter used in the request.
source:
openapi: stenographer-openapi.json
ReturnChatGroupPagedAudioReconstructions:
docs: A paginated list of chat reconstructions for a particular chatgroup
properties:
id:
type: string
docs: Identifier for the chat group. Formatted as a UUID.
user_id:
type: string
docs: Identifier for the user that owns this chat. Formatted as a UUID.
num_chats:
type: integer
docs: Total number of chats in this chatgroup
page_number:
type: integer
docs: >-
The page number of the returned list.
This value corresponds to the `page_number` parameter specified in the
request. Pagination uses zero-based indexing.
page_size:
type: integer
docs: >-
The maximum number of items returned per page.
This value corresponds to the `page_size` parameter specified in the
request.
total_pages:
type: integer
docs: The total number of pages in the collection.
pagination_direction:
type: ReturnChatGroupPagedAudioReconstructionsPaginationDirection
docs: >-
Indicates the order in which the paginated results are presented,
based on their creation date.
It shows `ASC` for ascending order (chronological, with the oldest
records first) or `DESC` for descending order (reverse-chronological,
with the newest records first). This value corresponds to the
`ascending_order` query parameter used in the request.
audio_reconstructions_page:
docs: >-
List of chat audio reconstructions returned for the specified page
number and page size.
type: list<ReturnChatAudioReconstruction>
source:
openapi: stenographer-openapi.json
PostedPromptSpec:
docs: A Prompt associated with this Config.
properties:
Expand Down
Loading

0 comments on commit e5e727f

Please sign in to comment.