Limit chat history to messages with the current participant (#209898)

* Limit chat history to messages with the current participant

* Fix build error

* Fix build for real
This commit is contained in:
Rob Lourens
2024-04-09 12:56:52 -03:00
committed by GitHub
parent 923c0a87ca
commit eb736c18c2
5 changed files with 40 additions and 12 deletions

View File

@@ -75,6 +75,12 @@
"description": "Hello"
}
]
},
{
"id": "api-test.participant2",
"name": "participant2",
"description": "test",
"commands": [ ]
}
],
"configuration": {