microsoft / dsl-copilot

MIT License
29 stars 6 forks source link

Validation and compilation #15

Closed jaspecla closed 3 months ago

jaspecla commented 3 months ago

Code validation is now pluggable. The language is passed as a parameter to Semantic Kernel, and the filter dynamically selects a code validator. It currently only supports csharp (as before), but will otherwise run a NullCodeValidator which does nothing and returns an empty valid result.