Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
155 stars 67 forks source link

Fix OpenAI decorators assistant skill trigger type typo #224

Closed hallvictoria closed 5 months ago

hallvictoria commented 5 months ago

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