Merge branch 'evals' of https://github.com/buster-so/buster into evals

This commit is contained in:
Nate Kelley 2025-04-14 12:53:14 -06:00
commit 556e11bcd8
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ impl Agent {
session_id: thread.id.to_string(),
trace_id: Uuid::new_v4().to_string(),
}),
reasoning_effort: Some("low".to_string()),
// reasoning_effort: Some("low".to_string()),
..Default::default()
};

View File

@ -1055,7 +1055,7 @@ async fn process_completed_files(
.set((
chats::most_recent_file_id.eq(Some(file_uuid)),
chats::most_recent_file_type.eq(file_type_for_chat),
// chats::most_recent_version_number implicitly handled by file version
chats::most_recent_version_number.eq(file_content.version_number),
chats::updated_at.eq(Utc::now()),
))
.execute(conn)