Parameters
See plugin common configurations for configuration options available to all plugins.
templates
array[object]
required
An array of templates.
name
string
required
Name of the template. When requesting the route, the request should include the template name that corresponds to the configured template.
template
object
required
Template specification.
model
string
required
Name of the LLM model, such as
gpt-4
orgpt-3.5
. See your LLM provider API documentation for more available models.messages
array[string]
required
Template message specification.
role
string
required
Role of the message, such as
system
,user
, orassistant
.content
string
required
Content of the message (prompt).