Skip to content

Changing AgentState.response -> AgentState.messages #135

Changing AgentState.response -> AgentState.messages

Changing AgentState.response -> AgentState.messages #135

Triggered via push April 24, 2026 13:34
Status Failure
Total duration 22s
Artifacts

lint.yml

on: push
lint-stage
19s
lint-stage
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint-stage
Process completed with exit code 1.
lint-stage: tests/unit/ai/test_default_limits.py#L80
Unnecessary "# pyright: ignore" rule: "reportPrivateUsage" (reportUnnecessaryTypeIgnoreComment)
lint-stage: tests/unit/ai/test_default_limits.py#L79
"_limit" is protected and used outside of the class in which it is declared (reportPrivateUsage)
lint-stage: splunklib/ai/engines/langchain.py#L1655
Unnecessary "# pyright: ignore" rule: "reportPrivateUsage" (reportUnnecessaryTypeIgnoreComment)
lint-stage: splunklib/ai/engines/langchain.py#L1654
"_llm_type" is protected and used outside of the class in which it is declared (reportPrivateUsage)
lint-stage: splunklib/ai/engines/langchain.py#L1200
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType" (reportUnnecessaryTypeIgnoreComment)
lint-stage: splunklib/ai/engines/langchain.py#L1199
Argument type is partially unknown   Argument corresponds to parameter "object" in function "__new__"   Argument type is "str | list[str | dict[Unknown, Unknown]]" (reportUnknownArgumentType)
lint-stage: splunklib/ai/engines/langchain.py#L288
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType" (reportUnnecessaryTypeIgnoreComment)
lint-stage: splunklib/ai/engines/langchain.py#L287
Argument type is partially unknown   Argument corresponds to parameter "object" in function "__new__"   Argument type is "str | list[str | dict[Unknown, Unknown]]" (reportUnknownArgumentType)
lint-stage: splunklib/ai/engines/langchain.py#L284
Unnecessary "# pyright: ignore" rule: "reportUnknownArgumentType" (reportUnnecessaryTypeIgnoreComment)
lint-stage: splunklib/ai/engines/langchain.py#L283
Argument type is partially unknown   Argument corresponds to parameter "object" in function "__new__"   Argument type is "str | list[str | dict[Unknown, Unknown]]" (reportUnknownArgumentType)