OpenInference JS
    Preparing search index...
    • Convert a value to a string. If the value is already a string, return it. If the value can be jsonified, jsonify it. Otherwise, return the string representation of the value.

      Parameters

      • value: unknown

        The value to convert to a string

      Returns string

      The string representation of the value