vishnuprakaz opened a new issue, #814:
URL: https://github.com/apache/flink-agents/issues/814

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   The four schema-conversion helpers in 
`python/flink_agents/api/tools/utils.py`
     have no direct unit tests:
   
     - `create_schema_from_function`
     - `create_model_from_schema`
     - `create_model_from_java_tool_schema_str`
     - `create_java_tool_schema_str_from_model`
   
     They are used by the Java/Python cross-language tool bridge, but are only
     exercised incidentally today, so their conversion logic is effectively
     untested.
   
     ### Proposed fix
   
     add a `tests/` package under `api/tools/` with focused unit
     tests for each function (including a round-trip test for the inverse pair).
     Test-only change, no production code touched.
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to