Module llm

Source

Structsยง

LLMProcessor
The LLMProcessor struct is responsible for processing prompts using a Language Model (LLM). It handles the configuration, HTTP client setup, and the processing of prompts to generate responses.
ProcessedResponse
The ProcessedResponse struct holds the details of the response generated by the LLM.