mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove more references of Arch
This commit is contained in:
parent
0890e5c5ed
commit
a275d888a7
2 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ and a context builder that prepares retrieval context before the agent runs.
|
|||
.. literalinclude:: ../../source/resources/includes/plano_config_agents_filters.yaml
|
||||
:language: yaml
|
||||
:linenos:
|
||||
:emphasize-lines: 29-39
|
||||
:emphasize-lines: 7-14, 37-39
|
||||
:caption: Example Configuration
|
||||
|
||||
In this setup:
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Function Calling Workflow
|
|||
|
||||
|
||||
Arch-Function
|
||||
-------------------------
|
||||
-------------
|
||||
The `Arch-Function <https://huggingface.co/collections/katanemo/arch-function-66f209a693ea8df14317ad68>`_ collection of large language models (LLMs) is a collection state-of-the-art (SOTA) LLMs specifically designed for **function calling** tasks.
|
||||
The models are designed to understand complex function signatures, identify required parameters, and produce accurate function call outputs based on natural language prompts.
|
||||
Achieving performance on par with GPT-4, these models set a new benchmark in the domain of function-oriented tasks, making them suitable for scenarios where automated API interaction and function execution is crucial.
|
||||
|
|
@ -122,7 +122,7 @@ Specify the parameters your function needs and how Plano should interpret these.
|
|||
For a complete refernce of attributes that you can configure in a prompt target, see :ref:`here <defining_prompt_target_parameters>`.
|
||||
|
||||
Step 3: Plano Takes Over
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Once you have defined the functions and configured the prompt targets, Plano takes care of the remaining work.
|
||||
It will automatically validate parameters, and ensure that the required parameters (e.g., location) are present in the prompt, and add validation rules if necessary.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue