ChatPromptTemplateConfiguration
Contains configurations to use a prompt in a conversational format. For more information, see Create a prompt using Prompt management.
Types
Properties
Link copied to clipboard
An array of the variables in the prompt template.
Link copied to clipboard
Contains system prompts to provide context to the model or to describe how it should behave.
Link copied to clipboard
Configuration information for the tools that the model can use when generating a response.
Functions
Link copied to clipboard
inline fun copy(block: ChatPromptTemplateConfiguration.Builder.() -> Unit = {}): ChatPromptTemplateConfiguration