From a275d888a70942fde2f3bf61e1a901f859bbf306 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Mon, 22 Dec 2025 16:34:46 -0800 Subject: [PATCH] remove more references of Arch --- docs/source/concepts/filter_chain.rst | 2 +- docs/source/guides/function_calling.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/concepts/filter_chain.rst b/docs/source/concepts/filter_chain.rst index 2b29c13a..cfb92475 100644 --- a/docs/source/concepts/filter_chain.rst +++ b/docs/source/concepts/filter_chain.rst @@ -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: diff --git a/docs/source/guides/function_calling.rst b/docs/source/guides/function_calling.rst index 4349594e..af2a26a8 100644 --- a/docs/source/guides/function_calling.rst +++ b/docs/source/guides/function_calling.rst @@ -34,7 +34,7 @@ Function Calling Workflow Arch-Function -------------------------- +------------- The `Arch-Function `_ 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 `. 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.