Skip to content

Commit

Permalink
Add Databases property to IConditionContext interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Jan 7, 2025
1 parent d3b5dc5 commit c88fae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Chat/IConditionContext.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using ChatAIze.Abstractions.Databases;
using ChatAIze.Abstractions.Plugins;

namespace ChatAIze.Abstractions.Chat;
Expand All @@ -10,6 +11,8 @@ public interface IConditionContext

public IUserContext User { get; }

public IDatabaseManager Databases { get; }

public bool IsPreview { get; }

public bool IsDebugModeOn { get; }
Expand Down

0 comments on commit c88fae3

Please sign in to comment.