-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
UIIssues relating to "--ui" optionIssues relating to "--ui" optionbugSomething isn't workingSomething isn't working
Description
gptscript version - v0.0.0-dev-51fd2b32-dirty
Steps to reproduce the problem
- Get k8s docs made available in local directory using git clone https://github.com/kubernetes/website.git
- Run the following script to launch knowledge chat agent without workspace option -
gptscript --ui --disable-cache 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.
- Used UI to set workspace parameter (edit existing value seen for workspace) and set it to k8s doc directory from step1 . This resulted in UI prompting to restart the script and allow for this operartion.
- Once script is loaded , tool calls made still continue to use the default workspace that was presented to me initially and I dont get any results for queries relating to k8s.


Metadata
Metadata
Assignees
Labels
UIIssues relating to "--ui" optionIssues relating to "--ui" optionbugSomething isn't workingSomething isn't working