NegativeDocs
The references or IDs of one or more documents whose content you want to use as an example of the type of content that the agent must not return (you cannot mix references and IDs). Separate multiple references or IDs with plus symbols (+). There must be no space before or after a plus symbol.
Alternatively, you can set the Mode
parameter to Token
and use the NegativeDocs
parameter to specify a state token to use to train agents.
NOTE: Use the Mode parameter to specify whether NegativeDocs
contains references, IDs, or a state token.
If you use document references that contain spaces or special characters, you must percent-encode these references twice to prevent the spaces from being treated as separators.
For example, encode the following document:
C:\Docs\Remote Connections to Secure Unix or Linux Machines.doc
as
C:\Docs\Remote%2520Connections%2520to%2520Secure%2520Unix%2520or%2520Linux%2520Machines.doc
Actions: | AgentRetrain |
Type: | String |
Default: | |
Example: | NegativeDocs=123456789+234567891+345678912
|
See Also: | Mode |