1. Introduction
  2. 1. Running tasks
  3. 2. Using Nolita as a server
  4. 3. Creating a new project
  5. Using Nolita
  6. 4. Using local models (experimental)
  7. 5. Use Nolita as a scraper
  8. Nolita projects
  9. 6. The folder structure
    1. 6.1. /agent
    2. 6.2. /app
    3. 6.3. /extensions
    4. 6.4. /server
  10. 7. Specifying types
  11. 8. Extending your application
  12. Classes
  13. 9. Agent
  14. 10. Agent Browser
  15. 11. Browser
  16. 12. Inventory
  17. 13. Logger
  18. 14. Nolita
  19. 15. Page
  20. Enumerations
  21. 16. Browser Mode
  22. Functions
  23. 17. Make Agent
  24. 18. Model Response Schema
  25. 19. Setup Server
  26. Type Aliases
  27. 20. Browser Action Schema Array
  28. 21. Browser Args
  29. 22. Collective Memory Config
  30. 23. Model Response Type
  31. 24. Objective Complete
  32. 25. Objective Failed
  33. Variables
  34. 26. Browser Action Schema Array
  35. 27. Browser Args
  36. 28. Collective Memory Config
  37. 29. Objective Complete
  38. 30. Objective Failed

Documentation - Nolita

Variable: ObjectiveComplete

const ObjectiveComplete: ZodObject<ObjectiveComplete>

Defined in

src/types/browser/actionStep.types.ts:32