Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / Message

Interface: Message

Defined in: layer4/types.ts:4

组装进上下文窗口的单条对话消息。

Properties

content

content: string

Defined in: layer4/types.ts:6


role

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

Defined in: layer4/types.ts:5

MIT Licensed