mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: Properly configure structured outputs based on new options dict (#3213)
* Properly configure structured outputs based on new options dict * Fix mypy
This commit is contained in:
committed by
GitHub
Unverified
parent
620da7a829
commit
15d0c34d9f
@@ -86,7 +86,7 @@ reviewer = chat_client.create_agent(
|
||||
"- feedback: concise, actionable feedback\n"
|
||||
"- clarity, completeness, accuracy, structure: individual scores (0-100)"
|
||||
),
|
||||
response_format=ReviewResult,
|
||||
default_options={"response_format": ReviewResult},
|
||||
)
|
||||
|
||||
# Create Editor agent - improves content based on feedback
|
||||
|
||||
Reference in New Issue
Block a user