feat: Make get context window much more efficient (#3292)
This commit is contained in:
@@ -237,7 +237,7 @@ def validate_context_window_overview(
|
||||
|
||||
# 16. Check attached file is visible
|
||||
if attached_file:
|
||||
assert attached_file.visible_content in overview.core_memory
|
||||
assert attached_file.visible_content in overview.core_memory, "File must be attached in core memory"
|
||||
assert '<file status="open"' in overview.core_memory
|
||||
assert "</file>" in overview.core_memory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user