Class BadTool

All Implemented Interfaces:
PropertyChangeSource, Rebindable

public class BadTool extends AbstractTool<BadToolParam, BadToolCall>
A special tool implementation representing a tool that was requested by the model but was not found in the registered toolkits.
Author:
anahata-gemini-pro-2.5
  • Constructor Details

    • BadTool

      public BadTool(String name)
      Constructs a new BadTool instance representing an unrecognized tool.
      Parameters:
      name - The unrecognized tool name.
  • Method Details