lumilio-web / hooks/util-hooks/useLLM / LLMMessage
Interface: LLMMessage
Defined in: hooks/util-hooks/useLLM.tsx:20
Properties
content
content:
string
Defined in: hooks/util-hooks/useLLM.tsx:22
role
role:
"user"
|"assistant"
|"system"
Defined in: hooks/util-hooks/useLLM.tsx:21
timestamp
timestamp:
number
Defined in: hooks/util-hooks/useLLM.tsx:23