flake9
09/14/2024, 7:01 AMVapi
09/14/2024, 7:02 AMmulti_tool_use.parallel function. It's important to use the correct format when specifying the tool name. If you're referring to a tool within the functions namespace, you would use the format namespace.function_name. This tells the multi_tool_use.parallel function exactly which tool to execute.
2. `parameters`: This parameter is an object that contains the specific parameters required by the tool you're invoking. Each tool can have different required parameters based on its functionality. When you pass this object, you need to ensure that all the necessary parameters for the tool are included and correctly formatted according to the tool's specification.
For example, if you were to use the multi_tool_use.parallel function to execute multiple tools in parallel, you would provide an array of objects, each containing recipient_name and parameters for the respective tools.
Would you like to see a practical example of how to use these parameters with the multi_tool_use.parallel function?Vapi
09/14/2024, 7:02 AMVapi
09/14/2024, 7:03 AMVapi
09/14/2024, 7:03 AM