mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #212] [MERGED] Add json_schema option to parameter rules for o1 and o3-mini #1183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/212
Author: @knowlet
Created: 2/14/2025
Status: ✅ Merged
Merged: 3/4/2025
Merged by: @crazywoola
Base:
main← Head:feat/add-json-schema📝 Commits (4)
261bc30Add json_schema option to parameter rules for o1 and o3-mini1a9aa29update yamld8000f7Merge branch 'main' into feat/add-json-schema64373ebchore: bump version to 0.0.11 in openai manifest📊 Changes
4 files changed (+10 additions, -1 deletions)
View changed files
📝
models/openai/manifest.yaml(+1 -1)📝
models/openai/models/llm/o1-mini.yaml(+3 -0)📝
models/openai/models/llm/o1.yaml(+3 -0)📝
models/openai/models/llm/o3-mini.yaml(+3 -0)📄 Description
Add
json_schemaoption to parameter rules foro1,o1-mini, ando3-minimodels.models/openai/models/llm/o1.yaml
json_schematooptionsunderparameter_rules.json_schemawithuse_template: json_schematoparameter_rules.models/openai/models/llm/o1-mini.yaml
json_schematooptionsunderparameter_rules.json_schemawithuse_template: json_schematoparameter_rules.models/openai/models/llm/o3-mini.yaml
json_schematooptionsunderparameter_rules.json_schemawithuse_template: json_schematoparameter_rules.Reference:
https://github.com/langgenius/dify/pull/13527
https://platform.openai.com/docs/guides/structured-outputs?example=chain-of-thought#supported-models
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.