Skip to content

Commit

Permalink
den
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed May 17, 2024
1 parent bc7e5b0 commit e48f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/demoSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function formatResults(matches: ScoredPineconeRecord[]) {
const message = metadata.message;
const messages = metadata.messages;
const messageId = metadata.message_id;
const createdAt = metadata.created_at;
const createdAt = metadata.created_at.toString();
const ownerId = metadata.owner_id;
const threadLink = metadata.thread_link;
const messageLink = metadata.message_link;
Expand Down

0 comments on commit e48f8b2

Please sign in to comment.