# `vllm_mlx.reasoning.poolside_v1_parser`

Reasoning parser for Poolside Laguna models.

[View the complete module source at #L1-L13](https://github.com/waybarrios/vllm-mlx/blob/a69d47912bcb21d8fe04d48f75fa896b620ffcfa/vllm_mlx/reasoning/poolside_v1_parser.py#L1-L13).

## API details

Each callable below includes its exact signature, type annotations, inputs, defaults, return contract, documented exceptions, implementation source, and parsed docstring sections when the source provides them.

::: vllm_mlx.reasoning.poolside_v1_parser
    options:
      members:
        - PoolsideV1ReasoningParser
      filters: []
      show_if_no_docstring: true

## Complete contract reference

Expand any definition for its exact inputs, annotations, defaults, return contract, directly raised exceptions, source-grounded behavior, and immutable line link. This section includes private and nested definitions that ordinary API generators omit.

<details class="api-contract" id="contract-vllm_mlx.reasoning.poolside_v1_parser.PoolsideV1ReasoningParser" markdown="1">
<summary><code>vllm_mlx.reasoning.poolside_v1_parser.PoolsideV1ReasoningParser</code> · class</summary>

```python
vllm_mlx.reasoning.poolside_v1_parser.PoolsideV1ReasoningParser()
```

Parse Laguna's template-injected ``<think>`` reasoning boundary.

**Parameters**

This callable has no explicit inputs.

**Returns**

- Constructs: `vllm_mlx.reasoning.poolside_v1_parser.PoolsideV1ReasoningParser`

**Exceptions and behavior**

Class `PoolsideV1ReasoningParser` derives from `Qwen3ReasoningParser` and declares 0 direct member(s).
No direct `raise` statement appears in this definition.

[View source #L7-L13](https://github.com/waybarrios/vllm-mlx/blob/a69d47912bcb21d8fe04d48f75fa896b620ffcfa/vllm_mlx/reasoning/poolside_v1_parser.py#L7-L13).

</details>

## Complete symbol map

This map also includes private definitions and nested helpers. The signature column exposes every explicit input even when an internal helper has no dedicated parameter prose.

| Symbol | Kind | Signature and inputs | What it does | Source |
| --- | --- | --- | --- | --- |
| [`PoolsideV1ReasoningParser`](#contract-vllm_mlx.reasoning.poolside_v1_parser.PoolsideV1ReasoningParser) | class | `PoolsideV1ReasoningParser()` | Parse Laguna's template-injected ``<think>`` reasoning boundary. | [#L7-L13](https://github.com/waybarrios/vllm-mlx/blob/a69d47912bcb21d8fe04d48f75fa896b620ffcfa/vllm_mlx/reasoning/poolside_v1_parser.py#L7-L13) |
