MCPcopy Create free account
hub / github.com/diillson/chatcli / ExecuteStructured

Method ExecuteStructured

cli/plugins/capabilities.go:200–200  ·  view source on GitHub ↗
(ctx context.Context, args []string, onOutput func(string))

Source from the content-addressed store, hash-verified

198// Streaming callback semantics are identical to ExecuteWithStream.
199type StructuredExecutor interface {
200 ExecuteStructured(ctx context.Context, args []string, onOutput func(string)) (StructuredResult, error)
201}
202
203// RunStructured executes the plugin and always returns a StructuredResult,

Callers 1

RunStructuredFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected