📄️ AIConfig Specification
Introduction
📄️ Create an AIConfig
There are 2 ways to create an aiconfig from scratch.
📄️ Define a Prompt Chain
What are prompt chains
📄️ Passing Data into Prompts
Passing data into prompts is fundamental to aiconfig. It allows you to store prompt templates as the config, and resolve the template into a prompt by passing in data.
📄️ Run a Prompt
TLDR: Call config.run("prompt_name").
📄️ Tracing and Monitoring
Event callbacks provide in-depth tracing of aiconfig operations, and allow hooks for debuggability and monitoring.
📄️ Supported Models
| Provider | Model | Language | Support |