File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1818use Symfony \AI \Platform \Message \UserMessage ;
1919use Symfony \AI \Platform \Result \TextResult ;
2020
21+ /**
22+ * @author Christopher Hertel <mail@christopher-hertel.de>
23+ */
2124final readonly class Chat implements ChatInterface
2225{
2326 public function __construct (
Original file line number Diff line number Diff line change 1313
1414use Symfony \AI \Platform \Message \MessageBag ;
1515
16+ /**
17+ * @author Christopher Hertel <mail@christopher-hertel.de>
18+ */
1619interface MessageStoreInterface
1720{
1821 public function save (MessageBag $ messages ): void ;
Original file line number Diff line number Diff line change 1616use Symfony \AI \Platform \Message \MessageBag ;
1717use Symfony \AI \Platform \Message \UserMessage ;
1818
19+ /**
20+ * @author Christopher Hertel <mail@christopher-hertel.de>
21+ */
1922interface ChatInterface
2023{
2124 public function initiate (MessageBag $ messages ): void ;
You can’t perform that action at this time.
0 commit comments