Kind: Function
Source: atloria-monorepo/libs/agent-core/src/context/model-compactor.ts
Serialize SDK input items into a text representation for the compaction model. Handles the various formats the OpenAI Agents SDK uses.
Signature
tsfunction serializeHistoryItems(items: unknown[]): string
Parameters
| Name | Type |
|---|---|
items | unknown[] |
Returns: string
Was this page helpful?