Skip to content

Commit dbb37ea

Browse files
committed
Add language matching for response in inquire function
1 parent 86500d5 commit dbb37ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/agents/inquire.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export async function inquire(
5252
5353
By providing predefined options, you guide the user towards the most relevant aspects of their query, while the free-form input allows them to provide additional context or specific details not covered by the options.
5454
Remember, your goal is to gather the necessary information to deliver a thorough and accurate response.
55+
Please match the language of the response to the user's language.
5556
`,
5657
messages,
5758
schema: inquirySchema

0 commit comments

Comments
 (0)