Skip to content

Commit

Permalink
Merge pull request #106 from Cognigy/feature/83694-streaming-markdown…
Browse files Browse the repository at this point in the history
…-handling

Feature/83694 streaming markdown handling
  • Loading branch information
dshire authored Jan 28, 2025
2 parents 905edbc + 70a89bf commit 6c84e53
Show file tree
Hide file tree
Showing 19 changed files with 2,139 additions and 118 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actionsx/prettier@v2
- uses: actions/setup-node@v3
with:
# We should consider autofixing the issues at some point
args: --check .
node-version: "22"

- name: Install Dependencies
run: npm ci
- name: Run Prettier Check
run: npx prettier --check .
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

This repository contains reusable components Cognigy uses in various of their products in order to render chat-messages such as:

- text messages
- galleries
- quick replies
- buttons
- images
- text messages
- galleries
- quick replies
- buttons
- images

and much more. We aim to use these components in various products such as:

- Cognigy.AI - as part of our Interaction Panel
- Cognigy Insights - as part of the Transcript Explorer
- Cognigy Live Agent - in order to render the Chat history
- Webchat v3 - our new Webchat Widget
- Cognigy.AI - as part of our Interaction Panel
- Cognigy Insights - as part of the Transcript Explorer
- Cognigy Live Agent - in order to render the Chat history
- Webchat v3 - our new Webchat Widget

## Develop

Expand All @@ -25,7 +25,7 @@ and much more. We aim to use these components in various products such as:

### To test in local Webchat v3 build:

1. In /chat-components run `npm ci && npm run build && npm pack`
1. In /chat-components run `npm ci && npm pack`
2. In /Webchat folder run npm i with the correct relative path and file name, e.g. `npm i ../chat-components/cognigy-chat-components-0.36.1.tgz`

## Release
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
Loading

0 comments on commit 6c84e53

Please sign in to comment.