Uses of Class
com.flowable.agent.api.repository.AgentDefinitionModel.CustomHeader
Packages that use AgentDefinitionModel.CustomHeader
Package
Description
-
Uses of AgentDefinitionModel.CustomHeader in com.flowable.agent.api.repository
Methods in com.flowable.agent.api.repository that return types with arguments of type AgentDefinitionModel.CustomHeader -
Uses of AgentDefinitionModel.CustomHeader in com.flowable.agent.engine.impl.model
Fields in com.flowable.agent.engine.impl.model with type parameters of type AgentDefinitionModel.CustomHeaderModifier and TypeFieldDescriptionprotected List<AgentDefinitionModel.CustomHeader> BaseAgentModelSettings.customHeadersMethods in com.flowable.agent.engine.impl.model that return types with arguments of type AgentDefinitionModel.CustomHeaderMethod parameters in com.flowable.agent.engine.impl.model with type arguments of type AgentDefinitionModel.CustomHeaderModifier and TypeMethodDescriptionvoidBaseAgentModelSettings.setCustomHeaders(List<AgentDefinitionModel.CustomHeader> customHeaders) -
Uses of AgentDefinitionModel.CustomHeader in com.flowable.agent.engine.impl.model.embedding
Fields in com.flowable.agent.engine.impl.model.embedding with type parameters of type AgentDefinitionModel.CustomHeaderModifier and TypeFieldDescriptionprotected List<AgentDefinitionModel.CustomHeader> BaseRemoteEmbeddingSettings.customHeadersMethods in com.flowable.agent.engine.impl.model.embedding that return types with arguments of type AgentDefinitionModel.CustomHeaderMethod parameters in com.flowable.agent.engine.impl.model.embedding with type arguments of type AgentDefinitionModel.CustomHeaderModifier and TypeMethodDescriptionvoidBaseRemoteEmbeddingSettings.setCustomHeaders(List<AgentDefinitionModel.CustomHeader> customHeaders) -
Uses of AgentDefinitionModel.CustomHeader in com.flowable.agent.engine.impl.model.openai.vectorstore
Fields in com.flowable.agent.engine.impl.model.openai.vectorstore with type parameters of type AgentDefinitionModel.CustomHeaderModifier and TypeFieldDescriptionprotected List<AgentDefinitionModel.CustomHeader> OpenAiVectorStoreModel.customHeadersMethods in com.flowable.agent.engine.impl.model.openai.vectorstore that return types with arguments of type AgentDefinitionModel.CustomHeaderMethod parameters in com.flowable.agent.engine.impl.model.openai.vectorstore with type arguments of type AgentDefinitionModel.CustomHeaderModifier and TypeMethodDescriptionvoidOpenAiVectorStoreModel.setCustomHeaders(List<AgentDefinitionModel.CustomHeader> customHeaders)