Tool call support (Llama 3.x, Functionary v3, Hermes 2 Pro, Mistral Nemo, generic) w/ lazy grammars & minimalist Jinja engine #759
Triggered via pull request
September 28, 2024 18:11
Status
Failure
Total duration
1m 13s
Artifacts
–
python-type-check.yml
on: pull_request
pyright type-check
58s
Annotations
6 errors
pyright type-check:
examples/agent/fastify.py#L15
Import "fastapi" could not be resolved (reportMissingImports)
|
pyright type-check:
examples/agent/fastify.py#L15
Import "uvicorn" could not be resolved (reportMissingImports)
|
pyright type-check:
examples/agent/fastify.py#L17
Import "typer" could not be resolved (reportMissingImports)
|
pyright type-check:
examples/agent/run.py#L20
Import "typer" could not be resolved (reportMissingImports)
|
pyright type-check:
examples/agent/tools.py#L92
Import "IPython.core.interactiveshell" could not be resolved (reportMissingImports)
|
pyright type-check
5 errors
|