Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu committed Jul 30, 2024
1 parent bb77c1b commit 1c62bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v1/concepts/tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ agentops.init(default_tags=['test tag'])

## `set_tags([str])`

This will override any existing tags on the session and set them to the value passed into the function. Future sessions will not have these tags.
This will override any existing tags on the session and set them to the value passed into the function.

<CodeGroup>
```python python
Expand All @@ -35,7 +35,7 @@ agentops.set_tags(['test new tag'])

## `add_tags([str])`

This will append an array of tags to the session's existing tags. Future sessions will not have these tags.
This will append an array of tags to the session's existing tags.

<CodeGroup>
```python python
Expand Down

0 comments on commit 1c62bd7

Please sign in to comment.