mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
imports
This commit is contained in:
parent
4343bc880c
commit
286a94ba8a
10 changed files with 10 additions and 10 deletions
|
|
@ -16,7 +16,6 @@ from unittest.mock import AsyncMock, patch
|
|||
|
||||
import pytest
|
||||
|
||||
from llama_stack import LlamaStackAsLibraryClient
|
||||
from llama_stack.apis.datatypes import Api
|
||||
from llama_stack.apis.inference.inference import (
|
||||
OpenAIAssistantMessageParam,
|
||||
|
|
@ -24,6 +23,7 @@ from llama_stack.apis.inference.inference import (
|
|||
OpenAIChatCompletionUsage,
|
||||
OpenAIChoice,
|
||||
)
|
||||
from llama_stack.core.library_client import LlamaStackAsLibraryClient
|
||||
from llama_stack.core.telemetry.telemetry import MetricEvent
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import json
|
|||
|
||||
import pytest
|
||||
|
||||
from llama_stack import LlamaStackAsLibraryClient
|
||||
from llama_stack.core.library_client import LlamaStackAsLibraryClient
|
||||
from llama_stack.models.llama.datatypes import ToolDefinition
|
||||
from tests.common.mcp import make_mcp_server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue