Skip to content

lumilio-web / hooks/util-hooks/useLLM / LLMMessage

Interface: LLMMessage

Defined in: hooks/util-hooks/useLLM.tsx:18

Properties

content

content: string

Defined in: hooks/util-hooks/useLLM.tsx:20


role

role: "user" | "assistant" | "system"

Defined in: hooks/util-hooks/useLLM.tsx:19


timestamp

timestamp: number

Defined in: hooks/util-hooks/useLLM.tsx:21