Skip to main content

add_response

Method
This is a method of the MockLlmProvider class in the llm module.
Add a response to return (FIFO queue)

Signature

def add_response(&self, response: impl Into<String>) -> ()

Parameters

response
impl Into<String>
required
No description available.

Returns

Returns
()
The result of the operation.