From 30318e5a224389fd059a8f561ed2f1e2034d4629 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Mon, 25 Aug 2025 10:48:29 -0700 Subject: [PATCH] Update README.md --- nemo/data-flywheel/tool-calling/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nemo/data-flywheel/tool-calling/README.md b/nemo/data-flywheel/tool-calling/README.md index 967eca739..25100ab70 100644 --- a/nemo/data-flywheel/tool-calling/README.md +++ b/nemo/data-flywheel/tool-calling/README.md @@ -25,7 +25,9 @@ The Salesforce [xLAM](https://huggingface.co/datasets/Salesforce/xlam-function-c ### About NVIDIA NeMo Microservices -The NVIDIA NeMo microservices platform provides a flexible foundation for building AI workflows such as fine-tuning, evaluation, running inference, or applying guardrails to AI models on your Kubernetes cluster on-premises or in cloud. Refer to [documentation](https://docs.nvidia.com/nemo/microservices/latest/about/index.html) for further information. +NVIDIA NeMo is a modular, enterprise-ready software suite for managing the AI agent lifecycle, enabling enterprises to build, deploy, and optimize agentic systems. + +NVIDIA NeMo microservices, part of the [NVIDIA NeMo software suite](https://www.nvidia.com/en-us/ai-data-science/products/nemo/), are an API-first modular set of tools that you can use to customize, evaluate, and secure large language models (LLMs) and embedding models while optimizing AI applications across on-premises or cloud-based Kubernetes clusters. ## Objectives @@ -161,4 +163,4 @@ Ensure you have access to: If you decide to use your own dataset or implement a different data preparation approach: - There may be a response delay issue in tool calling due to incomplete type info. Tool calls might take over 30 seconds if descriptions for `array` types lack `items` specifications, or if descriptions for `object` types lack `properties` specifications. As a workaround, make sure to include these details (`items` for `array`, `properties` for `object`) in tool descriptions. -- Response Freezing in Tool Calling (Too Many Parameters): Tool calls will freeze the NIM if a tool description includes a function with more than 8 parameters. As a workaround, ensure functions defined in tool descriptions use 8 or fewer parameters. If this does occur, it requires the NIM to be restarted. This will be resolved in the next NIM release. \ No newline at end of file +- Response Freezing in Tool Calling (Too Many Parameters): Tool calls will freeze the NIM if a tool description includes a function with more than 8 parameters. As a workaround, ensure functions defined in tool descriptions use 8 or fewer parameters. If this does occur, it requires the NIM to be restarted. This will be resolved in the next NIM release.