Newer Version Available

This content describes an older version of this product. View Latest

Einstein Prompt Template Generations Input

Prompt template input parameters and LLM provider to use for generation.
Root XML tag
EinsteinPromptTemplateGenerationsInput
JSON example
1{
2  "isPreview": false,
3  "inputParams": {
4    "valueMap": {
5      "Input:Account": {
6        "value": {
7          "id": "001SB000004nerfYAA"
8        }
9      }
10    }
11  },
12  "additionalConfig": {
13    "applicationName": "PromptTemplateGenerationsInvocable"
14  }
15}
Properties
Name Type Description Required or Optional Available Version
additional​Config EinsteinLlm​Additional​ConfigInput Configuration information for the LLM provider. Required 60.0
inputParams Map<String, Wrapped Value> Parameters and values to resolve the specified prompt template. Required 60.0
isPreview Boolean Specifies whether to only resolve the prompt template (true) or to resolve the prompt template and generate an LLM response (false). Required 60.0