work table can answer.Server API symbols
WorkOperation
The work-tracker operations a handler’s work table can answer.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The work-tracker operations a handler’s work table can answer.
type WorkOperation =
| "list_containers"
| "create"
| "attach"
| "comment"
| "status"
| "resolve";
work table can answer.Was this page helpful?