StringSubgraphResult

Represents the result of a subgraph operation encapsulated as a string.

This class is used to serialize and pass string-based results of subgraph executions in the agent framework. Implements the SubgraphResult interface, enabling compatibility with subgraphs and tooling mechanisms.

Constructors

Link copied to clipboard
constructor(result: String)

Properties

Link copied to clipboard

The string representation of the execution result produced by the subgraph.

Functions

Link copied to clipboard
open override fun toStringDefault(): String

Converts the current object to its JSON string representation using the default serializer.