php-llm / llm-chain

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

Add interface to final readonly chain for testability #144

Closed DZunke closed 1 week ago

DZunke commented 2 weeks ago

For simple mocks it would be cool to have the interface if the class is needed to be final and readonly as it is not a DTO but a service 😉

Tests are failing cause of https://github.com/php-llm/llm-chain/pull/143