From f8a7baf5cf0fd405143c46c66ad904fce886b753 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:43:17 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API (#50) --- src/resources/agent.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/resources/agent.ts b/src/resources/agent.ts index f96da5a..1a8f828 100644 --- a/src/resources/agent.ts +++ b/src/resources/agent.ts @@ -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' @@ -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' @@ -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'