validate_typescript_project

A tool to validate that a typescript project is valid. It will run the typescript compiler and feed the errors back to the LLM to fix.

Arguments

Returns

Example

- name: validate_typescript_project
  arguments:
    directory: 'src'
    max_context_depth: 3
    max_tries: 3

Last updated