// GENERATED CODE! DO NOT MODIFY BY HAND! // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { TokenUsageBreakdown } from "./TokenUsageBreakdown"; /** * Internal-only notification containing the exact usage from one upstream * Responses API completion. */ export type RawResponseCompletedNotification = { threadId: string, turnId: string, responseId: string, usage: TokenUsageBreakdown | null, };