autoinfra-ai / lingtual-embedded-chat

easy embedded chat widget
https://ligtual.com
3 stars 3 forks source link

Feat/chat update #9

Closed bhaktatejas922 closed 9 months ago

bhaktatejas922 commented 9 months ago

Summary by CodeRabbit

Release Notes:

coderabbitai[bot] commented 9 months ago

Walkthrough

This update introduces a GitHub Actions workflow for automated builds and commits, updates the Lingtual chat component in the HTML code with new API keys and suggested questions, and adds a new suggestion type to the ChatMessageType module.

Changes

File Summary
.github/workflows/build.yaml Added a GitHub Actions workflow for building and committing changes. Triggered on pushes to the main branch when there are changes in the 'src/' folder.
public/index.html Updated the flow_id, api_key, and suggested_questions attributes of the <lingtual-chat> component.
src/chatWidget/.../index.tsx
src/types/chatWidget/index.ts
Added a new type suggestion in the ChatMessageType module with properties: questionId (number) and text (string).

🐇💻

Code is hopping, changes are popping,

In the land of Git, there's no stopping.

With each push we grow, with each pull we know,

Our project's alive, watch it glow! 🌟

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.