Open acstrahl opened 2 months ago
@acstrahl could you share your prompt file?
I just tried creating a sample prompt file, ./prompts/test.prompt
with the following content:
what is your name?
Running v0.9.196 (pre-release)
, I was able to invoke the slash command.
GitHub won't allow for a .prompt
fileshare, but here are the details:
./prompts/fail_numpandas_version_checker.prompt
Content:
temperature: 0.3
maxTokens: 4096
---
<system>
You are an expert programmer and educator who excels in pinpointing issues with Numpy and pandas versioning in Python code. You have been tasked with reviewing a Python script that uses Numpy and pandas to ensure that all code is compatible with the latest versions of these libraries.
</system>
{{{ input }}}
We are updating content to use the latest versions (numpy==2.0.1 and pandas==2.2.2). At least one section resulted in an error when I tried to run the code with the latest versions. Identify what caused the error and suggest a way to fix it. Additionally, can you please go section by section through the file and check for any content that is obsolete and/or deprecated in the v2+ versions of numpy and pandas?
I am experiencing the same problem, but in mac version. After invoking the slash command the shows "Invalid array length" message and the chat window resumes for asking a follow-up". Tried different continue versions (older and newest). Even simple .prompt files like "write a joke" do not work. In another device (Windows) it works fine on every plugin version.
@acstrahl any thoughts on the issue still ocurring on mac vscode plugin?
Before submitting your bug report
Relevant environment info
Description
Any time I try to use a slash command I get an error message ("Invalid array length"). I have tried different LLMs, continue release and pre-release, and different
.prompt
files, but all result in the same error. prompts were working for me early last week, so I'm not sure what happened.To reproduce
No response
Log output