Add debug println to inkeep_not_available function

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
claude-agent
2026-02-09 16:22:16 +00:00
parent ff70a4e9d1
commit 681d967560
+1
View File
@@ -15,6 +15,7 @@ pub fn global_service() -> Router {
#[cfg(not(feature = "private"))]
async fn inkeep_not_available() -> windmill_common::error::Result<()> {
println!("Inkeep not available - Enterprise Edition feature");
Err(Error::Generic(
http::StatusCode::FORBIDDEN,
"Inkeep AI documentation assistant is only available in Windmill Enterprise Edition"