fix(oracle): use gpt-5.2 as default model
This commit is contained in:
parent
a55b10e861
commit
69ca8a2ddd
@ -3,7 +3,7 @@ import type { AgentPromptMetadata } from "./types"
|
||||
import { isGptModel } from "./types"
|
||||
import { createAgentToolRestrictions } from "../shared/permission-compat"
|
||||
|
||||
const DEFAULT_MODEL = "anthropic/claude-opus-4-5"
|
||||
const DEFAULT_MODEL = "openai/gpt-5.2"
|
||||
|
||||
export const ORACLE_PROMPT_METADATA: AgentPromptMetadata = {
|
||||
category: "advisor",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user