Skip to content

formatRehydrationItems

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/agent-core/src/context/rehydration.ts

Format rehydration items as synthetic tool output for injection into the conversation. Each file becomes a synthetic read_file result.

Signature

ts
function formatRehydrationItems(items: RehydrationItem[]): string

Parameters

NameType
itemsRehydrationItem[]

Returns: string

Was this page helpful?

Download as PDF