LLM base class working

This commit is contained in:
Cyber MacGeddon 2025-04-18 20:22:40 +01:00
parent 1047cd2fa1
commit 6a9469de34
4 changed files with 139 additions and 98 deletions

View file

@ -13,8 +13,6 @@ import uuid
from .... schema import Chunk, Triple, Triples, Metadata, Value
from .... schema import EntityContext, EntityContexts
from .... schema import PromptRequest, PromptResponse
from .... log_level import LogLevel
from .... clients.prompt_client import PromptClient
from .... rdf import TRUSTGRAPH_ENTITIES, DEFINITION, RDF_LABEL, SUBJECT_OF
from .... base import FlowProcessor, RequestResponseSpec, ConsumerSpec