MCPcopy
hub / github.com/stravu/crystal / StartPanelConfig

Interface StartPanelConfig

shared/types/aiPanelConfig.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * Configuration for starting a panel
27 */
28export interface StartPanelConfig extends AIPanelConfig {
29 panelId: string;
30 sessionId?: string;
31}
32
33/**
34 * Configuration for continuing a panel conversation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected