Generate and materialize canonical chunk plans
This commit is contained in:
@@ -341,7 +341,7 @@ func TestProductionLLMCallersShareScheduledClient(t *testing.T) {
|
||||
started.Done()
|
||||
chunker, err := scenes.New(client, scenes.Options{})
|
||||
if err == nil {
|
||||
_, err = chunker.Chunk(context.Background(), contracts.ChunkRequest{Source: doc})
|
||||
_, err = chunker.Plan(context.Background(), contracts.ChunkRequest{Source: doc})
|
||||
}
|
||||
errs <- err
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user