Wednesday, June 18, 2025

Custom Tools

With Solvea, you can create custom tools to fit your unique business needs. To set up a custom tool:

Step-by-Step Guide

1. Open the Tool Creation Page

– Click “New Tool” in the upper right corner.

2. Configure the Tool

– Enter a tool name (e.g., “get_invoice”)

– Add a description (e.g., “Get invoice info by order number”)

– Choose “Build via API”

– Enter the API endpoint URL

– Select the request method and proceed

3. Define Input Parameters

– In “Request Headers,” click “Add” to specify key-value pairs

– In “Input Parameters,” click “Add” and provide:

– Name: the parameter’s metadata field name

– Description: what the parameter means

– Type: data type (String, Number, Integer, Boolean, Object, Array, Date)

– Source: how the value is obtained (LLM extraction, API extraction, or custom)

4. Define Output and Status Parameters

– In “Output Parameters,” add:

– Name: output field name

– Description: what the field means

– Type: data type

– Visibility: whether the parameter is visible to the LLM

This approach ensures your tools are flexible, scalable, and seamlessly integrated with Solvea.