trans2 / ui /lib /api /schemas /llmLoadRequest.ts
Mayo
feat: Codex integration
dab69e9 unverified
/**
* Generated by orval v8.8.1 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.1
*/
import type { LlmGenerationOptions } from './llmGenerationOptions'
import type { LlmTarget } from './llmTarget'
export interface LlmLoadRequest {
options?: null | LlmGenerationOptions
target: LlmTarget
}