Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
147 stars 61 forks source link

Fix OpenAI decorators assistant skill trigger type typo #224

Closed hallvictoria closed 1 month ago

hallvictoria commented 1 month ago

Previously, the ASSISTANT_SKILL_TRIGGER type was defined as assistantSkillsTrigger. This is a typo, as the type should be assistantSkillTrigger.