The TextPromptAgent
generates responses to text inputs that are augmented with a specific query.
The TextPromptAgent
is initialized with two arguments:
A string that represents the prompt used to guide the model’s analysis of the text.
The selected model. All supported LLM
models can be found below:
This simple example demonstrates how the TextPromptAgent
can be used in customer support to enhance interactions by prompting for additional information.
The TextPromptAgent
generates responses to text inputs that are augmented with a specific query.
The TextPromptAgent
is initialized with two arguments:
A string that represents the prompt used to guide the model’s analysis of the text.
The selected model. All supported LLM
models can be found below:
This simple example demonstrates how the TextPromptAgent
can be used in customer support to enhance interactions by prompting for additional information.