> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.math_utils.is_equiv_chain_of_thought

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### is\_equiv\_chain\_of\_thought

```python theme={null}
is_equiv_chain_of_thought(str1: str, str2: str) -> float
```

Strips the solution first before calling `is_equiv`.

<b>Parameters:</b>

| Name   | Description   |
| ------ | ------------- |
| `str1` | **Type:** str |
| `str2` | **Type:** str |

<br />
