opik
opik copied to clipboard
[OPIK-1538]: Improve error message when invalid thread_id for Langgraph
Details
Added parameter validation utilities and integrated with core classes.
Introduced Parameter and MethodParametersTypeValidator classes to enable standardized parameter validation with type checking. Implement and test helper functions for validation. Updated opik_tracer and other modules to integrate the new validation, ensuring robust input handling.
Issues
Resolves #2008
Testing
Implemented related unit tests