Skip to content

Commit

Permalink
add default tags taskweaver
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs committed Dec 20, 2024
1 parent b250430 commit 1ae51bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agentops/llms/providers/taskweaver.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class TaskWeaverProvider(InstrumentedProvider):
def __init__(self, client):
super().__init__(client)
self._provider_name = "TaskWeaver"
self.client.add_default_tags(["taskweaver"])

Check warning on line 20 in agentops/llms/providers/taskweaver.py

View check run for this annotation

Codecov / codecov/patch

agentops/llms/providers/taskweaver.py#L18-L20

Added lines #L18 - L20 were not covered by tests

def handle_response(self, response, kwargs, init_timestamp, session: Optional[Session] = None) -> dict:
"""Handle responses for TaskWeaver"""
Expand Down

0 comments on commit 1ae51bf

Please sign in to comment.