From afd63e8bae18df781c8fdae15d8d8c0622fa7ec7 Mon Sep 17 00:00:00 2001 From: iudi Date: Thu, 22 Jan 2026 19:07:14 -0300 Subject: [PATCH] Fix typo in experimental_prompt.md (#9716) Simple typo fix in the first sentence of the experimental_prompt.md instructions file. --- codex-rs/core/templates/collab/experimental_prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/templates/collab/experimental_prompt.md b/codex-rs/core/templates/collab/experimental_prompt.md index 2b7f09fa2..9763592e2 100644 --- a/codex-rs/core/templates/collab/experimental_prompt.md +++ b/codex-rs/core/templates/collab/experimental_prompt.md @@ -1,5 +1,5 @@ ## Multi agents -You have the possibility to spawn and user other agents to complete a task. For example, this can be use for: +You have the possibility to spawn and use other agents to complete a task. For example, this can be use for: * Very large tasks with multiple well-defined scopes * When you want a review from another agent. This can review your own work or the work of another agent. * If you need to interact with another agent to debate an idea and have insight from a fresh context