chore: fixed imports and tests configuration
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
import inspect
|
||||
|
||||
import pytest
|
||||
|
||||
from agent.prompts import PromptBuilder
|
||||
from agent.registry import Tool, _create_tool_from_function, make_tools
|
||||
from alfred.agent.prompts import PromptBuilder
|
||||
from alfred.agent.registry import Tool, _create_tool_from_function, make_tools
|
||||
|
||||
|
||||
class TestToolSpecFormat:
|
||||
|
||||
Reference in New Issue
Block a user