add_response
Method
This is a method of the MockLlmProvider class in the llm module.Add a response to return (FIFO queue)
Signature
Parameters
No description available.
Returns
The result of the operation.
add_response: Add a response to return (FIFO queue)
This is a method of the MockLlmProvider class in the llm module.Add a response to return (FIFO queue)
def add_response(&self, response: impl Into<String>) -> ()