Structsยง
- LLMProcessor
- The
LLMProcessorstruct 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. - Processed
Response - The
ProcessedResponsestruct holds the details of the response generated by the LLM.