Skip to content

Task

Task #16

Triggered via pull request January 7, 2025 03:16
@juftinjuftin
synchronize #11
task
Status Failure
Total duration 1m 4s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
lint: llm_term/utils.py#L80
Unexpected keyword argument "openai_api_key" for "ChatOpenAI" [call-arg]
lint: llm_term/utils.py#L80
Unexpected keyword argument "model_name" for "ChatOpenAI" [call-arg]
lint: llm_term/utils.py#L88
Unexpected keyword argument "anthropic_api_key" for "ChatAnthropic" [call-arg]
lint: llm_term/utils.py#L105
Unexpected keyword argument "mistral_api_key" for "ChatMistralAI" [call-arg]
lint: llm_term/utils.py#L105
Unexpected keyword argument "model" for "ChatMistralAI" [call-arg]
lint: llm_term/utils.py#L209
Item "str" of "BaseMessage | str" has no attribute "content" [union-attr]
lint: llm_term/utils.py#L209
Argument 1 to "Markdown" has incompatible type "str | list[str | dict[Any, Any]] | Any"; expected "str" [arg-type]
lint: llm_term/utils.py#L212
Incompatible types in assignment (expression has type "Iterator[BaseMessageChunk] | Iterator[str]", variable has type "BaseMessage | str") [assignment]
lint: llm_term/utils.py#L213
Argument "response" to "render_streamed_response" has incompatible type "BaseMessage | str"; expected "Iterator[BaseMessageChunk | str]" [arg-type]
lint: llm_term/utils.py#L241
Unsupported operand types for + ("str" and "list[str | dict[Any, Any]]") [operator]
lint
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636