-
Notifications
You must be signed in to change notification settings - Fork 9
[Docs]: Create standard usage guide for OpenAI integration #20
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
What needs to be fixed?
Once the openai adapter method (to_openai_tool) is merged into the core framework, we will have a glaring gap in our documentation. We need a corresponding docs/usage/openai.md guide for developers to reference.
The new guide should directly mirror the formatting and structure of the existing gemini.md and claude.md documentation, demonstrating exactly how to:
- Initialize the global environment for
openai. - Load a skill using the SkillLoader.
- Format the skill using
SkillLoader.to_openai_tool(). - Pass the formatted tool to
openai.chat.completions.createand handle the multi-turn agent execution loop.
Affected Page
docs/usage/openai.md (New File)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers