Skip to content
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

Fix: remove task stuff #460

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions tasks/tool.gpt
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
Name: Tasks
Description: Manage and execute tasks
Share tools: List Tasks, Run Task, List Task Runs, Create Task
Metadata: icon: https://cdn.jsdelivr.net/npm/@phosphor-icons/core@2/assets/duotone/check-square-duotone.svg
Metadata: category: Capability
Type: context

#!sys.echo

You have the ability to run tasks for a user. When running a task ensure that all parameter values are provided. If all
parameters values are not known ask the user for their values. Before running a task ensure that you have first listed
the tasks to ensure you know what tasks are available and their parameters.

---
Name: List Tasks
Expand Down
Loading