kbeaugrand / SemanticKernel.Assistants

Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
MIT License
95 stars 8 forks source link

Property 'input_parameter' not found on type 'SemanticKernel.Assistants.Models.AssistantModel'. #41

Closed seekerofsai closed 7 months ago

seekerofsai commented 7 months ago

i get following error when i try to run Unhandled exception. (Line: 6, Col: 1, Idx: 340) - (Line: 6, Col: 16, Idx: 355): Property 'input_parameter' not found on type 'SemanticKernel.Assistants.Models.AssistantModel'.

kbeaugrand commented 7 months ago

Hi,

Could you give me a sample of your code that demonstrate this error. Also giving me more technical information Version of SK, Version of Assistants, ...?

Regards,

seekerofsai commented 7 months ago

Thanks for looking in to the issue. i was trying to run the sample https://github.com/kbeaugrand/SemanticKernel.Assistants/tree/main/samples/01-mathematician

only changes are the config parameters for azureopenai endpoint, key and model deployments

SK version

net8.0
kbeaugrand commented 7 months ago

@seekerofsai, found that I didn't update the sample and readme in my latest changes.

Please see #42 . I'll fix it soon.

seekerofsai commented 7 months ago

Thanks @kbeaugrand appreciate it.

kbeaugrand commented 7 months ago

Thank you @seekerofsai for reporting this issue. This is now merged, I won't create a release since it only impact the sample and the readme. But feel free to reach me out in case you're facing other issues.