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

Interface PackPromptFiles

src/runtime/agent.ts:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79]);
80
81// ---------------------------------------------------------------------------
82// Helpers
83// ---------------------------------------------------------------------------
84
85type CustomProviderModelConfig = NonNullable<
86 Parameters<ModelRegistry["registerProvider"]>[1]["models"]
87>[number];
88
89interface AssistantDiagnostics {
90 stopReason: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected