Skip to content
Open
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion src/agent/ingestion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ async fn process_chunk(
ProcessType::Branch,
None,
deps.event_tx.clone(),
);
)
.with_memory_persistence_contract(contract_state.clone());

let user_prompt =
prompt_engine.render_system_ingestion_chunk(filename, chunk_number, total_chunks, chunk)?;
Expand Down