Reference for Experimental Module
Note: This module is experimental and may change in future releases. The intention is for the functionality to be moved to separate packages over time.
# PromptingTools.Experimental — Module.
julia
ExperimentalThis module is for experimental code that is not yet ready for production. It is not included in the main module, so it must be explicitly imported.
Contains:
AgentTools: Agentic functionality - lazy calls for building pipelines (eg,AIGenerate) andAICodeFixer.APITools: APIs to complement GenAI workflows (eg, Tavily Search API).
Removed:
RAGTools: RAG functionality has moved to RAGTools.jl package.