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
Experimental
This 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:
RAGTools
: Retrieval-Augmented Generation (RAG) functionality.AgentTools
: Agentic functionality - lazy calls for building pipelines (eg,AIGenerate
) andAICodeFixer
.APITools
: APIs to complement GenAI workflows (eg, Tavily Search API).