Function-Calling AI Agent Training with Executable API Verification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current datasets for function-calling agent models are static, limited in scope, and not verified by execution, leading to inaccuracies and inefficiencies in model training.

Innovation Solution

APIGen, an automated data generation pipeline, leverages Python API libraries and structured example data to generate diverse and high-quality datasets through hierarchical verification stages, ensuring accuracy and reliability by executing each API call and filtering out low-quality data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If automated data generation with execution verification is implemented, then dataset quality and reliability improve, but system complexity and computational resources increase

Engineering Contradiction:
Improvedataset qualityVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The verification process is divided into multiple independent stages: syntax validation, type checking, execution verification, and semantic validation. Each stage operates independently and filters data at different levels, reducing the complexity burden on any single component while collectively ensuring high dataset quality.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary syntax validation and type checking before actual execution verification. This preliminary filtering eliminates obviously incorrect function calls early in the process, reducing the computational burden on the execution verification stage while maintaining comprehensive quality assurance.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If execution verification is performed on each API call, then data accuracy improves, but processing time and computational resources increase

Engineering Contradiction:
Improvedata accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The verification process is segmented into multiple filtering stages: syntax validation, type checking, execution verification, and semantic validation. Each stage processes data independently and eliminates incorrect entries progressively, ensuring high accuracy while distributing computational effort across multiple simpler operations rather than one intensive verification step.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system applies multiple layers of verification beyond what a single check would provide. By implementing syntax validation, type checking, execution verification, and semantic validation in sequence, the system ensures comprehensive accuracy through partial actions at each stage, with early stages filtering out obvious errors before execution verification.

Inventive Principle:
Principle #16Partial or excessive action

3Adaptability or versatility

If diverse function call data is generated across multiple libraries, then model versatility improves, but data generation complexity increases

Engineering Contradiction:
Improvemodel versatilityVSAvoiddata generation complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The data generation system is designed to work with multiple Python libraries and API types through a universal interface. The system can generate function call data for various libraries (requests, pandas, numpy, etc.) using the same underlying generation and verification mechanisms, achieving versatility without proportionally increasing complexity.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system achieves diversity across multiple libraries by changing parameters such as library type, function names, argument types, and return value formats while maintaining the same generation and verification framework. This allows versatile data generation across different domains without requiring separate complex systems for each library.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20250348731A1Systems and methods for function-calling agent models
Publication Date: 2025.11.13 SALESFORCE INC
  • US20250348731A1 patent drawing
  • US20250348731A1 patent drawing
  • US20250348731A1 patent drawing

AI summary

Embodiments described herein provide a method of generating a response to a user prompt by a function-calling artificial intelligence (AI) agent. The method comprises generating, via an LLM based on a prompt template, a training pair including a generated prompt and a first executable function call; including or excluding the training pair in a training dataset depending on a validation decision of the training pair; training the function-calling AI agent based on the training dataset; generating, by the function-calling AI agent, a second executable function call based on the user prompt; and executing the second executable function call via local execution on the one or more processors or via API call to a system remote from the one or more processors, wherein the response to the user prompt is based on a result of the executing the second executable function call.