mirror of
https://github.com/tiennm99/serena.git
synced 2026-08-07 18:23:35 +00:00
Return system prompt even if language server isn't ready
This commit is contained in:
+1
-1
@@ -2407,7 +2407,7 @@ class GetCurrentConfigTool(Tool):
|
||||
return self.agent.get_current_config_overview()
|
||||
|
||||
|
||||
class InitialInstructionsTool(Tool):
|
||||
class InitialInstructionsTool(Tool, ToolMarkerDoesNotRequireActiveProject):
|
||||
"""
|
||||
Gets the initial instructions for the current project.
|
||||
Should only be used in settings where the system prompt cannot be set,
|
||||
|
||||
Reference in New Issue
Block a user