Hid function from OpenAPI.
This commit is contained in:
parent
a0bf65698f
commit
5ab2e4d978
|
|
@ -88,7 +88,7 @@ public class ConversationController : ControllerBase
|
|||
Sender = UserViewModel.FromUser(user)
|
||||
});
|
||||
}
|
||||
else
|
||||
else if (message.Role == AgentRole.Assistant)
|
||||
{
|
||||
var agent = await agentService.GetAgent(message.CurrentAgentId);
|
||||
dialogs.Add(new ChatResponseModel
|
||||
|
|
|
|||
Loading…
Reference in a new issue