FormulaMonks / kurt

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

chore: interpolate example code in README.md for each package #40

Closed jemc closed 4 weeks ago

jemc commented 1 month ago

This script will modify the given files (all CLI arguments passed to the script are interpreted as filenames) to interpolate example code from files.

It looks for lines that look like this:

This example code shows how to do X.

And replaces those occurrences to look like this:

This example code shows how to do X.

// Contents of ../path/to/file.ts

This simple hack allows us to keep our code examples in separate files (which are runnable and testable in CI), while still including them inline in the documentation that gets published to npmjs.org for the packages.

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:

github-actions[bot] commented 1 week ago

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

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 week ago

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

The release is available on:

Your semantic-release bot :package::rocket: