Justin Mack
Justin Mack
**Describe the Bug** I suspect that when calling check_crawl_status, the Rust SDK expects all of the metadata fields to be strings, even though sometimes they can be Vec. For example...
## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin24.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /Users/jm/code/3rd-party/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/jm/.zshrc:17 zsh:0 ) % git -C ~autocomplete log --oneline -n1...