We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e7341 commit c02a9b0Copy full SHA for c02a9b0
1 file changed
src/balatrollm/strategies/default/MEMORY.md.jinja
@@ -1,5 +1,16 @@
1
# Memory & Previous Actions
2
3
+## Previous Action Status
4
+{% if last_response_is_invalid %}
5
+**Your last response was invalid**: {{ last_response_is_invalid }}
6
+Please ensure your next response includes a proper tool call with valid function name and JSON arguments.
7
+{% endif %}
8
+
9
+{% if last_tool_called_failed %}
10
+**Your last tool call failed**: {{ last_tool_called_failed }}
11
+The tool call was formatted correctly but execution failed. Please try a different approach or adjust your parameters.
12
13
14
{% if responses %}
15
## Recent Decision History
16
{% for response in responses[-5:] -%}
0 commit comments