- Issue created by @mindaugasd
New arguments feature ✨ Allow to pass variables to aiprompt programatically Active have very simple schema:
arguments:
type: sequence
label: 'Arguments'
sequence:
type: mapping
label: 'Argument'
mapping:
'*':
type: ignore
label: 'Arbitrary setting'
Would be nice to do the same for segments.
There is little benefit of having strict schema for prompt 'configuration entities' when the same for 'content entity' does not have a schema at all.
Benefits of not having a schema:
Active
1.0
Code