eslint/rules
Variables
| Variable | Description |
|---|---|
| artifactToolForbidsArtifactConstructor | ESLint rule: flags new ArtifactTool({ … }) that sets the forbidden artifactConstructor option. |
| noModelInToolHandler | ESLint rule: flags referencing the model or LLM adapter inside a tool handler. |
| requireValidatorAnyRequired | ESLint rule: flags a validator any() schema lacking an explicit required/optional/forbidden disposition. |
| thoughtPayloadRequiresReplayTag | ESLint rule: flags a Thought constructed with a payload but no replayCompatibility tag. |
| tokenEncodingRequiresContextWindow | ESLint rule: flags setting a tokenEncoding without also setting a contextWindow. |