Skip to main content

Parameters

See plugin common configurations for configuration options available to all plugins.

  • prepend

    array[object]


    An array of prompts to be prepended.

    At least one of the prepend or append should be configured.

    • role

      string

      required

      vaild vaule:

      system, user, or assistant


      Role of the message.

    • content

      string

      required


      Content of the message (prompt).

  • append

    array[object]


    An array of prompts to be appended.

    At least one of the prepend or append should be configured.

    • role

      string

      required

      vaild vaule:

      system, user, or assistant


      Role of the message.

    • content

      string

      required


      Content of the message (prompt).

  • max_req_body_size

    integer

    default: 67108864

    vaild vaule:

    greater than or equal to 1


    Maximum request body size in bytes buffered into memory. Larger request bodies are rejected with HTTP 400 before prompt decoration. Introduced in API7 Enterprise 3.9.17 and 3.10.4, and APISIX 3.18.0.