Skip to content

Commit a51966b

Browse files
committed
include node metrics on error
1 parent 3d43c96 commit a51966b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ai-providers/server-ai-openai/src/ldai_openai/openai_agent_graph_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ async def run(self, input: Any) -> AgentGraphRunnerResult:
120120
success=False,
121121
path=path,
122122
duration_ms=duration_ms,
123+
node_metrics=self._node_metrics,
123124
),
124125
)
125126

0 commit comments

Comments
 (0)