Skip to content

Commit

Permalink
docs: update advanced-usage.md to reflect changes in mudler#4700 (mud…
Browse files Browse the repository at this point in the history
…ler#4709)

Signed-off-by: Maximilian Kenfenheuer <[email protected]>
  • Loading branch information
mKenfenheuer authored Jan 28, 2025
1 parent b4b67e0 commit a37b2c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/docs/advanced/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ function:
no_action_function_name: "" # Function name to call when no action is determined.
no_action_description_name: "" # Description name for no-action functions.
response_regex: [] # Regular expressions to match response from
argument_regex: [] # Named regular to extract function arguments from the response.
argument_regex_key_name: "key" # Name of the named regex capture to capture the key of the function arguments
argument_regex_value_name: "value" # Name of the named regex capture to capture the value of the function arguments
json_regex_match: [] # Regular expressions to match JSON data when in tool mode
replace_function_results: [] # Placeholder to replace function call results with arbitrary strings or patterns.
replace_llm_results: [] # Replace language model results with arbitrary strings or patterns.
Expand Down

0 comments on commit a37b2c7

Please sign in to comment.