Skip to content

ToolResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/context/tool-result-manager.ts

Tool Result Manager

Manages tool call results in the context window:

  • Truncates results exceeding a token budget
  • Clears results older than N turns
  • Large outputs can be stored as files instead

Zero SDK imports — operates on our own interfaces.

Properties

PropertyType
idstring
toolNamestring
resultstring
turnnumber
tokenEstimatenumber
truncatedboolean

Was this page helpful?

Download as PDF