mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 08:35:15 -05:00
Running lint type checker (mypy) on the sdk tests can raise errors like: https://github.com/googleapis/genai-toolbox/actions/runs/12194679407/job/34018934437 because it's looking in the wrong place for type definitions. To fix this, we'll tell the type checker (mypy) to specifically include the toolbox_llamaindex_sdk module from our SDK source code when it's checking the tests. This will ensure it uses the correct type information and avoids these errors.