Skip to content

Commit a37b2c7

Browse files
authored
docs: update advanced-usage.md to reflect changes in mudler#4700 (mudler#4709)
Signed-off-by: Maximilian Kenfenheuer <maximilian.kenfenheuer@ksol.it>
1 parent b4b67e0 commit a37b2c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)