Package mindsdb.models.agent
Class AgentCompletion
java.lang.Object
mindsdb.models.agent.AgentCompletion
Represents a full MindsDB agent completion response.
Attributes:
content: The completion content.
context: Only relevant for retrieval agents. Contains the context retrieved
from the knowledge base.
-
Constructor Summary
ConstructorDescriptionAgentCompletion
(String content, List<String> context) Constructs a new AgentCompletion instance. -
Method Summary