pyright fix round 5 (#144) #615
ci.yml
on: push
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:2e248f05a53560bfa6184a58dc36b37db672e20c2061337bba97a697005c2b49
|
|
|
coverage-core-3.10
Expired
|
40.8 KB |
sha256:1c955a1d9e6e28613017c68703b134ba5b47cd7abb2594fdae65ada4d3d5c89a
|
|
|
coverage-core-3.11
Expired
|
40.8 KB |
sha256:2d2e664f5309cdfd75fb5531feafbb398c12f3cad54693700fafcdd051ef3f57
|
|
|
coverage-core-3.12
Expired
|
40.8 KB |
sha256:c39b77c4a3a854d24fbfa982bff10fe30fbc78c907b54effe6c00ccf1e4d6ac0
|
|