Skip to content

Fix tool params for Azure OAI#1308

Closed
bepuca wants to merge 1 commit into
anomalyco:devfrom
bepuca:azure-oai-tool-fix
Closed

Fix tool params for Azure OAI#1308
bepuca wants to merge 1 commit into
anomalyco:devfrom
bepuca:azure-oai-tool-fix

Conversation

@bepuca

@bepuca bepuca commented Jul 25, 2025

Copy link
Copy Markdown

This fixes #441 (at least for the cases I was having issues with)

To test, use an Azure OpenAI deployment and ask something like opencode run "Run ls in the terminal"

Co-authored-by: Waldek Mastykarz <waldek@mastykarz.nl>
@github-actions

github-actions Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this Feb 2, 2026
bussard76 pushed a commit to bussard76/openwork that referenced this pull request May 12, 2026
* fix(den): parse skill frontmatter when saving skills

Keep the full SKILL.md payload in the database, derive title and description from frontmatter, and require a frontmatter name in the API. Also include shared packages in the Den web Docker image so the upload flow can be verified end to end.

* fix(den-web): transpile shared utils package

Include @openwork-ee/utils in Next's transpilePackages list so the client skill editor resolves the shared frontmatter helpers during production builds.

* fix(den-web): keep skill parsing local to the app

Move the client-side skill markdown parser into the Den web app so production builds do not depend on resolving a workspace package boundary from a client component.

* refactor(den): share skill frontmatter parsing via utils

Make Den web and Den API both depend on @openwork-ee/utils for skill frontmatter parsing, refresh the workspace lockfile, and keep the Den web build wiring explicit for CI and Docker.

* fix(den-web): build Den from the monorepo root on Vercel

Keep the shared utils package setup, but make Vercel install and build from the repo root so workspace dependencies like @openwork-ee/utils are always available when Den web deploys from its app subdirectory.

* docs(den-web): keep Vercel workspace settings in the dashboard

Remove the app-level Vercel command override from the repo and document the monorepo install/build settings for the dashboard instead.

---------

Co-authored-by: src-opn <src-opn@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid Schema errors on Azure OpenAI Models

1 participant