MCPcopy Create free account
hub / github.com/astercloud/aster / longRunningInterruptible

Struct longRunningInterruptible

pkg/agent/agent.go:1352–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352type longRunningInterruptible struct {
1353 tool tools.LongRunningTool
1354 taskID string
1355}
1356
1357func (l *longRunningInterruptible) Pause() error {
1358 return errors.New("pause not supported for long-running task")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected