Interface AgentDefinitionModel
public interface AgentDefinitionModel
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static class
static class
static class
static interface
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Method Summary
-
Method Details
-
getKey
String getKey() -
getName
String getName() -
getType
String getType() -
getDescription
String getDescription() -
isEnableChat
boolean isEnableChat() -
getOperations
List<AgentDefinitionModel.AgentOperation> getOperations() -
getDocumentClassification
AgentDefinitionModel.DocumentClassification getDocumentClassification() -
getDocumentAgent
AgentDefinitionModel.DocumentAgent getDocumentAgent() -
getKnowledgeBase
AgentDefinitionModel.KnowledgeBase getKnowledgeBase() -
getAudit
AgentDefinitionModel.AgentAudit getAudit() -
getModelSettings
AgentDefinitionModel.AgentModelSettings getModelSettings() -
getApi
AgentDefinitionModel.Api getApi() -
getExternalAgentSettings
AgentDefinitionModel.ExternalAgentSettings getExternalAgentSettings() -
getInvoker
Object getInvoker()
-