Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Prompts the user with a question and returns the user's response as a string.
The question to display to the user. Cannot be null or empty.
A string containing the user's response. Returns null if the user cancels the prompt.
Prompts the user with a question and returns the user's response as a string.
The question to display to the user. Cannot be null or empty.
The options to display.
A string containing the user's response. Returns null if the user cancels the prompt.
Reports progress to the user. The progress string can be displayed in the UI to inform the user about the current state of an operation or task. This method allows insights to provide feedback to the user about ongoing processes.
The current progress text.
Creates a flat list of available user interaction tools for the AI model.
The list of tools.
Provides methods for an insight agent to interact with the user, including reporting progress and prompting for input.
Since
2.5