Skip to content

Commit d2f577d

Browse files
(chore): introduce unit tests and use readable-stream dependency (#150)
1 parent cb3d0c2 commit d2f577d

File tree

445 files changed

+7443
-4281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

445 files changed

+7443
-4281
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- name: Run tests
4747
run: yarn test
4848

49-
- name: Run eslint
50-
run: yarn lint
51-
5249
publish:
5350
needs: [compile, test]
5451
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

.mock/definition/empathic-voice/__package__.yml

+230-3
Large diffs are not rendered by default.

.mock/definition/empathic-voice/chatGroups.yml renamed to .mock/definition/empathic-voice/chat-groups.yml

+2
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,5 @@ service:
440440
0.022247314453125, "Tiredness": 0.0194549560546875,
441441
"Triumph": 0.04107666015625}
442442
metadata: ""
443+
source:
444+
openapi: ../empathic-voice-interface/stenographer-openapi.json

.mock/definition/empathic-voice/chat.yml

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ types:
129129
- root.ToolCallMessage
130130
- root.ToolResponseMessage
131131
- root.ToolErrorMessage
132+
source:
133+
openapi: ../empathic-voice-interface/assistant-asyncapi.json
132134
PublishEvent:
133135
discriminated: false
134136
union:
@@ -140,3 +142,5 @@ types:
140142
- root.ToolErrorMessage
141143
- root.PauseAssistantMessage
142144
- root.ResumeAssistantMessage
145+
source:
146+
openapi: ../empathic-voice-interface/assistant-asyncapi.json

.mock/definition/empathic-voice/chats.yml

+2
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,5 @@ service:
449449
config:
450450
id: 1b60e1a0-cc59-424a-8d2c-189d354db3f3
451451
version: 0
452+
source:
453+
openapi: ../empathic-voice-interface/stenographer-openapi.json

.mock/definition/empathic-voice/configs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -695,3 +695,5 @@ service:
695695
max_duration:
696696
enabled: true
697697
duration_secs: 1800
698+
source:
699+
openapi: ../empathic-voice-interface/stenographer-openapi.json

.mock/definition/empathic-voice/prompts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -443,3 +443,5 @@ service:
443443
technical jargon. Provide temperature, precipitation, wind
444444
conditions, and any weather alerts. Include helpful tips if
445445
severe weather is expected.</role>
446+
source:
447+
openapi: ../empathic-voice-interface/stenographer-openapi.json

.mock/definition/empathic-voice/tools.yml

+2
Original file line numberDiff line numberDiff line change
@@ -497,3 +497,5 @@ service:
497497
["celsius", "fahrenheit", "kelvin"], "description": "The
498498
temperature unit to use. Infer this from the users location." }
499499
}, "required": ["location", "format"] }
500+
source:
501+
openapi: ../empathic-voice-interface/stenographer-openapi.json

0 commit comments

Comments
 (0)