DefaultConversationService

class DefaultConversationService(agentRegistryService: AgentRegistryService, agentRoutingService: AgentRoutingService, agentClientService: AgentClientService, lmosRuntimeTenantAwareCache: LmosRuntimeTenantAwareCache<String>) : ConversationService

Constructors

Link copied to clipboard
constructor(agentRegistryService: AgentRegistryService, agentRoutingService: AgentRoutingService, agentClientService: AgentClientService, lmosRuntimeTenantAwareCache: LmosRuntimeTenantAwareCache<String>)

Functions

Link copied to clipboard
open suspend override fun processConversation(conversation: Conversation, conversationId: String, tenantId: String, turnId: String): AssistantMessage