Skip to content

Commit

Permalink
run aidbox locally
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin committed Dec 28, 2023
1 parent e2a857a commit 6c469ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
.DS_Store
.env
pgdata
zen-packages
16 changes: 8 additions & 8 deletions aidbox-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,49 +134,49 @@ participants:

---
id: msg-1
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: john-smith, resourceType: User}
message: ' Good morning, doctor. Can I come in?'
---
id: msg-2
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: null, resourceType: User}
message: ' Good morning. How are you feeling today? You seem a bit under the weather.'
---
id: msg-3
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: john-smith, resourceType: User}
message: ' Indeed, doctor. I’ve been feeling unwell for a few days. I have a headache, a runny nose, and a sore throat.'
---
id: msg-4
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: null, resourceType: User}
message: ' I see. Let''s check your temperature and throat. Have you been in contact with anyone who is sick?'
---
id: msg-5
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: john-smith, resourceType: User}
message: ' Not that I’m aware of, doctor.'
---
id: msg-6
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: null, resourceType: User}
message: ' Well, it seems like you have a flu. It''s important that you rest, hydrate and take the prescribed medication. Also, avoid contact with others to prevent spreading the virus.'
---
id: msg-7
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: john-smith, resourceType: User}
message: ' I will do as you say, doctor. Thank you for your advice.'
---
id: msg-8
resourceType: Chat
resourceType: ChatMessage
chat: {id: chat-1, resourceType: Chat}
user: {id: null, resourceType: User}
message: ' You''re welcome. Get well soon.'
File renamed without changes.
File renamed without changes.

0 comments on commit 6c469ad

Please sign in to comment.