v1.83.1
π New in GenAIScript 1.83.1
We're excited to announce a new update to GenAIScript, making automation even more versatile!
β Enhanced Automation Capabilities
- API Integration: You can now automate tasks directly using our API! This new feature allows seamless integration of GenAIScript in your projects, alongside the existing CLI capabilities. Whether you're working on a CI/CD pipeline or need to run scripts programmatically, the API has you covered.
import { run } from "genaiscript/api"
const res = await run("tlaplus-linter", "*.tla")
Explore the API documentation to get started with this powerful new feature.
Happy scripting! π