Skip to content

Commit

Permalink
url is accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jul 3, 2024
1 parent 8ecee8e commit 2da92a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agixt/Interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async def format_prompt(
)
if context != [] and context != "":
context = "\n".join(context)
context = f"The user's input causes the assistant to recall these memories from activities:\n{context}\n\n**If referencing a file or image from context to the user, link to it with a url at `{conversation_outputs}the_file_name` .** .\n"
context = f"The user's input causes the assistant to recall these memories from activities:\n{context}\n\n**If referencing a file or image from context to the user, link to it with a url at `{conversation_outputs}the_file_name` - The URL is accessible to the user.** .\n"
else:
context = ""
working_directory = self.agent.working_directory
Expand Down

0 comments on commit 2da92a6

Please sign in to comment.