LLM Integration Reference
This section provides reference documentation for Agent Forge's Large Language Model (LLM) integration capabilities.
The primary component for LLM interaction is the LLM
class, which acts as a wrapper around various LLM providers, offering a unified interface for chat completions (streaming and non-streaming) and managing LLM configurations.
Key aspects covered:
LLM
Class: How to instantiate and use theLLM
class for making requests to language models.- Response Structures: Understanding the
LLMResponse
andLLMResponseToolCall
interfaces.
Refer to the specific pages for detailed API information.