This commit is contained in:
2026-04-23 00:29:52 +08:00
parent cd207dc237
commit 1223f597d2
4 changed files with 130 additions and 69 deletions

View File

@@ -68,6 +68,7 @@ enum PromptConversationMode {
}
#[derive(Clone, Debug)]
#[allow(dead_code)]
struct PromptDynamicState {
current_turn: u32,
progress_percent: u32,
@@ -923,8 +924,8 @@ fn build_prompt_dynamic_state_inference_prompt(
}
fn build_eight_anchor_single_turn_prompt(
current_turn: u32,
progress_percent: u32,
_current_turn: u32,
_progress_percent: u32,
quick_fill_requested: bool,
current_anchor_content: &EightAnchorContent,
chat_history: &[JsonValue],