Closed mattpowell closed 6 days ago
Thanks for the analysis! Fixed in https://github.com/microsoft/genaiscript/commit/a8a908d2959428d1ecc67b82f89f8f69d124f2b8 .
you can test it out in 1.78.3 @mattpowell
@mattpowell jsxmin is quite cool; it'd be interresting to get a lightweight jsx syntax for prompt (well there's also priompt and vscode/prompt-tsx but hey).
When running the the
html-to-text
parser via cli the output is:I believe this issue was introduced in this commit when the various HTML functions were converted to async.
And I think it can be resolved by adding an
await
to theHTMLToText
call here.Let me know if additional info is needed or if I can test anything on my end.
Thanks!