Soften skill description budget warnings (#20112)

Updates skill description budget messaging to be less alarming
This commit is contained in:
xl-openai
2026-04-28 19:56:25 -07:00
committed by GitHub
parent e6db1a9442
commit 6f328d5e02
4 changed files with 53 additions and 29 deletions

View File

@@ -333,7 +333,7 @@ async fn turn_start_emits_thread_scoped_warning_notification_for_trimmed_skills(
assert_eq!(warning.thread_id.as_deref(), Some(thread.id.as_str()));
assert_eq!(
warning.message,
"Warning: Exceeded skills context budget of 2%. All skill descriptions were removed and 7 additional skills were not included in the model-visible skills list."
"Exceeded skills context budget of 2%. All skill descriptions were removed and 7 additional skills were not included in the model-visible skills list."
);
timeout(