From 0c4b594790d5b4790464c6244d9aa702a91d0f7f Mon Sep 17 00:00:00 2001 From: Aliaksandr Kuzmik <98702584+alexkuzmik@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:34:19 +0300 Subject: [PATCH] Remove tags argument from end chain (#140) --- src/comet_llm/chains/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/comet_llm/chains/api.py b/src/comet_llm/chains/api.py index b6266ba..227e676 100644 --- a/src/comet_llm/chains/api.py +++ b/src/comet_llm/chains/api.py @@ -89,7 +89,6 @@ def end_chain( dictionary with additional metadata to the call. This metadata will be deep merged with the metadata passed to start_chain if it was provided. - tags:User-defined tags attached to the chain Returns: LLMResult """