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

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

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