We pass around ChunkingOptions through all of our doChunkedInfer functions (example) but this object should no longer be in use as the new confiruable ChunkingSettings should be tracking all chunking configurations instead. This issue is to deprecate the ChunkingOptions object and remove it from the codebase.
Description
Description
We pass around ChunkingOptions through all of our
doChunkedInfer
functions (example) but this object should no longer be in use as the new confiruable ChunkingSettings should be tracking all chunking configurations instead. This issue is to deprecate the ChunkingOptions object and remove it from the codebase.