Function calling

01TECHNOLOGY · 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.

Skills
forms · bookings · quotes
Connectors
1C · CRM · your API
Base search
RAG context
Agent
handover to a human
Scheduler
deferred jobs
Validation
arguments against the schema
Log
every call is recorded
Your functions
declared by schema
LLM
02TOOLS

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.

SKILLS

Actions in the chat

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

CONNECTORS

Live data

Stock from 1C and statuses from the CRM — during the answer itself.

YOUR FUNCTIONS

Your own tool

Describe a function with a schema and the model learns to call it too.

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.

TRAIL

Every call leaves a record

Tool, arguments, result and time — the log is available to your team in the admin.

JSON01

Schema
functions are declared as schemas — the model calls them itself

100%02

Validation
arguments are validated before the call

24/703

Log
every call is recorded with its result

05IN NUMBERS

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.

01

Choosing the tool
the model makes the decision on the fly

02

Argument validation
no call leaves with broken data

03

Modes
tool calling and the prompt fallback

04

In every dialogue
the tools are always available

Call · ms · by tool
PeakTypical
06TOOLS

What the model can call

The set grows with the platform. Everything declared is available to the model in every dialogue.

/01

Skills

Forms, bookings, calculators — actions in the chat window.

/02

Connectors

Live data from 1C, the CRM, the calendar and your API.

/03

Base search

RAG context: knowledge fragments straight into the prompt.

/04

Agent

Handing the dialogue to a human when that is the right call.

/05

Scheduler

Deferred and recurring jobs on a schedule.

/06

Your functions

Describe the schema and the model starts calling your own logic.

GET STARTED

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.