chore: Update @ai-sdk/anthropic dependency to latest version and fix sugessted questions system prompt
This commit is contained in:
parent
ddbe2f44de
commit
874dcd044e
@ -24,6 +24,8 @@ export async function suggestQuestions(history: Message[]) {
|
||||
`You are a search engine query generator. You 'have' to create 3 questions for the search engine based on the message history which has been provided to you.
|
||||
The questions should be open-ended and should encourage further discussion while maintaining the whole context. Limit it to 5-10 words per question.
|
||||
Always put the user input's context is some way so that the next search knows what to search for exactly.
|
||||
Try to stick to the context of the conversation and avoid asking questions that are too general or too specific.
|
||||
For weather based converations sent to you, always generate questions that are about news, sports, or other topics that are not related to the weather.
|
||||
Never use pronouns in the questions as they blur the context.`,
|
||||
messages: history,
|
||||
schema: z.object({
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^0.0.37",
|
||||
"@ai-sdk/anthropic": "latest",
|
||||
"@ai-sdk/openai": "^0.0.46",
|
||||
"@e2b/code-interpreter": "^0.0.8",
|
||||
"@radix-ui/react-accordion": "^1.2.0",
|
||||
|
||||
@ -6,8 +6,8 @@ settings:
|
||||
|
||||
dependencies:
|
||||
'@ai-sdk/anthropic':
|
||||
specifier: ^0.0.37
|
||||
version: 0.0.37(zod@3.23.8)
|
||||
specifier: latest
|
||||
version: 0.0.43(zod@3.23.8)
|
||||
'@ai-sdk/openai':
|
||||
specifier: ^0.0.46
|
||||
version: 0.0.46(zod@3.23.8)
|
||||
@ -130,14 +130,14 @@ devDependencies:
|
||||
|
||||
packages:
|
||||
|
||||
/@ai-sdk/anthropic@0.0.37(zod@3.23.8):
|
||||
resolution: {integrity: sha512-RkFtA+dg5BSptuK3T08JDmFWCDaXehtnRjK/gy8VFWuWT5T44wqoP0Ca9AJksmsEDdYdTXUrLQOS5QmAgifc8w==}
|
||||
/@ai-sdk/anthropic@0.0.43(zod@3.23.8):
|
||||
resolution: {integrity: sha512-X9GBINVeaynnpSETD6rBgkmkR5VynceyVe8FxDCM+5jQF9fNNPCpaXX/syE9G8HH941HGFdEcFuGuLR6MvNdeA==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
zod: ^3.0.0
|
||||
dependencies:
|
||||
'@ai-sdk/provider': 0.0.15
|
||||
'@ai-sdk/provider-utils': 1.0.7(zod@3.23.8)
|
||||
'@ai-sdk/provider': 0.0.20
|
||||
'@ai-sdk/provider-utils': 1.0.13(zod@3.23.8)
|
||||
zod: 3.23.8
|
||||
dev: false
|
||||
|
||||
@ -168,8 +168,8 @@ packages:
|
||||
zod: 3.23.8
|
||||
dev: false
|
||||
|
||||
/@ai-sdk/provider-utils@1.0.7(zod@3.23.8):
|
||||
resolution: {integrity: sha512-xIDpinTnuInH16wBgKAVdN6pmrpjlJF+5f+f/8ahYMQlYzpe4Vj1qw8OL+rUGdCePcRSrFmjk8G/wdX5+J8dIw==}
|
||||
/@ai-sdk/provider-utils@1.0.13(zod@3.23.8):
|
||||
resolution: {integrity: sha512-NDQUUBDQoWk9aGn2pOA5wiM5CdO57KeYTEph7PpKGEU8IyqI0d+CiYKISOia6Omy17d+Dw/ZM6KP98F89BGJ5A==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
zod: ^3.0.0
|
||||
@ -177,22 +177,22 @@ packages:
|
||||
zod:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@ai-sdk/provider': 0.0.15
|
||||
'@ai-sdk/provider': 0.0.20
|
||||
eventsource-parser: 1.1.2
|
||||
nanoid: 3.3.6
|
||||
secure-json-parse: 2.7.0
|
||||
zod: 3.23.8
|
||||
dev: false
|
||||
|
||||
/@ai-sdk/provider@0.0.15:
|
||||
resolution: {integrity: sha512-phX/YdwKd8q8/uZ7MsUytcHuN5KvT+wgM+y78eu6E+VyFE3GRwelctBFnaaA96uRL6xnKNmb0e7e+2fDOYuBoA==}
|
||||
/@ai-sdk/provider@0.0.19:
|
||||
resolution: {integrity: sha512-WXyyJ0Fqg0OHzUQ/spem4jRFPq+NkYB8YNTVbSQrE+Rpxtm7DqK1x9MrHtIEhoikCMg9wBOCbm7HuMnfsIR5GA==}
|
||||
engines: {node: '>=18'}
|
||||
dependencies:
|
||||
json-schema: 0.4.0
|
||||
dev: false
|
||||
|
||||
/@ai-sdk/provider@0.0.19:
|
||||
resolution: {integrity: sha512-WXyyJ0Fqg0OHzUQ/spem4jRFPq+NkYB8YNTVbSQrE+Rpxtm7DqK1x9MrHtIEhoikCMg9wBOCbm7HuMnfsIR5GA==}
|
||||
/@ai-sdk/provider@0.0.20:
|
||||
resolution: {integrity: sha512-nCQZRUTi/+y+kf1ep9rujpbQEtsIwySzlQAudiFeVhzzDi9rYvWp5tOSVu8/ArT+i1xSc2tw40akxb1TX73ofQ==}
|
||||
engines: {node: '>=18'}
|
||||
dependencies:
|
||||
json-schema: 0.4.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user