fix(oracle): use gpt-5.2 as default model
This commit is contained in:
@@ -3,7 +3,7 @@ import type { AgentPromptMetadata } from "./types"
|
|||||||
import { isGptModel } from "./types"
|
import { isGptModel } from "./types"
|
||||||
import { createAgentToolRestrictions } from "../shared/permission-compat"
|
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 = {
|
export const ORACLE_PROMPT_METADATA: AgentPromptMetadata = {
|
||||||
category: "advisor",
|
category: "advisor",
|
||||||
|
|||||||
Reference in New Issue
Block a user