delete_state
Method
This is a method of the Agents class in the agents module.Delete a state key if it exists. Returns True if deleted, False if key didn’t exist.
Signature
Parameters
No description available.
Returns
The result of the operation.
Delete a state key if it exists. Returns True if deleted, False if key didn’t exist.
This is a method of the Agents class in the agents module.Delete a state key if it exists. Returns True if deleted, False if key didn’t exist.
def delete_state(key: str) -> bool