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

# Camel.agents. types

<a id="camel.agents._types" />

<a id="camel.agents._types.ToolCallRequest" />

## ToolCallRequest

```python theme={"system"}
class ToolCallRequest(BaseModel):
```

The request for tool calling.

<a id="camel.agents._types.ModelResponse" />

## ModelResponse

```python theme={"system"}
class ModelResponse(BaseModel):
```

The response from the model.
