add tool tests

This commit is contained in:
Dinesh Yeduguru 2024-12-30 10:50:59 -08:00
parent 18d9937500
commit 50852cadf3
6 changed files with 309 additions and 0 deletions

View file

@ -19,6 +19,7 @@ from llama_stack.providers.remote.memory.pgvector import PGVectorConfig
from llama_stack.providers.remote.memory.weaviate import WeaviateConfig
from llama_stack.providers.tests.resolver import construct_stack_for_test
from llama_stack.providers.utils.kvstore.config import SqliteKVStoreConfig
from ..conftest import ProviderFixture, remote_stack_fixture
from ..env import get_env_or_fail