Uses of Interface
com.flowable.agent.engine.impl.knowledgebase.runtime.KnowledgeBaseSearchResult
Packages that use KnowledgeBaseSearchResult
Package
Description
-
Uses of KnowledgeBaseSearchResult in com.flowable.agent.engine.impl.history
Method parameters in com.flowable.agent.engine.impl.history with type arguments of type KnowledgeBaseSearchResultModifier and TypeMethodDescriptionvoidAgentHistoryManager.recordAgentKnowledgeBaseLinks(AgentInstanceEntity agentInstance, List<KnowledgeBaseSearchResult> knowledgeBaseSearchResults) voidDefaultAgentHistoryManager.recordAgentKnowledgeBaseLinks(AgentInstanceEntity agentInstance, List<KnowledgeBaseSearchResult> knowledgeBaseSearchResults) -
Uses of KnowledgeBaseSearchResult in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore
Methods in com.flowable.agent.engine.impl.knowledgebase.pipeline.steps.vectorstore that return types with arguments of type KnowledgeBaseSearchResultModifier and TypeMethodDescription -
Uses of KnowledgeBaseSearchResult in com.flowable.agent.engine.impl.knowledgebase.runtime
Classes in com.flowable.agent.engine.impl.knowledgebase.runtime that implement KnowledgeBaseSearchResult -
Uses of KnowledgeBaseSearchResult in com.flowable.agent.engine.impl.model.chatclient
Classes in com.flowable.agent.engine.impl.model.chatclient that implement KnowledgeBaseSearchResult -
Uses of KnowledgeBaseSearchResult in com.flowable.agent.engine.impl.runtime
Fields in com.flowable.agent.engine.impl.runtime with type parameters of type KnowledgeBaseSearchResultModifier and TypeFieldDescriptionprotected Map<String, List<KnowledgeBaseSearchResult>> AgentInvocationResultResponseImpl.usedKnowledgeBaseReferencesMethods in com.flowable.agent.engine.impl.runtime that return types with arguments of type KnowledgeBaseSearchResultModifier and TypeMethodDescriptionA2AAgentInvocationResultResponse.getUsedKnowledgeBaseReferences()AgentInvocationResultResponse.getUsedKnowledgeBaseReferences()AgentInvocationResultResponseImpl.getUsedKnowledgeBaseReferences()ExternalAgentInvocationResultResponse.getUsedKnowledgeBaseReferences()Constructor parameters in com.flowable.agent.engine.impl.runtime with type arguments of type KnowledgeBaseSearchResultModifierConstructorDescriptionAgentInvocationResultResponseImpl(AgentInvocationResult agentInvocationResult, Map<String, List<KnowledgeBaseSearchResult>> usedKnowledgeBaseReferences, AgentInvocationResultResponse.Invocation aiInvocation)