MCPcopy Index your code
hub / github.com/github/copilot-sdk / invoke

Method invoke

nodejs/src/generated/rpc.ts:16993–16993  ·  view source on GitHub ↗

* Invokes an action on an open canvas instance via the provider. * * @param params Canvas action invocation parameters sent to the provider. * * @returns Provider-supplied action result.

(params: CanvasProviderInvokeActionRequest)

Source from the content-addressed store, hash-verified

16991 * @returns Provider-supplied action result.
16992 */
16993 invoke(params: CanvasProviderInvokeActionRequest): Promise<CanvasActionInvokeResult>;
16994}
16995
16996/** All client session API handler groups. */

Calls

no outgoing calls