From 1792f22f5ab5e78017d4293dcb83d9f008eebc73 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:23:59 +0000 Subject: [PATCH] feat: Updated libs/langchain/langchain/tools/githu --- libs/langchain/langchain/tools/github/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/langchain/tools/github/prompt.py b/libs/langchain/langchain/tools/github/prompt.py index e0e72a808b802..7dfd6599eac34 100644 --- a/libs/langchain/langchain/tools/github/prompt.py +++ b/libs/langchain/langchain/tools/github/prompt.py @@ -8,7 +8,7 @@ """ COMMENT_ON_ISSUE_PROMPT = """ -This tool is useful when you need to comment on a GitHub issue. Simply pass in the issue number and the comment you would like to make. Please use this sparingly as we don't want to clutter the comment threads. **VERY IMPORTANT**: Your input to this tool MUST strictly follow these rules: +Important: Before using this tool, ensure that the environment variables workload_identity_provider or credentials_json are set. This tool is useful when you need to comment on a GitHub issue. Simply pass in the issue number and the comment you would like to make. Please use this sparingly as we don't want to clutter the comment threads. **VERY IMPORTANT**: Your input to this tool MUST strictly follow these rules: - First you must specify the issue number as an integer - Then you must place two newlines