forked from phoenix-oss/llama-stack-mirror
fix: resolve precommit error (#1810)
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
cfd30d2ad5
commit
626313b4c8
1 changed files with 4 additions and 2 deletions
|
@ -8,13 +8,15 @@ from typing import Any, Dict
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
from llama_stack_client import Agent, AgentEventLogger, Document
|
||||||
|
from llama_stack_client.types.shared_params.agent_config import AgentConfig, ToolConfig
|
||||||
|
|
||||||
from llama_stack.apis.agents.agents import (
|
from llama_stack.apis.agents.agents import (
|
||||||
AgentConfig as Server__AgentConfig,
|
AgentConfig as Server__AgentConfig,
|
||||||
|
)
|
||||||
|
from llama_stack.apis.agents.agents import (
|
||||||
ToolChoice,
|
ToolChoice,
|
||||||
)
|
)
|
||||||
from llama_stack_client import Agent, AgentEventLogger, Document
|
|
||||||
from llama_stack_client.types.shared_params.agent_config import AgentConfig, ToolConfig
|
|
||||||
|
|
||||||
|
|
||||||
def get_boiling_point(liquid_name: str, celcius: bool = True) -> int:
|
def get_boiling_point(liquid_name: str, celcius: bool = True) -> int:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue