queue_queue_push
Add items to a queue with optional priority for task management in AI applications. Supports any JSON value as input.
Instructions
[queue] Add an item to the queue. item can be any JSON value. priority (default 0) is used for priority queues — lower = more urgent.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| item | Yes | ||
| priority | No |