php-llm / llm-chain

PHP library for building LLM-based features and applications.
MIT License
12 stars 3 forks source link

Extend parameter description pattern to stop for single line comment #145

Closed DZunke closed 6 days ago

DZunke commented 1 week ago

When utilizing single line comments the description of the argument in the toolbox contains */ of the closing comment. I have changed the regex to also have this supported. Also added new tests for the ParameterAnalyzer to check the parsing works as expected for different type of doc blocs.