Skip to content

Commit 9cc6374

Browse files
committed
docs: update advanced-usage.md to reflect changes in #4700
Signed-off-by: Maximilian Kenfenheuer <[email protected]>
1 parent d9204ea commit 9cc6374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/docs/advanced/advanced-usage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ function:
148148
no_action_function_name: "" # Function name to call when no action is determined.
149149
no_action_description_name: "" # Description name for no-action functions.
150150
response_regex: [] # Regular expressions to match response from
151+
argument_regex: [] # Named regular to extract function arguments from the response.
152+
argument_regex_key_name: "key" # Name of the named regex capture to capture the key of the function arguments
153+
argument_regex_value_name: "value" # Name of the named regex capture to capture the value of the function arguments
151154
json_regex_match: [] # Regular expressions to match JSON data when in tool mode
152155
replace_function_results: [] # Placeholder to replace function call results with arbitrary strings or patterns.
153156
replace_llm_results: [] # Replace language model results with arbitrary strings or patterns.

0 commit comments

Comments
 (0)