mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:12:29 +00:00
rebase fixes
This commit is contained in:
parent
b7ae86ae03
commit
9a3d7fa33c
6 changed files with 14 additions and 11 deletions
|
|
@ -14,7 +14,7 @@ from llama_stack.apis.memory_banks import VectorMemoryBankParams
|
|||
from llama_stack.apis.tools import ToolInvocationResult
|
||||
from llama_stack.providers.datatypes import Api
|
||||
|
||||
from .fixtures import tool_runtime_memory_and_search # noqa: F401
|
||||
from .fixtures import tools_stack as _tools_stack # noqa: F401, F811
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue