Aicado Docs
FAQRelease NotesCommunity
  • Welcome to Aicado
  • What is Aicado?
  • Key Features
  • 👤User Guide
    • Account Creation & Login
    • Pricing
      • What Can You Do with 100 Credits?
      • Refund Policy
      • Get an Invoice
    • Troubleshooting
  • âš¡Embeddable AI Tools
    • What is Embeddable AI Tools?
      • Accessing the Embeddable AI Tools
      • Customizing AI Models
      • Generating & Adding Embed Code
    • AI Chatbot Embed User Guide
      • Customize & Training
      • Display Settings
      • Prompt Settings
      • Advanced Settings
      • Generating & Adding Embed Code
      • Using as a chat balloon on your website
    • Using Webhooks
    • Using on a Domain
    • Using on Multiple Domains
    • Using as a Team
    • Monitoring Usage
    • Rate Limits
    • White Labeling
    • Language Support
  • For Developers
    • API Documentation
  • Templates
    • Crab AI
      • How to Customize Crab AI?
    • SaaSCado
      • How to Customize SaaSCado?
  • Aicado AI Connector - Bubble.io
    • Introduction
      • How it works?
      • Available AI Models
      • Plugin Requirements
      • Plugin Properties
  • Get Started
    • Plugin Installation
    • Authentication
    • Webhook Configuration
    • Action Usage
  • Setup Examples By Models
    • General Instructions
    • Text To Speech
    • Swap Faces In Photos
    • Image to Video
    • Background Changer
    • Swap Faces In Videos
    • Dress Room
    • Text to Image
  • Embed Guides
    • Add Aicado to Wix
    • Add Aicado to Wordpress
    • Add Aicado to Shopify
    • Add Aicado to Squarespace
    • Add Aicado to Framer
    • Add Aicado to Thunkable
    • Add Aicado to FlutterFlow
    • Add Aicado to Bubble.io
    • Add Aicado to Softr
    • Add Aicado to Toddle
  • Super Agent Tools
    • What is Super Agent?
    • Essentials
    • Web Crawler
    • Web Search
    • Text To Speech
    • Text To Image Stable Diffusion
    • Image Outpainting
    • Image Search and Replace
    • Image Recolor
    • Clarity Upscaler
    • Link Shortener
    • Send Email
    • Review Collector Pro for Amazon
    • Product Collector For Amazon
    • Linkedin Collect Company Information
    • Linkedin Profile Collector
    • Linkedin Posts Collect By URL
    • Linkedin Posts By Profile URL
    • Instagram - Reels - Discover by URL all Reels
    • Instagram - Posts - Collect By Post URL
    • Instagram - Profiles - Collect By Profiles URL
    • Yahoo Finance Business Information
    • TikTok - Comments
    • TikTok - Profiles - Discover by search url
    • Facebook - Comments
    • Facebook Company Reviews
    • Github Repository
    • Booking Listings
    • Indeed job listings information
    • Indeed job listings information - Discover by Keyword
    • Airbnb Properties Information
    • Google Play Store
    • Apple App Store
    • Google maps reviews
    • Crunchbase companies information
    • BBC news
    • Reuters news
Powered by GitBook
On this page
  • Code Interpreter
  • File Search

Was this helpful?

  1. Super Agent Tools

Essentials

This critical category includes the Code Interpreter and File Search. Most tools rely on the Code Interpreter for their functionality, while readable documents in the knowledge base require both File


Code Interpreter

The agent handles complex tasks like data analysis, graph creation, and supports essential tool operations.

Column name
Description
Data type

input

The text instruction or task provided by the user

Text

files

Files uploaded by the user (e.g., CSV, JSON, Excel)

File[]

python_code

Python code generated by the model

Code

stdout

Output printed to the terminal after code execution

Text

result_files

Output files generated by the code (e.g., CSV, JSON, images)

File

visualizations

Visual content created by the code (e.g., plots, charts)

Image

errors

Any error messages resulting from code execution

Text

execution_logs

Logs describing the steps and flow of the code execution

Text[]


File Search

Reads the file and provides answers related to it.

Column name
Description
Data type

file_id

The unique ID of the uploaded file

Text

filename

The name of the uploaded file

Text

created_at

When the file was uploaded (timestamp)

Date

bytes

Size of the file in bytes

Number

purpose

Why the file was uploaded (e.g. "assistants")

Text

status

Processing status of the file (e.g. "processed", "uploaded")

Text

status_details

Extra detail about the status (optional)

Text

chunk_ids

List of IDs representing file's embedded chunks

Array

vector_store_id

The ID of the vector store the file is associated with (if applicable)

Text

metadata

Custom metadata you optionally attached during upload

Object

PreviousWhat is Super Agent?NextWeb Crawler

Last updated 21 days ago

Was this helpful?