Prompts
A prompt serves as the input to a language model, comprising multiple components that can be parameterized using prompt templates.
Prompt templates provide a systematic approach for generating prompts, allowing for reproducible customization through defined input variables.
Parameters​
Inputs​
Name | Display Name | Info |
---|---|---|
template | Template | Create a prompt template with dynamic variables. |
Outputs​
Name | Display Name | Info |
---|---|---|
prompt | Prompt Message | The built prompt message returned by the build_prompt method. |