MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / HandleResult

Interface HandleResult

src/runtime/adapters/types.ts:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103// ---------------------------------------------------------------------------
104
105export interface HandleResult {
106 stopReason: string;
107 errorMessage?: string;
108}
109
110export interface AgentExecutionContext {
111 runId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected