# ToolsOutputParser

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/function_calling/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-aws/function_calling/ToolsOutputParser/parse_result)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/07f60ceba189a48fab5942573cf81e569a7bbf19/libs/aws/langchain_aws/function_calling.py#L161)