Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Sep 9, 2023
1 parent a31abaa commit fd59101
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions front/lib/api/assistant/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { front_sequelize } from "@app/lib/databases";
import {
AgentConfiguration,
AgentMessage,
AgentRetrievalAction,
Conversation,
Mention,
Message,
Expand Down Expand Up @@ -229,18 +228,6 @@ export async function getConversation(
model: AgentMessage,
as: "agentMessage",
required: false,
include: [
{
model: AgentRetrievalAction,
as: "agentRetrievalAction",
required: false,
},
{
model: AgentConfiguration,
as: "agentConfiguration",
required: true,
},
],
},
],
});
Expand Down

0 comments on commit fd59101

Please sign in to comment.