with_response
Method
This is a method of the MockLlmProvider class in the llm module.Create with a single response
Signature
Parameters
No description available.
Returns
The result of the operation.
with_response: Create with a single response
This is a method of the MockLlmProvider class in the llm module.Create with a single response
def with_response(response: impl Into<String>) -> Self