ai-automation-consultant / Failure Lab

Agent Deprecated API From Stale Training

The agent uses an obsolete SDK method that no longer exists in the installed version.

Category

agent-operations

Difficulty

advanced

Last Run

none

Incident Brief

Diagnose why the generated code compiles nowhere except the agent's memory.

Broken State

The agent used an API from old training data instead of checking installed docs/types.

Symptoms

  • TypeScript cannot find the generated SDK method.
  • The package changelog removed the method two major versions ago.

Trace

ts error TS2339: Property createCompletion does not exist
package.version=7.10.0 docs.checked=false

Diagnosis