Uses of Interface
com.axemble.vdoc.sdk.ai.agents.IAgentConfiguration
Packages that use IAgentConfiguration
-
Uses of IAgentConfiguration in com.axemble.vdoc.sdk.ai.agents
Methods in com.axemble.vdoc.sdk.ai.agents that return IAgentConfigurationModifier and TypeMethodDescriptionIChatLanguageModel.getAgentConfiguration()Get agent configuration used by the language model -
Uses of IAgentConfiguration in com.axemble.vdoc.sdk.utils
Methods in com.axemble.vdoc.sdk.utils that return IAgentConfigurationModifier and TypeMethodDescriptionGet an agent configuration by its nameMethods in com.axemble.vdoc.sdk.utils that return types with arguments of type IAgentConfigurationModifier and TypeMethodDescriptionGet the list of available agents for a given user contextMethods in com.axemble.vdoc.sdk.utils with parameters of type IAgentConfigurationModifier and TypeMethodDescriptionIAIAgentUtils.createAssistant(IContext userContext, ILanguageModelConnection languageModelConnection, IAgentConfiguration agentConfiguration, String language, String usage) Chat completion request Start a conversation with a botIAIAgentUtils.createAssistant(IContext userContext, ILanguageModelConnection languageModelConnection, IAgentConfiguration agentConfiguration, String language, String usage, String dynamicContext) Chat completion request Start a conversation with a botIAIAgentUtils.createAssistant(IContext userContext, ILanguageModelConnection languageModelConnection, IAgentConfiguration agentConfiguration, String language, String usage, String dynamicContext, Map<String, Object> additionalParameters) Chat completion request Start a conversation with a bot