LlmModelSettings

Settings for LLM models.

JSON representation
{
  "model": string,
  "promptText": string
}
Fields
model

string

The selected LLM model.

promptText

string

The custom prompt to use.