MCPcopy Create free account
hub / github.com/github/copilot-sdk / Invoke

Method Invoke

go/rpc/zrpc.go:18235–18235  ·  view source on GitHub ↗

Invokes an action on an open canvas instance via the provider. RPC method: canvas.action.invoke. Parameters: Canvas action invocation parameters sent to the provider. Returns: Provider-supplied action result.

(request *CanvasProviderInvokeActionRequest)

Source from the content-addressed store, hash-verified

18233 //
18234 // Returns: Provider-supplied action result.
18235 Invoke(request *CanvasProviderInvokeActionRequest) (any, error)
18236 // Opens a canvas instance on the provider.
18237 //
18238 // RPC method: canvas.open.

Calls

no outgoing calls