FormulaMonks / kurt

A wrapper for AI SDKs, for building LLM-agnostic structured AI applications in Typescript
MIT License
2 stars 0 forks source link

feat: add optional `metadata` to `KurtResult` type #44

Closed jemc closed 1 week ago

jemc commented 1 week ago

This metadata can give information like how many tokens were used (useful for cost tracking) and/or a system fingerprint (useful in conjunction with LLM providers that let you seed the pseudo-random number generator used during token sampling).

github-actions[bot] commented 1 week ago

:tada: This PR is included in version @formula-monks/kurt-v1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: