SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias ChatCompletionTool

    Representation of the 'ChatCompletionTool' schema.

    type ChatCompletionTool = {
        cache_control?: CacheControl;
        function: FunctionObject;
        type: "function";
    }
    Index
    cache_control?: CacheControl
    function: FunctionObject
    type: "function"

    The type of the tool. Currently, only function is supported.