chore: move explorer to spark (#11745)
This commit is contained in:
parent
db66d827be
commit
561fc14045
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ use serde::Serialize;
|
|||
const ORCHESTRATOR_PROMPT: &str = include_str!("../../templates/agents/orchestrator.md");
|
||||
/// Default model override used.
|
||||
// TODO(jif) update when we have something smarter.
|
||||
const EXPLORER_MODEL: &str = "gpt-5.1-codex-mini";
|
||||
const EXPLORER_MODEL: &str = "gpt-5.3-codex-spark";
|
||||
|
||||
/// Enumerated list of all supported agent roles.
|
||||
const ALL_ROLES: [AgentRole; 3] = [
|
||||
|
|
|
|||
|
|
@ -4360,7 +4360,7 @@ pub(crate) async fn run_turn(
|
|||
let estimated_token_count =
|
||||
sess.get_estimated_token_count(turn_context.as_ref()).await;
|
||||
|
||||
info!(
|
||||
trace!(
|
||||
turn_id = %turn_context.sub_id,
|
||||
total_usage_tokens,
|
||||
estimated_token_count = ?estimated_token_count,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue