chore: fixed imports and tests configuration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Edge case tests for PromptBuilder."""
|
||||
|
||||
from agent.prompts import PromptBuilder
|
||||
from agent.registry import make_tools
|
||||
from alfred.agent.prompts import PromptBuilder
|
||||
from alfred.agent.registry import make_tools
|
||||
|
||||
|
||||
class TestPromptBuilderEdgeCases:
|
||||
@@ -266,7 +266,7 @@ class TestFormatToolsDescriptionEdgeCases:
|
||||
|
||||
def test_format_with_complex_parameters(self, memory):
|
||||
"""Should format complex parameter schemas."""
|
||||
from agent.registry import Tool
|
||||
from alfred.agent.registry import Tool
|
||||
|
||||
tools = {
|
||||
"complex_tool": Tool(
|
||||
|
||||
Reference in New Issue
Block a user