# `ASM.Message.Partial`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.9.2/lib/asm/message.ex#L63)

Incremental text or thinking delta emitted during streaming.

# `content_type`

```elixir
@type content_type() :: :text | :thinking
```

# `t`

```elixir
@type t() :: %ASM.Message.Partial{content_type: content_type(), delta: String.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
