Skip to content

fix: make stt and tts optional in AgentVerb type#11

Merged
davehorton merged 1 commit into
mainfrom
fix/agent-verb-optional-stt-tts
Jun 7, 2026
Merged

fix: make stt and tts optional in AgentVerb type#11
davehorton merged 1 commit into
mainfrom
fix/agent-verb-optional-stt-tts

Conversation

@davehorton

Copy link
Copy Markdown
Contributor

Summary

  • Makes stt and tts properties optional in the AgentVerb TypeScript interface
  • Aligns TypeScript types with the JSON schema where only llm is required
  • Allows users to omit stt/tts when defaults are set at the application level

Test plan

  • Build passes
  • Verify in consuming project that stt/tts can be omitted without TypeScript errors

🤖 Generated with Claude Code

Per the JSON schema, only 'llm' is required for the agent verb.
The stt and tts properties should be optional since they can be
set at the application level.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@davehorton davehorton merged commit f598abf into main Jun 7, 2026
1 check passed
@davehorton davehorton deleted the fix/agent-verb-optional-stt-tts branch June 7, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant