Tool call support (Llama 3.x, Functionary v3, Hermes 2 Pro, Mistral Nemo, generic) w/ lazy grammars & minimalist Jinja engine #715
Triggered via pull request
September 26, 2024 01:30
Status
Failure
Total duration
36m 14s
Artifacts
–
python-type-check.yml
on: pull_request
pyright type-check
1m 1s
Annotations
5 errors
pyright type-check:
examples/server/tests/features/steps/steps.py#L1143
No overloads for "create" match the provided arguments (reportCallIssue)
|
pyright type-check:
examples/server/tests/features/steps/steps.py#L1149
Argument of type "Unknown | None" cannot be assigned to parameter "tools" of type "Iterable[ChatCompletionToolParam] | NotGiven" in function "create" (reportArgumentType)
|
pyright type-check:
examples/server/tests/features/steps/steps.py#L1150
Argument of type "Unknown | None" cannot be assigned to parameter "tool_choice" of type "ChatCompletionToolChoiceOptionParam | NotGiven" in function "create" (reportArgumentType)
|
pyright type-check:
tests/update_jinja_goldens.py#L79
"now" is not a known attribute of module "datetime" (reportAttributeAccessIssue)
|
pyright type-check
4 errors
|