Skip to content

Commit 9720fa9

Browse files
jsonbaileyclaude
andcommitted
docs: trim redundant sentence from ManagedAgentGraph.run docstring
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8ab723c commit 9720fa9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/sdk/server-ai/src/ldai/managed_agent_graph.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ async def run(self, input: Any) -> ManagedGraphResult:
3333
"""
3434
Run the agent graph with the given input.
3535
36-
Delegates to the underlying AgentGraphRunner, builds a
37-
:class:`GraphMetricSummary` from the result, and wraps everything in a
38-
:class:`ManagedGraphResult`.
39-
4036
:param input: The input prompt or structured input for the graph
4137
:return: ManagedGraphResult containing the content, metric summary, raw response,
4238
and an optional evaluations task (currently always ``None`` for graphs —

0 commit comments

Comments
 (0)