Service for Tool API operations.
Operations: list, update, delete
Summary
Functions
Detach Tool to Assistant
List tools for an Assistant
Stream: List tools for an Assistant (lazy auto-pagination).
Attach Tool to Assistant
Functions
@spec delete(Twilio.Client.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Detach Tool to Assistant
Operation: DeleteAssistantToolAttachment
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
List tools for an Assistant
Operation: ListToolsByAssistant
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: List tools for an Assistant (lazy auto-pagination).
@spec update(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Assistants.V1.Assistant.Tool.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Attach Tool to Assistant
Operation: CreateAssistantToolAttachment