mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Support end_turn flag (#9698)
Experimental flag that signals the end of the turn.
This commit is contained in:
committed by
GitHub
Unverified
parent
4d48d4e0c2
commit
b511c38ddb
@@ -62,6 +62,7 @@ pub fn user_shell_command_record_item(
|
||||
content: vec![ContentItem::InputText {
|
||||
text: format_user_shell_command_record(command, exec_output, turn_context),
|
||||
}],
|
||||
end_turn: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user