-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
Describe the bug
This ossie is about Dashboard.https://platform.openai.com/chat.
Summary:
When running the simplest Skill (SKILL.md YAML front matter only) in the OpenAI Dashboard, the following error occurs:
Inline skill name/description must match the values in SKILL.md/Skills.md front matter.
-
Actual behavior:
Even with the simplest SKILL.md, the above error occurs and chat is not possible. -
Environment:
-Zip file structure:
sample-skill.zip
└sample-skill
└SKILL.md
- SKILL.md contents:
name: sample-skill
description: This is sample skills.
(No body text)
To Reproduce
- Steps to reproduce:
- Create a minimal SKILL.md and compress it to ZIP format.
2.Create a chat prompt from the Chat menu in the Dashboard.
https://platform.openai.com/chat - Select “Shell” from “+Add” in the Tools section. The “Hosted Shell” dialog box will appear.
- Select “Upload Skills” in the Skills section and upload the ZIP file. Click the “Add” button.
- Try chatting. The above error message will appear.
- Expected behavior:
You should be able to chat.
Code snippets
OS
Windows11
Python version
v3.12
Library version
1.109.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working