Interface: ResolveHints
Makaio Framework / ai-adapters-core / ResolveHints
Interface: ResolveHints
Section titled “Interface: ResolveHints”Defined in: ../../../adapters/core/src/agent/tool-call-tracker.ts:5
Hints for resolving tool output to its originating tool.use event. Adapters provide what they can - strategies try each hint in order.
Properties
Section titled “Properties”nativeId?
Section titled “nativeId?”
optionalnativeId?:string
Defined in: ../../../adapters/core/src/agent/tool-call-tracker.ts:7
Native provider ID (e.g., toolu_* for Claude, call_* for Codex/OpenAI)
toolName?
Section titled “toolName?”
optionaltoolName?:string
Defined in: ../../../adapters/core/src/agent/tool-call-tracker.ts:9
Tool name for FIFO matching when no native ID available