Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Oliff <[email protected]>
  • Loading branch information
naomi-lgbt and lukeocodes authored Oct 30, 2024
1 parent 7e61801 commit 39ec1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/AgentClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AgentLiveClient } from "./AgentLiveClient";
* `live(ttsOptions: SpeakSchema = {}, endpoint = ":version/speak")`: Returns an `AgentLiveClient` instance for interacting with the voice agent API.
*/
export class AgentClient extends AbstractClient {
public namespace: string = "speak";
public namespace: string = "agent";

/**
* Returns an `AgentLiveClient` instance for interacting with the voice agent API.
Expand Down

0 comments on commit 39ec1f8

Please sign in to comment.