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
I am using e.g. openai and would like to implement an AI chat where the response is formatted in markdown. I work with ChatClient and in my system prompt I define to "respond using markdown"
But the response is not really markdown (except when the result is source code it is returned in backticks).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using e.g. openai and would like to implement an AI chat where the response is formatted in markdown. I work with ChatClient and in my system prompt I define to "respond using markdown"
But the response is not really markdown (except when the result is source code it is returned in backticks).
How can I define this?
Beta Was this translation helpful? Give feedback.
All reactions