Skip to content

Commit

Permalink
Save prompt manager in a model
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Dec 6, 2024
1 parent 169324f commit 3084262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/rp_bot/ai_agent/agent_tools/base_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def __init__(
self.context = context
self.message = message
self.models_toolkit = models_toolkit
self.prompt_manager = prompt_manager

@abstractmethod
def run(self, *args, **kwargs):
Expand Down

0 comments on commit 3084262

Please sign in to comment.