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.
Tool callback to be invoked by the AI model. Receives a JSON string with the arguments specified by the tool's JSON schema. The returned string will be sent back to the model as the tool result.
The serialized result to be sent back to the model.
Tool callback to be invoked by the AI model. Receives a JSON string with the arguments specified by the tool's JSON schema. The returned string will be sent back to the model as the tool result.
Param: serializedArgs
The serialized arguments from the model.
Returns
The serialized result to be sent back to the model.
Since
2.5