Skip to content

Commit

Permalink
Merge branch 'ts' of github.com:sujal011/EdgeChains into ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sujal011 committed Dec 27, 2024
2 parents 303a87c + 020ef06 commit d9132ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/edgechains/arakoodev/src/ai/src/lib/retell-ai/retell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LlmResponse, LlmCreateParams } from "retell-sdk/resources/llm.mjs";

declare module "retell-sdk/resources/llm.mjs" {
interface LlmResponse {
llm_websocket_url:string
llm_websocket_url: string;
}
}

Expand Down

0 comments on commit d9132ff

Please sign in to comment.