Skip to content

Conversation

@SibaRajendran
Copy link
Contributor

(cherry picked from commit 4d0fc2e)

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

(cherry picked from commit 4d0fc2e)
llm_response = await self.llm_inference_mapper.amap([formatted_message])
json_response = await self.json_mapper.amap(llm_response.content)
decision = await self.criteria_checker.amap(json_response)
if not isinstance(decision, bool):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dnt you want this check in evaluate as well ?

Siba Rajendran added 2 commits April 16, 2025 14:48
@SibaRajendran SibaRajendran merged commit 951d5d9 into labs-release Apr 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants