Devis Lucato
Devis Lucato
The PR is ready to be merged. One of the issues fixed here has been addressed also in #900 so the remaining part is fixing how native function signatures are...
@kaza thanks for the PR, I'll leave some comments
@kaza could you allow us to edit the PR of minor adjustments before merging? also, could you "Clear All Outputs" ?  I'd be glad to do it but we...
sorry for the churn @kaza -- yes we like showing the output but we cherry pick which cell, so rather than asking you which one and giving complex instructions I...
I would remove the custom serialization logic before merging, and leverage .NET JSON serializer + the fact that the Plan data structure is serializable
@onionhammer we looked into something similar using the DIB format discussed here https://github.com/dotnet/interactive/issues/467 but we opted for TXT for a few reasons: * simplicity: prompts are "functions written in natural...
to be rebased, completed and merged after https://github.com/microsoft/semantic-kernel/pull/848
@stephentoub what do you think if we used this approach as a way to return extra information when calling AI, as opposed to emitting events?
Great work @rracanicci - LGTM
@Woland2k did you try replacing `default_backends` with `default_services`?