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

Method getActiveChannelIds

src/runtime/agent.ts:979–981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

977 const diagnostics = getAssistantDiagnostics(lastMessage);
978
979 if (diagnostics?.errorMessage) {
980 return {
981 stopReason: diagnostics.stopReason,
982 errorMessage: diagnostics.errorMessage,
983 };
984 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected