Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌿 Fern Regeneration -- October 31, 2024 #210

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
301 changes: 287 additions & 14 deletions .mock/definition/empathic-voice/__package__.yml

Large diffs are not rendered by default.

48 changes: 25 additions & 23 deletions .mock/definition/empathic-voice/chatGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ service:
path: /v0/evi/chat_groups/{id}/audio
method: GET
auth: true
docs: >-
Fetches a paginated list of audio for each **Chat** within the specified
**Chat Group**. For more details, see our guide on audio reconstruction
[here](/docs/empathic-voice-interface-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
path-parameters:
id:
type: string
Expand Down Expand Up @@ -563,35 +567,33 @@ service:
true.
response:
docs: Success
type: root.ReturnChatPagedEvents
type: root.ReturnChatGroupPagedAudioReconstructions
errors:
- root.BadRequestError
examples:
- path-parameters:
id: id
id: 369846cf-6ad5-404d-905e-a8acb5cdfc78
query-parameters:
page_number: 0
page_size: 10
ascending_order: true
response:
body:
id: id
chat_group_id: chat_group_id
status: ACTIVE
start_timestamp: 1000000
end_timestamp: 1000000
pagination_direction: ASC
events_page:
- id: id
chat_id: chat_id
timestamp: 1000000
role: USER
type: SYSTEM_PROMPT
message_text: message_text
emotion_features: emotion_features
metadata: metadata
metadata: metadata
page_number: 1
page_size: 1
id: 369846cf-6ad5-404d-905e-a8acb5cdfc78
user_id: e6235940-cfda-3988-9147-ff531627cf42
num_chats: 1
page_number: 0
page_size: 10
total_pages: 1
config:
id: id
version: 1
pagination_direction: ASC
audio_reconstructions_page:
- id: 470a49f6-1dec-4afe-8b61-035d3b2d63b0
user_id: e6235940-cfda-3988-9147-ff531627cf42
status: COMPLETE
filename: >-
e6235940-cfda-3988-9147-ff531627cf42/470a49f6-1dec-4afe-8b61-035d3b2d63b0/reconstructed_audio.mp4
modified_at: 1729875432555
signed_audio_url: https://storage.googleapis.com/...etc.
signed_url_expiration_timestamp_millis: 1730232816964
source:
openapi: stenographer-openapi.json
38 changes: 14 additions & 24 deletions .mock/definition/empathic-voice/chats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,42 +459,32 @@ service:
path: /v0/evi/chats/{id}/audio
method: GET
auth: true
docs: >-
Fetches the audio of a previous **Chat**. For more details, see our
guide on audio reconstruction
[here](/docs/empathic-voice-interface-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
path-parameters:
id:
type: string
docs: Identifier for a chat. Formatted as a UUID.
display-name: Get chat audio
response:
docs: Success
type: root.ReturnChatPagedEvents
type: root.ReturnChatAudioReconstruction
errors:
- root.BadRequestError
examples:
- path-parameters:
id: id
id: 470a49f6-1dec-4afe-8b61-035d3b2d63b0
response:
body:
id: id
chat_group_id: chat_group_id
status: ACTIVE
start_timestamp: 1000000
end_timestamp: 1000000
pagination_direction: ASC
events_page:
- id: id
chat_id: chat_id
timestamp: 1000000
role: USER
type: SYSTEM_PROMPT
message_text: message_text
emotion_features: emotion_features
metadata: metadata
metadata: metadata
page_number: 1
page_size: 1
total_pages: 1
config:
id: id
version: 1
id: 470a49f6-1dec-4afe-8b61-035d3b2d63b0
user_id: e6235940-cfda-3988-9147-ff531627cf42
status: COMPLETE
filename: >-
e6235940-cfda-3988-9147-ff531627cf42/470a49f6-1dec-4afe-8b61-035d3b2d63b0/reconstructed_audio.mp4
modified_at: 1729875432555
signed_audio_url: https://storage.googleapis.com/...etc.
signed_url_expiration_timestamp_millis: 1730232816964
source:
openapi: stenographer-openapi.json
Loading
Loading