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
Try to chat with k8s agent to get it to do execute any k8s command.
Notice that sometimes confirmation prompts comes from LLM when executing commands.
Expected Behavior
Confirmation prompts should ideally come from gptscript.
We see the LLM prompt for confirmation:
> scale up nginx deployment to 5
I will scale the nginx deployment to 5 replicas. Let's proceed.
Executing the command:
kubectl scale deployment nginx --replicas=5
Shall I go ahead?
> no
Alright, I won't proceed with scaling the deployment. If there's anything else you need, feel free to let me know!
gptscript version v0.0.0-dev-671f0f02-dirty
Steps to reproduce the problem:
gptscript --disable-cache github.com/gptscript-ai/cli-demo
Expected Behavior
Confirmation prompts should ideally come from gptscript.
We see the LLM prompt for confirmation:
It should ideally have come from gptscript
The text was updated successfully, but these errors were encountered: