Closed karansohi closed 10 months ago
The recent updates involve reordering sidebar elements in the documentation and enhancing asynchronous behavior in the JavaScript SDK examples. Sidebar positions for guides on API and concurrency quota management, as well as rate limits, have been shifted. Additionally, the JavaScript SDK usage examples now correctly implement await
for asynchronous calls, ensuring proper flow control.
File Path | Change Summary |
---|---|
docs/.../api-quota-management.md |
Sidebar position changed from 2 to 4 |
docs/.../concurrency-quota-management.md |
File paths and image references updated |
docs/.../openai.md |
Sidebar position changed from 4 to 6 |
docs/.../per-user-concurrency-limiting.md |
Sidebar position changed from 1 to 2 |
sdks/aperture-js/example/... (multiple files) |
Added await to flow.end() calls; new UIConcurrencyTokens function |
🐇✨
In the docs, a shuffle, a slide,
Sidebar dances, numbers aside.
Code awaits patiently in line,
A rabbit's touch, async in time. 🌟🕒
Description of change
Checklist
Summary by CodeRabbit
Documentation
Refactor
await
keyword forflow.end()
calls in basic usage and concurrency limit examples.UIConcurrencyTokens
for managing concurrency tokens in UI components.