mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 18:04:19 +00:00
Merge branch 'main' into add-watsonx-inference-adapter
This commit is contained in:
commit
363e2565f5
162 changed files with 3845 additions and 3126 deletions
|
|
@ -244,6 +244,7 @@ class PythonListCustomToolGenerator(PromptTemplateGeneratorBase): # noqa: N801
|
|||
template_str = textwrap.dedent(
|
||||
"""
|
||||
If you decide to invoke any of the function(s), you MUST put it in the format of [func_name1(params_name1=params_value1, params_name2=params_value2...), func_name2(params)]
|
||||
For a boolean parameter, be sure to use `True` or `False` (capitalized) for the value.
|
||||
You SHOULD NOT include any other text in the response.
|
||||
|
||||
Here is a list of functions in JSON format that you can invoke.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue