Skip to content

bodhi-realtime-agent / ConversationItemRole

Type Alias: ConversationItemRole

ConversationItemRole = "user" | "assistant" | "tool_call" | "tool_result" | "transfer"

Defined in: types/conversation.ts:6

The role of a conversation item, used to distinguish message types in the context.

Built with VitePress