pyright fix round 5 #612
ci.yml
on: pull_request
Annotations
10 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)
|
|
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:2c382337e1242f63b69a7b152f90c5de1bdcbf48ff714dec27679a104f695b4f
|
|
|
coverage-core-3.10
Expired
|
40.8 KB |
sha256:bcdb896a6190e71b3d8ad08e807426912e8f6766285e526eb7070565b8ff933f
|
|
|
coverage-core-3.11
Expired
|
40.8 KB |
sha256:5e1295c642b4e94b48465d4c59dcad78fb5c8ecccd1ea37d4f215bda2dfdbadc
|
|
|
coverage-core-3.12
Expired
|
40.8 KB |
sha256:f9fbda5c966c42a9fd0d41a58c013a0af85bebafff68237ea29f7412621afc55
|
|