mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: improve prompting
This commit is contained in:
@@ -14,9 +14,10 @@ const responseSchema = {
|
||||
unique_queries: {
|
||||
type: SchemaType.ARRAY,
|
||||
items: {
|
||||
type: SchemaType.STRING
|
||||
type: SchemaType.STRING,
|
||||
description: "Unique query that passed the deduplication process, must be less than 30 characters"
|
||||
},
|
||||
description: "Array of semantically unique queries from set A"
|
||||
description: "Array of semantically unique queries"
|
||||
}
|
||||
},
|
||||
required: ["think", "unique_queries"]
|
||||
|
||||
@@ -16,9 +16,9 @@ const responseSchema = {
|
||||
type: SchemaType.ARRAY,
|
||||
items: {
|
||||
type: SchemaType.STRING,
|
||||
description: "Search query with integrated operators"
|
||||
description: "Search query, must be less than 30 characters"
|
||||
},
|
||||
description: "Array of search queries with appropriate operators",
|
||||
description: "Array of search queries, orthogonal to each other",
|
||||
minItems: 1,
|
||||
maxItems: 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user