Skip to content

Commit

Permalink
add messages updates in the conversation.messages api
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CATHALY committed Jul 5, 2024
1 parent 22e49f0 commit 6da2ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/api/conversation/[id]/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export async function GET({ locals, params }) {
updatedAt: message.updatedAt,
webSearch: message.webSearch,
files: message.files,
updates: message.updates,
})),
modelTools: models.find((m) => m.id == conv.model)?.tools ?? false,
};
Expand Down

0 comments on commit 6da2ed4

Please sign in to comment.