[PR #70] [MERGED] feat: enable openapi export #90

Closed
opened 2026-02-16 02:16:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/70
Author: @adrianlyjak
Created: 8/18/2025
Status: Merged
Merged: 8/19/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/openapi


📝 Commits (1)

  • 7e11181 feat: add openapi doc strings to support exporting openapi docs from workflows

📊 Changes

2 files changed (+252 additions, -0 deletions)

View changed files

📝 src/workflows/server/server.py (+206 -0)
tests/server/test_openapi_schema.py (+46 -0)

📄 Description

yaml doc strings are required to support exporting openapi docs from routes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/70 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/openapi` --- ### 📝 Commits (1) - [`7e11181`](https://github.com/run-llama/workflows-py/commit/7e11181ae550f9744ae374d02eb180e2f5b2e2fc) feat: add openapi doc strings to support exporting openapi docs from workflows ### 📊 Changes **2 files changed** (+252 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/workflows/server/server.py` (+206 -0) ➕ `tests/server/test_openapi_schema.py` (+46 -0) </details> ### 📄 Description yaml doc strings are required to support exporting openapi docs from routes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:33 -05:00
yindo closed this issue 2026-02-16 02:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#90