YoseMat

Results 4 comments of YoseMat

@sydney-runkle Thank you for the example. Can we do the same in BeforeValidator? I love the Annotated + Validator pattern as it provides stronger reusability. But I couldn't access the...

@saurookadook Thank you for your suggestion. I love that example as it shows good reusability. As your workaround says, it might be good to have reference to the class to...

Same happened to me. It'd be great if someone can provide any sort of workaround.

Hi community members and maintainers. Thank you for your amazing work! I put a breakpoint [here](https://github.com/microsoft/graphrag/blob/main/graphrag/language_model/providers/fnllm/models.py#L284C5-L284C6) and observed that `response.output.raw_model.choices[0].model_extra["content_filter_results"]["sexual"]` is accidentally set to `{'filtered': True, 'severity': 'medium'}`. I believe...