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

Method toString

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

Source from the content-addressed store, hash-verified

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

Callers 8

checkLatestVersionMethod · 0.80
getTemplateFunction · 0.80
parseStepFunction · 0.80
chatToJSONFunction · 0.80
chatToTextFunction · 0.80
fromChatRoleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected