Validates and builds an ArgumentEngine from a parsed LLM response.
ArgumentEngine
Override the protected map* hooks to inject custom fields into the entities created during the build phase.
map*
Protected
Readonly
Build an ArgumentEngine from a validated response.
Optional
If response.argument is null
response.argument
If any formula references an undeclared variable
If any formula contains nested implies/iff
If a variable references an undeclared claim miniId
If the conclusion premise miniId is unresolvable
Validate raw LLM output against the response schema.
Validates and builds an
ArgumentEnginefrom a parsed LLM response.Override the protected
map*hooks to inject custom fields into the entities created during the build phase.