#Is there a way to register client tools in conversational AI agents directly through the API/SDK wi

1 messages · Page 1 of 1 (latest)

urban stagBOT
#
AI-generated Answer for harish3304

Currently, the registration of client tools for Conversational AI agents cannot be done directly through the API or SDK. You would need to manage these registrations through the dashboard. If you have further questions or need assistance, feel free to ask!

balmy breach
#

Is there any way around this?

urban stagBOT
#
AI-generated Answer for harish3304

The provided information does not mention a way to register client tools directly through the API or SDK without using the dashboard. The limit for adding tools to Conversational AI agents is five across all regular plans, and customized solutions may be available through Enterprise plans. If you need further assistance or a tailored solution, you may want to explore the Enterprise options or contact the support team for more details.

balmy breach
#

What is the difference between a webhook tool type and client tool type

urban stagBOT
#
AI-generated Answer for harish3304

The webhook tool type in Conversational AI agents allows the AI to extract specific information from a call and send it directly to your server. This is useful for real-time data collection or triggering server-side actions during a conversation.

The client tool type, on the other hand, is designed for tools that are registered and managed within the dashboard. These tools are typically used to provide external functionality or integrations that the AI can call upon during a conversation, but they require setup and registration through the dashboard interface.

Currently, there is no way to register client tools directly through the API/SDK without using the dashboard. If you need further flexibility, you might consider using webhook tools for server-side actions or exploring middleware solutions to bridge the gap.

balmy breach
#

Whats the difference between a client tool and a webhook tool