Skip to content

Commit d1e2100

Browse files
Add output schema to code review
1 parent 6ea4bd3 commit d1e2100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/codex/build_code_review_with_codex_sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ pipeline {
501501
--model "${CODEX_MODEL}" \
502502
--input-file "${REVIEW_PROMPT}" \
503503
--response-format "json_object" \
504+
--output-schema "${RESPONSE_FORMAT}" \
504505
--tool-choice "auto" \
505506
> raw_response.json || true
506507

0 commit comments

Comments
 (0)