cf-chat-engine 0.2.1

Chat Engine module: multi-tenant conversational infrastructure with plugin-driven backends
Documentation
1
2
3
4
5
6
use super::*;

#[test]
fn default_is_full() {
    assert!(matches!(default_memory_strategy(), MemoryStrategy::Full));
}