Update agent.json
#342
by
StrokeXXX
- opened
- agent.json +7 -1
agent.json
CHANGED
@@ -30,6 +30,11 @@
|
|
30 |
"report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
|
31 |
}
|
32 |
},
|
|
|
|
|
|
|
|
|
|
|
33 |
"max_steps": 6,
|
34 |
"verbosity_level": 1,
|
35 |
"grammar": null,
|
@@ -50,4 +55,5 @@
|
|
50 |
"collections",
|
51 |
"re"
|
52 |
]
|
53 |
-
}
|
|
|
|
30 |
"report": "Here is the final answer from your managed agent '{{name}}':\n{{final_answer}}"
|
31 |
}
|
32 |
},
|
33 |
+
|
34 |
+
},
|
35 |
+
# Ajoutez cette section qui manque:
|
36 |
+
"final_answer": "Voici la réponse finale à votre question : {{answer}}"
|
37 |
+
}
|
38 |
"max_steps": 6,
|
39 |
"verbosity_level": 1,
|
40 |
"grammar": null,
|
|
|
55 |
"collections",
|
56 |
"re"
|
57 |
]
|
58 |
+
}
|
59 |
+
|