mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
chore(workflows): use gpt-55 xhigh for goal workflow
Switches the goal workflow's work and audit nodes from the default claude-sonnet to gpt-55 with xhigh reasoning, matching the implement node in implement-plan. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5eb3eb1a23
commit
8102c11919
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ digraph Goal {
|
|||
thread_id="goal",
|
||||
fidelity="full",
|
||||
max_visits=12,
|
||||
model="gpt-55",
|
||||
reasoning_effort="xhigh",
|
||||
prompt="@prompts/continue.md"
|
||||
]
|
||||
|
||||
|
|
@ -25,6 +27,8 @@ digraph Goal {
|
|||
output_schema="routing",
|
||||
output_retries=2,
|
||||
max_visits=12,
|
||||
model="gpt-55",
|
||||
reasoning_effort="xhigh",
|
||||
prompt="@prompts/audit.md"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue