Skip to content

Commit 6961bc5

Browse files
authored
fix(scribe): Update editing environment target. (#5866)
1 parent 4ad930d commit 6961bc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

servers/fai/src/fai/utils/scribe/devin_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def format_message_with_attachments(message: str, attachment_urls: list[str]) ->
7171

7272
def create_devin_prompt(github_repo: str, user_message: str) -> str:
7373
return f"""<important_instructions>
74-
You will be working out of the fern-api/scribe-editing-environment snapshot. From there, you'll want to \
74+
You will be working out of the fern-api/workspace snapshot. From there, you'll want to \
7575
make changes with the following repository: {github_repo}
7676
7777
Inspect the AGENTS.md file to understand how to work in the scribe editing environment. \
@@ -118,7 +118,8 @@ async def send_devin_message(
118118

119119
attachment_urls: list[str] = []
120120
if files and bot_token:
121-
from fai.utils.scribe.slack_file_handler import process_slack_attachments
121+
from fai.utils.scribe.slack_file_handler import \
122+
process_slack_attachments
122123

123124
attachment_urls = await process_slack_attachments(files, bot_token, client)
124125

0 commit comments

Comments
 (0)