Files
oh-my-opencode/dist/hooks/runtime-fallback/last-user-retry-parts.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
122 B
TypeScript

export declare function getLastUserRetryParts(messagesResponse: unknown): Array<{
type: "text";
text: string;
}>;