Newer Version Available

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

ConnectApi.​EinsteinPrompt​Template​GenerationsInput

Prompt template input parameters to use for generation.
Property Type Description Required or Optional Available Version
additional​Config ConnectApi.​EinsteinLlm​Additional​ConfigInput Configuration information for the LLM provider. Required 60.0
inputParams Map<String, ConnectApi.WrappedValue> 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