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

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

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