# UnemittedToolCalls

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/_tool_stream/UnemittedToolCalls)

Counts of buffered tool calls that never emitted a `tool.use`.

A `NamedTuple` so callers can still unpack positionally while the field names
keep the two same-typed slots from being load-bearing at every call site (a
bare `(int, int)` invites a silent transposition). Both surfaces log the two
counts as separate diagnostics.

## Signature

```python
UnemittedToolCalls()
```

## Extends

- `NamedTuple`

## Properties

- `unparsed`
- `idless_parsed`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/_tool_stream.py#L575)