Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@staviq Thanks for reply. I go through the article. But we can write grammar for some elements of Markdown, like headings and lists (Ordered and Unordered). Which will be helpful in answers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah my instinct would be to write an ad-hoc grammar for the task matching the particular Markdown structure desired. E.g.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
I am using
json_arr
grammer and when i asked for ordered list it gives me the comma seperated list without any heading.Current Behavior
I wanted a Markdown string which contain heading and ordered list inside a key of json structure. Like OpenAI function call give.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions