Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Mar 25, 2024
1 parent ff93dde commit 53029a6
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 88 deletions.
2 changes: 2 additions & 0 deletions src/cloudflare/types/workers/ai_run_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ class SpeechRecognitionWord(BaseModel):
class SpeechRecognition(BaseModel):
text: str

vtt: Optional[str] = None

word_count: Optional[float] = None

words: Optional[List[SpeechRecognitionWord]] = None
Expand Down
Loading

0 comments on commit 53029a6

Please sign in to comment.