You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Hermes tool parser with test infrastructure
- Add HermesToolParser to __init__.py exports for proper module integration
- Update test configuration to support 'hermes' tool call parser option
- Add hermes parser support to infer_test_environment() and infer_test_model_repository()
- Enables testing hermes tool calling functionality via TEST_TOOL_CALL_PARSER=hermes
This allows the hermes parser to be tested alongside existing llama3 and mistral parsers
through the established OpenAI test suite infrastructure.
0 commit comments