refactor: remove verification field from responses and update related documentation
All checks were successful
CI / test (push) Successful in 7s
All checks were successful
CI / test (push) Successful in 7s
This commit is contained in:
@@ -21,7 +21,6 @@ class AgentResult:
|
||||
result: str
|
||||
return_message: str
|
||||
data: Any | None
|
||||
verification: dict[str, Any] | None
|
||||
steps: int
|
||||
started_at: float
|
||||
ended_at: float
|
||||
|
||||
Reference in New Issue
Block a user