IOptions: ILlmApplication.IOptions<Model> & { maxLength?: number }

Options for the HTTP LLM application schema composition.

Type Parameters

Type declaration

  • OptionalmaxLength?: number

    Maximum length of function name.

    When a function name is longer than this value, it will be truncated.

    If not possible to truncate due to the duplication, the function name would be modified to randomly generated (UUID v4).

    64