mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: code gen
This commit is contained in:
@@ -31,6 +31,7 @@ ${attempt.error ? `Error: ${attempt.error}
|
|||||||
2. You can access any of these available variables directly:
|
2. You can access any of these available variables directly:
|
||||||
${availableVars}
|
${availableVars}
|
||||||
3. You don't have access to any third party libraries that need to be installed, so you must write complete, self-contained code.
|
3. You don't have access to any third party libraries that need to be installed, so you must write complete, self-contained code.
|
||||||
|
4. Must have a return statement.
|
||||||
</rules>
|
</rules>
|
||||||
|
|
||||||
${previousAttempts.length > 0 ? `Previous attempts and their errors:
|
${previousAttempts.length > 0 ? `Previous attempts and their errors:
|
||||||
|
|||||||
Reference in New Issue
Block a user