/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PatchedGoogleAgentDetail = { readonly id?: number; readonly sub_agents?: string; readonly platform?: string; unique_id?: string; model?: string; name?: string; description?: string; instruction?: string; output_key?: string | null; readonly inserted_at?: string; readonly updated_at?: string; /** * edX user ID */ created_by?: number | null; };