Member Junction
    Preparing search index...

    Type Alias OpenAICompatibleToolChoice

    OpenAICompatibleToolChoice:
        | "auto"
        | "none"
        | "required"
        | { function: { name: string }; type: "function" }

    The tool_choice field. The string forms pass through; only the named form is reshaped.