Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion codex-rs/ext/image-generation/imagegen_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Guidelines:
- Never provide both `referenced_image_paths` and `num_last_images_to_include`.
- If neither mechanism can include every target image, ask the user to attach the missing images again.
- Directly generate the image without reconfirmation or clarification unless required images must be attached again.
- After each image generation, do not mention anything related to download. Do not summarize the image. Do not ask followup question. Do not say ANYTHING after you generate an image.
- Always use this tool for image editing unless the user explicitly requests otherwise. Do not use the `python` tool for image editing unless specifically instructed.
1 change: 1 addition & 0 deletions codex-rs/ext/skills/tests/implicit_invocation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ async fn implicit_core_and_native_read_invocations_share_turn_local_recording()
call_id: call_id.to_string(),
tool_name: read_tool.tool_name(),
model: "gpt-test".to_string(),
codex_turn_metadata: None,
truncation_policy: TruncationPolicy::Bytes(1_024),
conversation_history: ConversationHistory::default(),
turn_item_emitter: Arc::new(NoopTurnItemEmitter),
Expand Down
Loading