ailoy-node
    Preparing search index...

    Type Alias FinishReason

    FinishReason:
        | { type: "stop" }
        | { type: "length" }
        | { type: "tool_call" }
        | { reason: string; type: "refusal" }

    Explains why a language model's streamed generation finished.