feat(Judge): implementation of judge agent to validate code matches t… #1238
84.75% of diff hit (target 78.62%)
View this Pull Request on Codecov
84.75% of diff hit (target 78.62%)
Annotations
Check warning on line 18 in pandasai/agent/base_judge.py
codecov / codecov/patch
pandasai/agent/base_judge.py#L18
Added line #L18 was not covered by tests
Check warning on line 21 in pandasai/ee/agents/judge_agent/__init__.py
codecov / codecov/patch
pandasai/ee/agents/judge_agent/__init__.py#L20-L21
Added lines #L20 - L21 were not covered by tests
Check warning on line 23 in pandasai/ee/agents/judge_agent/__init__.py
codecov / codecov/patch
pandasai/ee/agents/judge_agent/__init__.py#L23
Added line #L23 was not covered by tests
Check warning on line 30 in pandasai/ee/agents/judge_agent/__init__.py
codecov / codecov/patch
pandasai/ee/agents/judge_agent/__init__.py#L29-L30
Added lines #L29 - L30 were not covered by tests
Check warning on line 34 in pandasai/ee/agents/judge_agent/pipeline/judge_pipeline.py
codecov / codecov/patch
pandasai/ee/agents/judge_agent/pipeline/judge_pipeline.py#L34
Added line #L34 was not covered by tests
Check warning on line 19 in pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py
codecov / codecov/patch
pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py#L18-L19
Added lines #L18 - L19 were not covered by tests
Check warning on line 35 in pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py
codecov / codecov/patch
pandasai/ee/agents/judge_agent/prompts/judge_agent_prompt.py#L31-L35
Added lines #L31 - L35 were not covered by tests
Check warning on line 108 in pandasai/pipelines/chat/generate_chat_pipeline.py
codecov / codecov/patch
pandasai/pipelines/chat/generate_chat_pipeline.py#L108
Added line #L108 was not covered by tests
Check warning on line 321 in pandasai/pipelines/chat/generate_chat_pipeline.py
codecov / codecov/patch
pandasai/pipelines/chat/generate_chat_pipeline.py#L321
Added line #L321 was not covered by tests
Check warning on line 328 in pandasai/pipelines/chat/generate_chat_pipeline.py
codecov / codecov/patch
pandasai/pipelines/chat/generate_chat_pipeline.py#L323-L328
Added lines #L323 - L328 were not covered by tests
Check warning on line 330 in pandasai/pipelines/chat/generate_chat_pipeline.py
codecov / codecov/patch
pandasai/pipelines/chat/generate_chat_pipeline.py#L330
Added line #L330 was not covered by tests
Check warning on line 181 in pandasai/pipelines/pipeline.py
codecov / codecov/patch
pandasai/pipelines/pipeline.py#L181
Added line #L181 was not covered by tests
Check warning on line 189 in pandasai/pipelines/pipeline.py
codecov / codecov/patch
pandasai/pipelines/pipeline.py#L189
Added line #L189 was not covered by tests