mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
Signed-off-by: Maximilian Kenfenheuer <maximilian.kenfenheuer@ksol.it>
This commit is contained in:
parent
b4b67e00bd
commit
a37b2c765c
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ function:
|
||||||
no_action_function_name: "" # Function name to call when no action is determined.
|
no_action_function_name: "" # Function name to call when no action is determined.
|
||||||
no_action_description_name: "" # Description name for no-action functions.
|
no_action_description_name: "" # Description name for no-action functions.
|
||||||
response_regex: [] # Regular expressions to match response from
|
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
|
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_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.
|
replace_llm_results: [] # Replace language model results with arbitrary strings or patterns.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue