-
Notifications
You must be signed in to change notification settings - Fork 678
feat: add task_card and plan_blocks #2471
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: feat-ai-apps-thinking-steps
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feat-ai-apps-thinking-steps #2471 +/- ##
===============================================================
- Coverage 93.09% 93.09% -0.01%
===============================================================
Files 40 40
Lines 11240 11233 -7
Branches 713 712 -1
===============================================================
- Hits 10464 10457 -7
Misses 764 764
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
| title: string; | ||
|
|
||
| /** | ||
| * @description An array of tasks associated with this plan. |
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.
| * @description An array of tasks associated with this plan. | |
| * @description A sequence of task card blocks. Each task represents a single action within the plan. |
| } | ||
|
|
||
| /** | ||
| * Used for displaying tool execution progress in a timeline-style UI. |
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.
| * Used for displaying tool execution progress in a timeline-style UI. | |
| * Used for displaying task progress in a timeline-style UI. |
| elements: [ | ||
| { | ||
| type: 'text', | ||
| text: 'Dreamt of touching grass', |
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.
too real
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Summary
This PR adds the
task_cardblock and theplanblock for usage in standalone messages.Requirements (place an
xin each[ ])