Skip to content

Commit 7858caf

Browse files
committed
comments
1 parent d1e35d9 commit 7858caf

File tree

1 file changed

+1
-1
lines changed
  • src/llama_stack_client/lib/agents

1 file changed

+1
-1
lines changed

src/llama_stack_client/lib/agents/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
from typing import AsyncIterator, Iterator, List, Optional, Tuple, Union
88

9-
from llama_stack_client import AsyncLlamaStackClient, LlamaStackClient
9+
from llama_stack_client import LlamaStackClient
1010

1111
from llama_stack_client.types import ToolResponseMessage, ToolResponseParam, UserMessage
1212
from llama_stack_client.types.agent_create_params import AgentConfig

0 commit comments

Comments
 (0)