feat: add SDK/HTTP paths for tool-result-storage truncation

This commit is contained in:
YeonGyu-Kim
2026-02-15 14:56:17 +09:00
parent 808de5836d
commit 1197f919af
2 changed files with 134 additions and 0 deletions
@@ -8,4 +8,11 @@ export {
truncateToolResult,
} from "./tool-result-storage"
export {
countTruncatedResultsFromSDK,
findToolResultsBySizeFromSDK,
getTotalToolOutputSizeFromSDK,
truncateToolResultAsync,
} from "./tool-result-storage-sdk"
export { truncateUntilTargetTokens } from "./target-token-truncation"