Demo Utils
Demo utility functions for examples and testing.
your_ai_func_result(input)
Mock AI function that returns a response for demo purposes.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
str
|
The input query. |
required |
Returns:
| Type | Description |
|---|---|
dict[str, str]
|
dict[str, str]: The mock AI response with 'actual output' and 'retrieved_context' keys. |