h2oGPTe icon

h2oGPTe

h2oGPTe is an AI-powered search assistant for your internal teams to answer questions gleaned from large volumes of documents, websites and workplace content.

Actions198

Overview

This node operation deletes agent tool key associations by specifying their unique association IDs. It is useful in scenarios where you need to revoke or remove specific tool key associations linked to an agent, such as cleaning up unused or outdated keys for security or management purposes.

For example, if an internal system has multiple tools associated with an agent's keys and some associations are no longer valid or needed, this operation allows you to delete those specific associations by providing their IDs.

Properties

Name Meaning
Associate IDs The unique identifiers of the tool associations that you want to delete (required).

Output

The output will contain the JSON response from the API after attempting to delete the specified agent tool key associations. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication to the H2O GPT API.
  • The base URL for the API is configured via credentials.
  • The node sends a DELETE HTTP request to the endpoint /agents/tool_association/{associate_ids} where {associate_ids} is replaced by the provided associate IDs.

Troubleshooting

  • Invalid or missing Associate IDs: Ensure that the Associate IDs property is correctly set with valid IDs. Missing or incorrect IDs will cause the API to return errors.
  • Authentication errors: Verify that the API key credential is properly configured and has sufficient permissions to delete agent tool associations.
  • Network or timeout issues: If the request times out or fails due to network problems, check connectivity and consider increasing any timeout settings if available.
  • API errors: The API may return errors if the specified associations do not exist or have already been deleted. Review the error message for details.

Links and References

Discussion