feat: Expand collaborative session capabilities in Z3ED documentation
- Updated README.md to include detailed instructions for both local and network collaboration modes. - Added setup requirements and steps for starting a collaboration server using Node.js. - Enhanced feature descriptions for real-time collaboration, session management, and participant tracking. - Improved clarity on how to host and join sessions in both collaboration modes.
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
// PromptBuilder requires JSON and YAML support for catalogue loading
|
||||
// If you see linker errors, enable Z3ED_AI or YAZE_WITH_JSON in CMake
|
||||
#if !defined(YAZE_WITH_JSON)
|
||||
#warning "PromptBuilder requires JSON support. Build with -DZ3ED_AI=ON or -DYAZE_WITH_JSON=ON"
|
||||
#ifdef _MSC_VER
|
||||
#pragma message("PromptBuilder requires JSON support. Build with -DZ3ED_AI=ON or -DYAZE_WITH_JSON=ON")
|
||||
#else
|
||||
#warning "PromptBuilder requires JSON support. Build with -DZ3ED_AI=ON or -DYAZE_WITH_JSON=ON"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user