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
Yes, this is related to an Early Access Program feature.
Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.
I have one conversation in pieces. I can see this conversation in the Pieces for Developers app. In the CLI, i list all the conversations. It shows one conversation, named JARVIS, written as 1. JARVIS. I would assume that this means the index of the chat is 1. If i try the command pieces conversation 1 to view the conversation messages, i get a python error saying list index out of range. As a python programmer, i looked at the code, and then tried to run the command pieces conversation 0, in case the index is not shown correctly. This raises a pieces error saying the conversation is empty. The conversation has one message from me, and one response from the LLM. This has been confirmed from Pieces for developers app. I have provided pictures to aid.
The text was updated successfully, but these errors were encountered:
Hello @buzby08 ,
Thank you for bringing this to our attention. It should be resolved in the latest version. You can upgrade to the latest version by running the following command:
Software
Pieces CLI
Operating System / Platform
Windows
Your Pieces OS Version
10.1.12
Early Access Program
Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.
I have one conversation in pieces. I can see this conversation in the Pieces for Developers app. In the CLI, i list all the conversations. It shows one conversation, named JARVIS, written as
1. JARVIS
. I would assume that this means the index of the chat is1
. If i try the commandpieces conversation 1
to view the conversation messages, i get a python error saying list index out of range. As a python programmer, i looked at the code, and then tried to run the commandpieces conversation 0
, in case the index is not shown correctly. This raises a pieces error saying the conversation is empty. The conversation has one message from me, and one response from the LLM. This has been confirmed from Pieces for developers app. I have provided pictures to aid.The text was updated successfully, but these errors were encountered: