ChatPromptTemplateConfiguration

Contains configurations to use a prompt in a conversational format. For more information, see Create a prompt using Prompt management.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of the variables in the prompt template.

Link copied to clipboard

Contains messages in the chat for the prompt.

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String