@veho/nabu-llm-chatbot-sdk
v1.3.2
Published
GraphQL SDK for Nabu LLM Chatbot
Maintainers
Keywords
Readme
Nabu LLM Chatbot SDK
The GraphQL SDK for calling Nabu.
Publishing
Whenever the graphql.schema file is updated, the pre-commit hook will re-generate the models and update the package patch version. Then after the commit is merged, a CircleCI job will publish the new version.
If you make a breaking change to the schema and need to update the major version, you can run this command before committing the changes:
pnpm version majorSimilarly, if you want to make a minor version update for something like a new API addition, run this command before committing the changes:
pnpm version minor