generated from kgod/ai-review-template
feat: improve resume optimization and import reliability
This commit is contained in:
@@ -134,7 +134,7 @@ def _redisplay_revision_candidate(agent: Any, profile: dict[str, Any], instructi
|
||||
state = ensure_builder_state(profile)
|
||||
section = str(state.get("active_section") or "education")
|
||||
entry = _public_entry(dict(state.get("identity_draft") or {}))
|
||||
entry["_proposal"] = _candidate_rewrite(agent, profile, entry, section, instruction=instruction, ensure_facts=True)
|
||||
entry["_proposal"] = _candidate_rewrite(agent, profile, entry, section, instruction=instruction)
|
||||
state["pending_entry"] = entry
|
||||
state["revision_mode"] = False
|
||||
_set_stream_phases(profile, "structuring", "rewriting")
|
||||
|
||||
Reference in New Issue
Block a user