From 1c62bd7fb38b22ec4353a5144150fb5430e1a9d6 Mon Sep 17 00:00:00 2001 From: Shawn Qiu Date: Tue, 30 Jul 2024 16:36:57 -0700 Subject: [PATCH] docs --- docs/v1/concepts/tags.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1/concepts/tags.mdx b/docs/v1/concepts/tags.mdx index 7d8f5ebf7..ac30a336b 100644 --- a/docs/v1/concepts/tags.mdx +++ b/docs/v1/concepts/tags.mdx @@ -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. ```python python @@ -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. ```python python