File tree 1 file changed +3
-0
lines changed
docs/content/docs/advanced
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,9 @@ function:
148
148
no_action_function_name: "" # Function name to call when no action is determined.
149
149
no_action_description_name: "" # Description name for no-action functions.
150
150
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
151
154
json_regex_match: [] # Regular expressions to match JSON data when in tool mode
152
155
replace_function_results: [] # Placeholder to replace function call results with arbitrary strings or patterns.
153
156
replace_llm_results: [] # Replace language model results with arbitrary strings or patterns.
You can’t perform that action at this time.
0 commit comments