mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: truncated object issue in distilled schema parse (#111)
This commit is contained in:
parent
f1ef6c5cd0
commit
aeb524625e
@ -196,7 +196,6 @@ export class ObjectGeneratorSafe {
|
||||
model: getModel('fallback'),
|
||||
schema: distilledSchema,
|
||||
prompt: `Following the given JSON schema, extract the field from below: \n\n ${failedOutput}`,
|
||||
maxTokens: getToolConfig('fallback').maxTokens,
|
||||
temperature: getToolConfig('fallback').temperature,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user