Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Dec 10, 2024
1 parent 7f97876 commit e4b81aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/llms/llama_stack_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from agentops.session import Session
from agentops.log_config import logger
from agentops.helpers import get_ISO_time, check_call_stack_for_agent_id
from agentops.llms.instrumented_provider import InstrumentedProvider
from agentops.llms.providers.instrumented_provider import InstrumentedProvider


class LlamaStackClientProvider(InstrumentedProvider):
Expand Down

0 comments on commit e4b81aa

Please sign in to comment.