Documentation Index
Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The File Input tools allow you to fetch files from specified URLs.Key Features
INPUT_PDF_FILE: Fetch PDF files from URLs.INPUT_CSV_FILE: Fetch CSV files from URLs.INPUT_JSON: Input JSON data directly or from URLs.INPUT_FILE: Input generic files from URLs.INPUT_TEXT: Input plain text data directly.
Tools
INPUT_PDF_FILE
Fetch PDF files from URLs for processing. Input:value(string, required): URL of the PDF file to fetch
- File content and metadata for further processing
INPUT_CSV_FILE
Fetch CSV files from URLs for data processing. Input:value(string, required): URL of the CSV file to fetch
- CSV content and metadata
INPUT_JSON
Input JSON data directly or from URLs. Input:value(object/string, required): JSON data object or URL to JSON file
- Parsed JSON data ready for processing
INPUT_FILE
Input generic files from URLs. Input:| Parameter | Type | Required | Description |
|---|---|---|---|
value | string | Yes | URL of the file to fetch |
description | string | No | Description of the file |
INPUT_TEXT
Input plain text data directly. Input:value(string, required): Plain text content
- Text content for processing
Jinba Toolbox