tooluniverse.tools.Finish module¶ Finish Indicate the end of multi-step reasoning. tooluniverse.tools.Finish.Finish(*, stream_callback=None, use_cache=False, validate=True)[source]¶ Indicate the end of multi-step reasoning. Parameters: parameters (No) stream_callback (Callable, optional) – Callback for streaming output use_cache (bool, default False) – Enable caching validate (bool, default True) – Validate parameters Return type: dict[str, Any]