Files
oh-my-opencode/dist/hooks/runtime-fallback/last-user-retry-parts.d.ts
T

5 lines
122 B
TypeScript
Raw Normal View History

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