Files
codex/codex-rs/core/src
T
pakrym-oai 7626f61274 Add typed multi-agent tool outputs (#14536)
## Summary
- return typed `ToolOutput` values from the multi-agent handlers instead
of plain `FunctionToolOutput`
- keep the regular function-call response shape as JSON text while
exposing structured values to code mode
- add output schemas for `spawn_agent`, `send_input`, `resume_agent`,
`wait`, and `close_agent`

## Verification
- `just fmt`
- focused multi-agent and integration tests passed earlier in this
branch during iteration
- after the final edit, I only reran formatting before opening this PR
7626f61274 ยท 2026-03-13 01:10:10 +00:00
History
..
2026-03-12 16:52:21 -07:00
2025-11-28 11:34:57 +00:00