MCPcopy
hub / github.com/PromtEngineer/localGPT / Step

Interface Step

src/lib/api.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16export interface Step {
17 key: string;
18 label: string;
19 status: 'pending' | 'active' | 'done';
20 details: any;
21}
22
23export interface ChatMessage {
24 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected