Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/runtime/types.ts
Result of running an agent.
Properties
| Property | Type |
|---|---|
output | string |
outputJson | unknown |
history | AgentHistoryItem[] |
usage | TokenUsage |
handedOff | boolean |
finalAgentName | string |
raw | unknown |
responseId | string |
Was this page helpful?