Skip to content

Commit

Permalink
update suggest/prompt.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Jan 8, 2024
1 parent dc1c79e commit d0ce8f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/utils/langchain/chains/suggest/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ Chat history:
駅を表示して
公園を表示して
病院を表示して`,
},
{
input: `Primary language of user: ja
Current location of user: 台東区, 東京都, 日本
Chat history:
日本を表示して`,
output: `首都に絞り込んで
首都を表示して
広島に絞り込んで
沖縄に絞り込んで`,
},
{
input: "New York",
Expand Down

1 comment on commit d0ce8f2

@vercel
Copy link

@vercel vercel bot commented on d0ce8f2 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.