Latest (0.0.3, Jul 20, 2025)

Changelog

0.0.3 (Latest)
Jul 20, 2025
  • Now supports Structured Output e.g.
    List all countries bordering the US. Also give me their capital. Return the output in JSON format.
    You can supply the following as the JSON format.
    
    {
        "type": "array",
        "items": {
            "type": "object",
            "properties": {
                "country": {
                    "type": "string"
                },
                "capital": {
                    "type": "string"
                }
            },
            "required": ["country", "capital"]
        }
    }
    
  • General improvement
  • Bug fixes
0.0.2
Jun 11, 2025
  • General improvement
  • Bug fixes
0.0.1
May 24, 2025
This is the first release. See the home page for the list of features