Skip to content
Snippets Groups Projects
Commit 0ce16e5b authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3446939 by Marcus_Johansson: Add base class for text to JSON field

parent ada139b3
No related branches found
No related tags found
No related merge requests found
Pipeline #171888 failed
...@@ -8,7 +8,7 @@ use Drupal\Core\Field\FieldDefinitionInterface; ...@@ -8,7 +8,7 @@ use Drupal\Core\Field\FieldDefinitionInterface;
/** /**
* This is a base class that can be used for LLMs json output. * This is a base class that can be used for LLMs json output.
*/ */
class ComplexTextChat extends SimpleTextChat { class TextToJsonField extends SimpleTextChat {
/** /**
* {@inheritDoc} * {@inheritDoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment