JSON format for Tools

As of July 26, 2023

Introduction

This documentation outlines the JSON structures supported by SkyDeck AI for two distinct types of tools: LLM Tools and Smart Tools. The purpose of this page is to provide a brief introduction to these tool categories and their respective JSON structures. Detailed information and examples for each tool type can be found in the corresponding sub-pages.


LLM Tools

LLM (Large Language Model) Tools are designed to facilitate user interaction with LLM models by sending user input to predefined prompts.

JSON Format for LLM Tools

Smart Tools

Smart Tools extend the capabilities of LLM Tools by incorporating Python code execution for data extraction and processing. The integration of Python enables users to perform complex calculations, data transformations, and other advanced operations beyond the scope of standard LLM Tools functionality.

JSON Format for Smart Tools

Last updated