Expand module contracts for references and normalizer LLM access
This commit is contained in:
@@ -41,6 +41,9 @@ func TestModuleSpecAndRegister(t *testing.T) {
|
||||
if chunker.Key() != Key {
|
||||
t.Fatalf("Key() = %q, want %q", chunker.Key(), Key)
|
||||
}
|
||||
if slots := chunker.ReferenceSlots(); len(slots) != 0 {
|
||||
t.Fatalf("ReferenceSlots() = %#v, want none", slots)
|
||||
}
|
||||
}
|
||||
|
||||
func TestChunkUsesDefaultsForSingleChunk(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user