Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 245 Bytes

responselength.md

File metadata and controls

17 lines (11 loc) · 245 Bytes

ResponseLength

Configure response length

Example Usage

import { ResponseLength } from "@isosceles-ai/sdk/models/operations";

let value: ResponseLength = "LONG";

Values

"SHORT" | "MEDIUM" | "LONG"