General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Thanks for taking the time to contribute! 😃 🚀
Sign in to like and favorite skills
Thanks for taking the time to contribute! 😃 🚀
Please refer to our Contributing Guide for instructions on how to contribute.
A few steps to set up this repo locally.
Run the following at repo root to setup the yarn dependencies.
npm ci
Make sure
uv is installed for python packages managed by uv.
Generally, for setting up and testing an individual package, run the following from repo root.
npx nx run opentelemetry-instrumentation-openai:install npx nx run opentelemetry-instrumentation-openai:lint npx nx run opentelemetry-instrumentation-openai:test
Or you can run the following to automatically set up all affected packages.
npx nx affected -t install npx nx affected -t lint npx nx affected -t test
At the package directory, you can run
nx without specifying the package.
cd packages/opentelemetry-instrumentation-openai npx nx install npx nx lint npx nx test