Skip to content

Commit

Permalink
fix: type updates for agent tone options
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jan 17, 2025
1 parent b73d70a commit f3df889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export type AgentCreateConfigV2 = DraftAgentTopicsBody & {
*
* Default: casual
*/
tone?: 'casual';
tone?: 'casual' | 'formal' | 'neutral';
/**
* The language your agent uses in conversations. Agent currently
* supports English only.
Expand Down

0 comments on commit f3df889

Please sign in to comment.