```ts
type Role = "user" | "assistant";
```

Defined in: [src/types/messages.ts:163](https://github.com/strands-agents/harness-sdk/blob/ca4c20fea3f7d62c29b021c85f336eba5937012f/strands-ts/src/types/messages.ts#L163)

Role of a message in a conversation. Can be either ‘user’ (human input) or ‘assistant’ (model response).