-
Notifications
You must be signed in to change notification settings - Fork 46
docs(ai-transport): document interruption and steering #3471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
c013c97
5c9fdb8
ee8d63c
4b72de9
c5b1aa5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -132,76 +132,76 @@ export default { | |
| name: 'Features', | ||
| pages: [ | ||
| { | ||
| name: 'Token streaming', | ||
| link: '/docs/ai-transport/features/token-streaming', | ||
| name: 'Agent presence', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bringing in @m-hulbert comment from #3468 regarding alphabetical ordering here:
IMO, the core value proposition should be immediately stated and clear in the "About AI Transport". "How AI Transport works" is covered by "Concepts".
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, well @m-hulbert if you have a concrete proposal for an order then please share that here. In the mean time, this re-ordering makes the features findable when you want to return to a page you already know exists. (I'm highly allergic to comments along the lines of "not this thing", without "this instead") |
||
| link: '/docs/ai-transport/features/agent-presence', | ||
| }, | ||
| { | ||
| name: 'Cancellation', | ||
| link: '/docs/ai-transport/features/cancellation', | ||
| name: 'Branching, edit, and regenerate', | ||
| link: '/docs/ai-transport/features/branching', | ||
| }, | ||
| { | ||
| name: 'Reconnection and recovery', | ||
| link: '/docs/ai-transport/features/reconnection-and-recovery', | ||
| name: 'Cancellation', | ||
| link: '/docs/ai-transport/features/cancellation', | ||
| }, | ||
| { | ||
| name: 'Multi-device sessions', | ||
| link: '/docs/ai-transport/features/multi-device', | ||
| name: 'Chain of thought', | ||
| link: '/docs/ai-transport/features/chain-of-thought', | ||
| }, | ||
| { | ||
| name: 'History and replay', | ||
| link: '/docs/ai-transport/features/history', | ||
| name: 'Concurrent turns', | ||
| link: '/docs/ai-transport/features/concurrent-turns', | ||
| }, | ||
| { | ||
| name: 'Database hydration', | ||
| link: '/docs/ai-transport/features/database-hydration', | ||
| }, | ||
| { | ||
| name: 'Branching, edit, and regenerate', | ||
| link: '/docs/ai-transport/features/branching', | ||
| }, | ||
| { | ||
| name: 'Interruption', | ||
| link: '/docs/ai-transport/features/interruption', | ||
| }, | ||
| { | ||
| name: 'Concurrent turns', | ||
| link: '/docs/ai-transport/features/concurrent-turns', | ||
| }, | ||
| { | ||
| name: 'Tool calling', | ||
| link: '/docs/ai-transport/features/tool-calling', | ||
| name: 'Double texting', | ||
| link: '/docs/ai-transport/features/double-texting', | ||
| }, | ||
| { | ||
| name: 'Durable execution', | ||
| link: '/docs/ai-transport/features/durable-execution', | ||
| }, | ||
| { | ||
| name: 'Human-in-the-loop', | ||
| link: '/docs/ai-transport/features/human-in-the-loop', | ||
| name: 'History and replay', | ||
| link: '/docs/ai-transport/features/history', | ||
| }, | ||
| { | ||
| name: 'Optimistic updates', | ||
| link: '/docs/ai-transport/features/optimistic-updates', | ||
| name: 'Human-in-the-loop', | ||
| link: '/docs/ai-transport/features/human-in-the-loop', | ||
| }, | ||
| { | ||
| name: 'Agent presence', | ||
| link: '/docs/ai-transport/features/agent-presence', | ||
| name: 'Interruption and steering', | ||
| link: '/docs/ai-transport/features/interruption-and-steering', | ||
| }, | ||
| { | ||
| name: 'LiveObjects State', | ||
| link: '/docs/ai-transport/features/liveobjects', | ||
| }, | ||
| { | ||
| name: 'Multi-device sessions', | ||
| link: '/docs/ai-transport/features/multi-device', | ||
| }, | ||
| { | ||
| name: 'Optimistic updates', | ||
| link: '/docs/ai-transport/features/optimistic-updates', | ||
| }, | ||
| { | ||
| name: 'Push notifications', | ||
| link: '/docs/ai-transport/features/push-notifications', | ||
| }, | ||
| { | ||
| name: 'Chain of thought', | ||
| link: '/docs/ai-transport/features/chain-of-thought', | ||
| name: 'Reconnection and recovery', | ||
| link: '/docs/ai-transport/features/reconnection-and-recovery', | ||
| }, | ||
| { | ||
| name: 'Double texting', | ||
| link: '/docs/ai-transport/features/double-texting', | ||
| name: 'Token streaming', | ||
| link: '/docs/ai-transport/features/token-streaming', | ||
| }, | ||
| { | ||
| name: 'Tool calling', | ||
| link: '/docs/ai-transport/features/tool-calling', | ||
| }, | ||
| ], | ||
| }, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep this as item 11
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not a shared skill, so I think this is a meaningless line