Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
export
interface
ChatStep {
23
toString(): string;
24
toHTML?(): string;
25
}
26
27
export
interface
ChatMessage {
Callers
1
parseStep
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected