I couldn't get instructions when prompts is empty
The server returned a empty prompt, but I wanted to get the instructions and show them.
I noticed that the prompts in the code were returned directly for empty prompts
Is there any good solution that I can't modify the server side for the time being
Why would you want to show instructions for something that doesn't exist?
Why would you want to show instructions for something that doesn't exist?
instructions is exist, but prompts is null, I want to capture this instruction
instructions is exist, but prompts is null, I want to capture this instruction
Right, I get that. The instructions are supposed to be for the prompts. If there are no prompts, what use are the instructions?
instructions is exist, but prompts is null, I want to capture this instruction
Right, I get that. The instructions are supposed to be for the prompts. If there are no prompts, what use are the instructions?
yes, Earlier versions (0.8.9) were captured using keyboard-interactive events. The server sent this to me as a tips, which is obviously inappropriate, but I can't change it now. Is there any way I can customize a handler