The test was creating BotRunner::new() without setting a bot, causing execute_bot_logic to fail with 'No bot configured' and return response: None. Now calls set_bot(Bot::default()) before the session. |
||
|---|---|---|
| .. | ||
| conversation.rs | ||
| mod.rs | ||
| runner.rs | ||
The test was creating BotRunner::new() without setting a bot, causing execute_bot_logic to fail with 'No bot configured' and return response: None. Now calls set_bot(Bot::default()) before the session. |
||
|---|---|---|
| .. | ||
| conversation.rs | ||
| mod.rs | ||
| runner.rs | ||