Support for structured output

Added support for structured output
This commit is contained in:
amithkoujalgi
2025-03-24 00:25:20 +05:30
parent e62a7511db
commit b9b18271a1
7 changed files with 1304 additions and 715 deletions

View File

@@ -209,6 +209,9 @@ pip install pre-commit
#### Setup dev environment
> **Note**
> If you're on Windows, install [Chocolatey Package Manager for Windows](https://chocolatey.org/install) and then install `make` by running `choco install make`. Just a little tip - run the command with administrator privileges if installation faiils.
```shell
make dev
```