mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
Add debug println to inkeep_not_available function
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user