Use Tabular Analysis when you want the assistant to perform calculations over tabular data (CSV, TSV, or tables extracted from documents).Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An API token. See Backoffice Developer Console.
- Ingested tabular artifacts to analyze.
Requirements
- Tool spec:
{ "name": "tabular_analysis", "type": "tabular_analysis_v1" } tool_context: at least oneingested_artifactwith acontext_filter
Basic request and response
This example validates a request that enables tabular analysis over a collection:POST /messages.
Tips
- Ensure the artifact content is a clean table (CSV/TSV is best).
- Keep the table small enough for quick analysis.