Update app.py
Browse files
app.py
CHANGED
|
@@ -459,9 +459,6 @@ When you need to use a tool, respond exactly with:
|
|
| 459 |
Action: <tool_name>(<arg_name>=<value>, ...)
|
| 460 |
|
| 461 |
IMPORTANT FORMATTING:
|
| 462 |
-
- Strings must be in quotes (e.g., 'value' or "value").
|
| 463 |
-
- Lists look like ['item1', 'item2'].
|
| 464 |
-
- Dictionaries look like {key1: value1, key2: value2}.
|
| 465 |
- For the find_non_commutative tool, the 'table' argument MUST be a valid Python dictionary with tuple keys, like this:
|
| 466 |
Action: find_non_commutative(table={('a','a'):'a', ('a','b'):'c', ('b','a'):'d', ('b','b'):'e'})
|
| 467 |
|
|
|
|
| 459 |
Action: <tool_name>(<arg_name>=<value>, ...)
|
| 460 |
|
| 461 |
IMPORTANT FORMATTING:
|
|
|
|
|
|
|
|
|
|
| 462 |
- For the find_non_commutative tool, the 'table' argument MUST be a valid Python dictionary with tuple keys, like this:
|
| 463 |
Action: find_non_commutative(table={('a','a'):'a', ('a','b'):'c', ('b','a'):'d', ('b','b'):'e'})
|
| 464 |
|