NLP
Configures the full prompt for all LLM-based methods in a config. For information about configuring the full prompt, see Advanced LLM prompt configuration.
Parameters
The following parameters are available both on the config level and for each individual field through the method's parameters. Setting a parameter at the method level overrides it at the config level.
key | value | description |
---|---|---|
type (required) | nlp | |
nlpTable | object | Parameters: - rewriteTable - pageSpanThreshold - detectTableStructureOnly - annotateSuperscriptAndSubscript - (Deprecated) promptIntroduction For information about these parameters, see NLP Table. |
list | object | Parameters: - llmEngine For information about these parameters, see List. |
(Deprecated) query | object | For information about this deprecated parameter see Query. |
pageRange | For information about this parameter, see the reference topic for each LLM-based method. |
Updated 1 day ago