DefaultResponseReceiver
Receiver class for configuring text responses from the LLM.
This class is part of the fluent API for configuring how the LLM should respond with text when it receives specific inputs.
Properties
Functions
Link copied to clipboard
Configures the LLM to respond with this string when the user request satisfies the specified condition.
Link copied to clipboard
Configures the LLM to respond with this string when the user request contains the specified pattern.
Link copied to clipboard
Configures the LLM to respond with this string when the user request exactly matches the specified pattern.