Interface ManagedGraphResult

The result returned by a managed graph invocation (ManagedAgentGraph.run()).

Hierarchy

  • ManagedGraphResult

Properties

content: string

The text content of the graph's final response.

evaluations: Promise<LDJudgeResult[]>

Promise that resolves to the judge evaluation results. Awaiting this promise guarantees both evaluation and tracking are complete.

Summarized metrics for this graph invocation.

raw?: unknown

The raw response object from the provider, if available.

Generated using TypeDoc