Daniel Perelman
Daniel Perelman
Sorry, we have not updated the tutorial after we removed support for parsing `ASTSerializationFormat.HumanReadable`. The ambiguity of parsing such strings caused enough problems that we decided to disable that feature....
Sorry, there's no documentation on that. (Apologies, our documentation is a bit lacking; we know.) I found that XML example by running `ProgramNode.PrintAst()` and seeing what it looked like.
Sorry, PROSE dslc does indeed have a dependency on the out-of-support .NET Core 2.1 SDK. We're working on removing that dependency so it can work on more recent versions of...
Thank you for your detailed question. I have not gotten a chance to look at your code in detail yet; I'll respond in more detail once I do. You are...
No, the `##` references are separate in part to avoid problems with circular references and the log getting too big due to writing out the same value many times. You...
Sorry, there has been no change here from the PROSE side. We still need to complete that rewrite of our internals.
I think it looks like that would be possibly by making our own implementation of `IKernel` that intercepts `IKernel.RegisterSemanticFunction()`, although that feels hacky. And doesn't provide a clear way to...
After further discussion, it sounds like `IKernel` is not the appropriate API for what we want to do, and it makes more sense to generate prompts using the template engine...