MCPcopy Create free account
hub / github.com/chieapp/chie / toHTML

Method toHTML

src/model/chat-api.ts:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22export interface ChatStep {
23 toString(): string;
24 toHTML?(): string;
25}
26
27export interface ChatMessage {

Callers 1

parseStepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected