/ src / data / models / singleBlockResponseRequestedBranch.ts
singleBlockResponseRequestedBranch.ts
 1  /**
 2   * Generated by orval v7.9.0 🍺
 3   * Do not edit manually.
 4   * Cogni API
 5   * A minimal FastAPI that directly passes user queries to OpenAI, augmented with Cogni memory.
 6   * OpenAPI spec version: 0.1.0
 7   */
 8  
 9  /**
10   * Branch requested by client (may differ from active_branch for read operations)
11   */
12  export type SingleBlockResponseRequestedBranch = string | null;