- Issue created by @spec0
PromptCodeBlockExtractor.php class has hard-coded regex to extract code blocks from ai inference responses.
Current allowed types are: yaml, json, html, twig. This can be limiting if we expect php code as a code block response.
Add a new array value for handling php code blocks.
Perhaps try to think of a more generic way to detect different code blocks outside of the php stack expectations.
None
None
None
Active
1.0
Code