2.3.2
AgentResult
Package: flyte.ai.agents
Outcome of a single agent invocation.
Parameters
class AgentResult(
code: str,
charts: list[str],
summary: str,
error: str,
attempts: int,
)| Parameter | Type | Description |
|---|---|---|
code |
str |
|
charts |
list[str] |
|
summary |
str |
|
error |
str |
|
attempts |
int |