microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
20.49k stars 2.97k forks source link

Add OpenAPI skill return type schema to the skill output object #3129

Closed matthewbolanos closed 7 months ago

matthewbolanos commented 9 months ago

[!IMPORTANT]
Labeled High because it will not require a breaking change, but it's important to complete by v1.0.0 to improve the quality of planners.

In planners, the output schema of a function should be provided so the planner knows how to use it.

Ideally, the output schema (and input schema) should leverage Type TypeScript so it works with Typechat in the future.

matthewbolanos commented 7 months ago

Closed because this is now possible