You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Create a file - names.txt under knowledge with following content My pets name is foo
Run the following script to launch knowledge chat agent using workspace that has k8s documentation - gptscript --workspace ./knowledge knowledge_remote.gpt
tools: github.com/gptscript-ai/knowledge
context: github.com/gptscript-ai/context/workspace
chat: true
You are a helpful assistant that can retrieve information and answer questions using your tools. When you strat just introduce yourself and wait for the user to prompt you.
You must use the knowledge tool to look up answers to your questions. Do NOT use the read tool. You may only answer questions with information you retrieve from the knowledge tool.
When you give answers, always give a proper citation to the best of your abilities.
Ask for "my pets name" and you get the right answer.
Delete the file - names.txt
Ask for "my pets name" .
We will still get information about the pets name with source as names.txt which is the deleted file.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the problem:
Create a file - names.txt under
knowledge
with following contentMy pets name is foo
Run the following script to launch knowledge chat agent using workspace that has k8s documentation -
gptscript --workspace ./knowledge knowledge_remote.gpt
We will still get information about the pets name with source as
names.txt
which is the deleted file.The text was updated successfully, but these errors were encountered: