Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 9, 2024
1 parent e2ced52 commit f8a7baf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/resources/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export interface AgentResponse {
*
* - `static-noise`: Constant static noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/static-noise.wav)
* Set to `null` to remove ambient sound from this agent.
*
* Set to `null` to remove ambient sound from this agent.
*/
ambient_sound?:
| 'coffee-shop'
Expand Down Expand Up @@ -243,7 +244,8 @@ export interface AgentCreateParams {
*
* - `static-noise`: Constant static noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/static-noise.wav)
* Set to `null` to remove ambient sound from this agent.
*
* Set to `null` to remove ambient sound from this agent.
*/
ambient_sound?:
| 'coffee-shop'
Expand Down Expand Up @@ -374,7 +376,8 @@ export interface AgentUpdateParams {
*
* - `static-noise`: Constant static noise.
* [Listen to Ambience](https://retell-utils-public.s3.us-west-2.amazonaws.com/static-noise.wav)
* Set to `null` to remove ambient sound from this agent.
*
* Set to `null` to remove ambient sound from this agent.
*/
ambient_sound?:
| 'coffee-shop'
Expand Down

0 comments on commit f8a7baf

Please sign in to comment.