tools.wait_tool module

Wait for a specified number of seconds before continuing.

async tools.wait_tool.run(seconds=1.0, **_kwargs)[source]

Execute this tool and return the result.

Parameters:

seconds (float) – The seconds value.

Returns:

Result string.

Return type:

str