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

# Вызов функций (Tool Calling)

> Использование функций и инструментов в запросах

# Вызов функций (Tool Calling)

```json theme={null}
{"type":"function","function":{"name":"get_weather","description":"Получить погоду","parameters":{"type":"object","properties":{"city":{"type":"string"}},"required":["city"]}}}
```

Цикл: отправьте tools → получите `tool_calls` → выполните функцию на сервере → верните `tool` message с `tool_call_id` → снова вызовите модель.

Всегда валидируйте arguments и права на выполнение операции.
