mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
feat: show effective model in spawn agent event (#14944)
Show effective model after the full config layering for the sub agent
This commit is contained in:
@@ -3263,9 +3263,9 @@ pub struct CollabAgentSpawnEndEvent {
|
||||
/// Initial prompt sent to the agent. Can be empty to prevent CoT leaking at the
|
||||
/// beginning.
|
||||
pub prompt: String,
|
||||
/// Model requested for the spawned agent.
|
||||
/// Effective model used by the spawned agent after inheritance and role overrides.
|
||||
pub model: String,
|
||||
/// Reasoning effort requested for the spawned agent.
|
||||
/// Effective reasoning effort used by the spawned agent after inheritance and role overrides.
|
||||
pub reasoning_effort: ReasoningEffortConfig,
|
||||
/// Last known status of the new agent reported to the sender agent.
|
||||
pub status: AgentStatus,
|
||||
|
||||
Reference in New Issue
Block a user