Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Updates the inactivity_timeout parameter in the Streaming API specification (usm-streaming.yml) to correctly document it as an integer type with minimum value of 5 and maximum value of 3600 seconds.

Changes:

  • Added explicit schema with type: integer, minimum: 5, maximum: 3600
  • Changed examples from strings ("5", "3600") to integers (5, 3600)

Review & Testing Checklist for Human

  • Verify the minimum (5) and maximum (3600) values are correct for the inactivity_timeout parameter
  • Preview the API reference page at /docs/api-reference/streaming-api/streaming-api#request.query.inactivity_timeout to confirm the type shows as integer and min/max constraints are displayed correctly

Notes

Co-Authored-By: Lee Vaughn <dlvprogramming@gmail.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link

@LeeVaughn LeeVaughn merged commit 73a50d0 into main Dec 22, 2025
2 of 4 checks passed
@LeeVaughn LeeVaughn deleted the devin/1766446031-inactivity-timeout-fix branch December 22, 2025 23:30
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.

2 participants