RalphThings commited on
Commit
9e4e320
·
verified ·
1 Parent(s): e35298c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -461,7 +461,7 @@ Action: <tool_name>(<arg_name>=<value>, ...)
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
 
 
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