# ToolsOutputParser

> **Class** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/_anthropic_parsers/ToolsOutputParser)

## Signature

```python
ToolsOutputParser()
```

## Extends

- `BaseGenerationOutputParser`

## Properties

- `first_tool_only`
- `args_only`
- `pydantic_schemas`
- `model_config`

## Methods

- [`parse_result()`](https://reference.langchain.com/python/langchain-google-vertexai/_anthropic_parsers/ToolsOutputParser/parse_result)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/6b6f1e8aa4053d9914ab0b58ee16c21364897842/libs/vertexai/langchain_google_vertexai/_anthropic_parsers.py#L10)