Skip to content

Type Alias: AguiRole

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Agui / AguiRole

Type Alias: AguiRole

AguiRole = "user" | "assistant" | "system" | "tool"

Defined in: src/types/agui.ts:16

The author of an AG-UI conversation message.

Remarks

Sent verbatim on the wire as the role field of an AguiMessage.

Example

const role: AguiRole = 'user';