Function calling
A model that acts
Function calling is how you give an LLM hands. The platform’s tools are declared to the model as schemas, and it calls them itself — whenever the conversation asks for it.
What it calls
Three main families of tools. Actions in the chat, live data from your systems — and any logic of your own, declared by a schema.

Actions in the chat
A form, a booking, a quote — the skill at the right moment of the dialogue.


From a sentence to a call
The customer never sees the machinery — only the result. Inside runs a strict cycle: pick the tool, validate the arguments, call, answer.
Protocol
04
A standard protocol, not a home-made one

DECLARATION
Tools are described by schemas
Every function has a name, arguments and types. The model sees only the declared tool surface.

VALIDATION
No call leaves with broken data
Arguments are validated against the schema before the call — an error goes back to the model, not to your system.
Schema
functions are declared as schemas — the model calls them itself
Validation
arguments are validated before the call
Log
every call is recorded with its result
Calls on the clock
A tool must not slow the conversation down. The choice is instant, the call is controlled, and a slow response never hangs the dialogue.
Choosing the tool
the model makes the decision on the fly
Argument validation
no call leaves with broken data
Modes
tool calling and the prompt fallback
In every dialogue
the tools are always available
What the model can call
The set grows with the platform. Everything declared is available to the model in every dialogue.
Skills
Forms, bookings, calculators — actions in the chat window.
Connectors
Live data from 1C, the CRM, the calendar and your API.
Base search
RAG context: knowledge fragments straight into the prompt.
Agent
Handing the dialogue to a human when that is the right call.
Scheduler
Deferred and recurring jobs on a schedule.
Your functions
Describe the schema and the model starts calling your own logic.
Give the model tools
An assistant that acts sells better than one that advises. Switch on a skill or a connector and watch the calls at work.
Test it on your own data
Upload your own documents and catalogue — then ask the assistant the questions people ask you. That is the only test that means anything.
-poster.webp&w=2048&q=75)