diff --git a/pages/guides/agents/advanced/utilizing-api-to-build-network-of-task-and-subtask.mdx b/pages/guides/agents/advanced/utilizing-api-to-build-network-of-task-and-subtask.mdx index e113b877f..3e8d09aa2 100644 --- a/pages/guides/agents/advanced/utilizing-api-to-build-network-of-task-and-subtask.mdx +++ b/pages/guides/agents/advanced/utilizing-api-to-build-network-of-task-and-subtask.mdx @@ -526,7 +526,7 @@ You will need to provide the **local agent address** and make sure it is running Once your agent is retrieved correctly, you will see a box depicting it within the **My Agents** tab. Click on it and head over to the **Deploy** tab and click on **+ New Function**. Here, you can now provide the needed details for your Agent Function in the dedicated fields. Remember to provide detailed descriptions for what your **Agent Function** does and the **Fields** for data Models expected. understanding of Functions fields descriptions. -You will need to fill the Agent Function form out with a description for each _Primary_ and _Secondary_ functions. +You will need to fill the Agent Function form out with a description for each _Primary_ and _Secondary_ functions. Below you have a full description for each field requested considering the example from this guide. ### News Reading URL System diff --git a/pages/guides/agents/intermediate/agent-functions.mdx b/pages/guides/agents/intermediate/agent-functions.mdx index 24fdcb6c0..8562ad0fd 100644 --- a/pages/guides/agents/intermediate/agent-functions.mdx +++ b/pages/guides/agents/intermediate/agent-functions.mdx @@ -154,13 +154,13 @@ The **Description** is super important to the success of your Agent Function. Th Read more and see examples on how to properly set field descriptions by heading over to: [Field descriptions for DeltaV ↗️](/guides/services/field-descriptions-for-deltav) guide. -## Objective Service and Sub-Service +## Primary and Secondary Functions -**Objective Service** and **Sub-Service** functions are different but have strong similarities. +**Primary** and **Secondary** functions are different but have strong similarities. The first one is the primary Agent Function and for instance, it could be an agent that would respond to a user or be accessible via DeltaV. _Primary Functions are expected to fully or partially fulfill an objective provided by users_. -Similarly, a **Sub-Service** function is an Agent Sub-function providing secondary services that likely need additional context or information to carry out the Primary Function. _Secondary Functions are executed in combination with the Objective task_. If that's the case, DeltaV would see that the Agent Primary Function can be fulfilled by executing a Secondary Function, thus, it will contact this latter one which may or may not require gaining context directly from the user. +Similarly, a **Secondary** function is an Agent Sub-function providing secondary functionalities that likely need additional context or information to carry out the Primary Function. _Secondary Functions are executed in combination with the Objective task_. If that's the case, DeltaV would see that the Agent Primary Function can be fulfilled by executing a Secondary Function, thus, it will contact this latter one which may or may not require gaining context directly from the user. DeltaV supports rich text and hyperlinks, enhancing formatting and navigation within the interface. You can include hyperlinks using standard HTML tags for clickable links. For more details, refer to the [guide on rich text and hyperlinks ↗️](/guides/agentverse/agentverse-functions/hyperlinks-and-rich-text-deltav). diff --git a/pages/guides/agents/intermediate/primary-secondary-functions.mdx b/pages/guides/agents/intermediate/primary-secondary-functions.mdx index b8e5b2a51..dc920d158 100644 --- a/pages/guides/agents/intermediate/primary-secondary-functions.mdx +++ b/pages/guides/agents/intermediate/primary-secondary-functions.mdx @@ -45,7 +45,7 @@ For setting up Hugging Face function we need to create different agents as liste ### Hugging Face System Agent -This Agent helps users with their queries for a text-classification model of their choosing. The agent always prioritizes Hugging Face request secondary function. Below is the script for creating our agent on [Agentverse ↗️](https://agentverse.ai/agents) using the **+New Agent** button. +This Agent helps users with their queries for a text-classification model of their choosing. The agent always prioritizes Hugging Face request secondary function. Below is the script for creating our agent on [Agentverse ↗️](https://agentverse.ai/) using the **+New Agent** button.