pyright fix round 5 #613
ci.yml
on: pull_request
Annotations
13 errors and 3 warnings
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L588
No parameter named "type" (reportCallIssue)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L483
Cannot access attribute "get_initial_state_description" for class "ForkableResource"
Attribute "get_initial_state_description" is unknown (reportAttributeAccessIssue)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L473
Cannot access attribute "initialize" for class "ForkableResource"
Attribute "initialize" is unknown (reportAttributeAccessIssue)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L20
Type "type[openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCall]" is not assignable to declared type "type[eval_protocol.agent.orchestrator.ChatCompletionMessageToolCall]"
"openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCall" is not assignable to "eval_protocol.agent.orchestrator.ChatCompletionMessageToolCall"
Type "type[openai.types.chat.chat_completion_message_tool_call.ChatCompletionMessageToolCall]" is not assignable to type "type[eval_protocol.agent.orchestrator.ChatCompletionMessageToolCall]" (reportAssignmentType)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L18
Type "type[openai.types.chat.chat_completion_tool_param.ChatCompletionToolParam]" is not assignable to declared type "type[eval_protocol.agent.orchestrator.ChatCompletionToolParam]"
"openai.types.chat.chat_completion_tool_param.ChatCompletionToolParam" is not assignable to "eval_protocol.agent.orchestrator.ChatCompletionToolParam"
Type "type[openai.types.chat.chat_completion_tool_param.ChatCompletionToolParam]" is not assignable to type "type[eval_protocol.agent.orchestrator.ChatCompletionToolParam]" (reportAssignmentType)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L18
Type "type[openai.types.chat.chat_completion_message.ChatCompletionMessage]" is not assignable to declared type "type[eval_protocol.agent.orchestrator.ChatCompletionMessage]"
"openai.types.chat.chat_completion_message.ChatCompletionMessage" is not assignable to "eval_protocol.agent.orchestrator.ChatCompletionMessage"
Type "type[openai.types.chat.chat_completion_message.ChatCompletionMessage]" is not assignable to type "type[eval_protocol.agent.orchestrator.ChatCompletionMessage]" (reportAssignmentType)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L17
Type "type[openai._client.OpenAI]" is not assignable to declared type "type[eval_protocol.agent.orchestrator.OpenAI]"
"openai._client.OpenAI" is not assignable to "eval_protocol.agent.orchestrator.OpenAI"
Type "type[openai._client.OpenAI]" is not assignable to type "type[eval_protocol.agent.orchestrator.OpenAI]" (reportAssignmentType)
|
|
Lint & Type Check:
eval_protocol/agent/orchestrator.py#L17
Type "type[openai._client.AsyncOpenAI]" is not assignable to declared type "type[eval_protocol.agent.orchestrator.AsyncOpenAI]"
"openai._client.AsyncOpenAI" is not assignable to "eval_protocol.agent.orchestrator.AsyncOpenAI"
Type "type[openai._client.AsyncOpenAI]" is not assignable to type "type[eval_protocol.agent.orchestrator.AsyncOpenAI]" (reportAssignmentType)
|
|
Lint & Type Check:
eval_protocol/adapters/langfuse.py#L16
"Langfuse" is not exported from module "langfuse"
Import from "langfuse._client.client" instead (reportPrivateImportUsage)
|
|
Lint & Type Check:
eval_protocol/adapters/bigquery.py#L197
Except clause is unreachable because exception is already handled
"Exception" is a subclass of "Exception" (reportUnusedExcept)
|
|
Core Tests (Python 3.10)
Process completed with exit code 1.
|
|
Core Tests (Python 3.11)
Process completed with exit code 1.
|
|
Core Tests (Python 3.12)
Process completed with exit code 1.
|
|
Lint & Type Check:
eval_protocol/mcp/__init__.py#L49
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
|
Lint & Type Check:
eval_protocol/mcp/__init__.py#L49
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
|
MCP End-to-End Tests
No files were found with the provided path: coverage.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-batch-eval
Expired
|
33.7 KB |
sha256:57429d9ac482954e9765807f5b4a2b1cd7f13c5a5fce8b97470f6ef4edc92c0f
|
|