Skip to content
1 min read · 96 words

eslint/rules

Variables

VariableDescription
artifactToolForbidsArtifactConstructorESLint rule: flags new ArtifactTool({ … }) that sets the forbidden artifactConstructor option.
noModelInToolHandlerESLint rule: flags referencing the model or LLM adapter inside a tool handler.
requireValidatorAnyRequiredESLint rule: flags a validator any() schema lacking an explicit required/optional/forbidden disposition.
thoughtPayloadRequiresReplayTagESLint rule: flags a Thought constructed with a payload but no replayCompatibility tag.
tokenEncodingRequiresContextWindowESLint rule: flags setting a tokenEncoding without also setting a contextWindow.