SubgraphWithTaskUtils

Utility object providing tools and methods for working with subgraphs and tasks in a controlled and structured way. These utilities are designed to help finalize subgraph-related tasks and encapsulate result handling within tool constructs.

Properties

Link copied to clipboard

Represents the name of the internal tool used for finalizing subgraph task results within an AI agent's execution flow. This constant is primarily intended for internal use in the implementation of tools and agents.

Functions

Link copied to clipboard
inline fun <T> finishTool(): Tool<T, T>

Creates and returns a Tool instance with serializers and a descriptor for processing.