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
In prompt-tsx.md, you have to use UserMessage instead of SystemMessage. SystemMessage is not supported in VS Code API. SystemMessage can be used only for OpenAI API.
It would cause an error, Converting chat message with role system to VS Code chat message is not supported. See:
In prompt-tsx.md, you have to use
UserMessage
instead ofSystemMessage
.SystemMessage
is not supported in VS Code API.SystemMessage
can be used only for OpenAI API.It would cause an error,
Converting chat message with role system to VS Code chat message is not supported.
See:The text was updated successfully, but these errors were encountered: