mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
refactor(schedule): derive marker section text type
This commit is contained in:
@@ -107,7 +107,6 @@ function validateReading(
|
||||
|| section === undefined
|
||||
|| Object.keys(section).length !== 2
|
||||
|| section.name !== SOURCE_NAME
|
||||
|| typeof section.text !== 'string'
|
||||
|| section.text !== blockText) {
|
||||
fail('time-context source must carry only the exact snapshot text, not request authority')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user