We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239cda2 commit 0fbb186Copy full SHA for 0fbb186
agentle/agents/agent_run_output.py
@@ -90,6 +90,12 @@ class AgentRunOutput[T_StructuredOutput](BaseModel):
90
In streaming mode, only available in the final chunk.
91
"""
92
93
+ generation_text: str = Field(default="")
94
+ """
95
+ The text response from the agent.
96
+ Returns empty string if execution is suspended or generation is None.
97
98
+
99
is_suspended: bool = Field(default=False)
100
101
Whether the execution is suspended and waiting for external input.
0 commit comments