MCPcopy
hub / github.com/CopilotKit/CopilotKit / handler

Method handler

packages/bot/src/commands.ts:41–41  ·  view source on GitHub ↗
(ctx: CommandContext<InferSchemaOutput<Schema>>)

Source from the content-addressed store, hash-verified

39 /** Optional Standard Schema for typed options. */
40 options?: Schema;
41 handler(ctx: CommandContext<InferSchemaOutput<Schema>>): void | Promise<void>;
42}
43
44/**

Callers 15

useLangGraphInterruptFunction · 0.65
built-ins.test.tsFile · 0.65
copilotkit.spec.tsFile · 0.65
executeWildcardToolMethod · 0.65
runAgentLoopFunction · 0.65
onCommandFunction · 0.65
onReactionFunction · 0.65

Implementers 1

TestExtractForwardedHeadersFromConfigsdk-python/tests/test_copilotkit_lg_mi

Calls

no outgoing calls

Tested by 2

singleEndpointSuiteFunction · 0.52
multiEndpointSuiteFunction · 0.52