-
I'm running into an issue where if I attach a gif image as a file using the following method:
```
with open("image.gif", "rb") as file:
await bdk.messages().send_message(stream_id, Message(cont…
-
The following projects will be transferred from github.com/symphonyoss to github.com/finos
- [x] messageml-utils - Team: darlys (symphonydarlys), thibault (symphony-thibault) and youri (symphony-your…
-
Currently escape character is not supported and we are getting 400 error.
To support with, we have to add while messageML generate.
-
## Bug Report
```
{
"koreai": {
"type": "org.finos.symphony.toolkit.koreai.response.koreAIResponse",
"version": "1.0",
"response": { ...
},
"template": {
"type": "template",
…
-
Sometimes, we want to send responses that aren't templated. This currently isn't possible.
Maybe one implementation of Response should be `TemplatedResponse` or `ChatWorkflowResponse`?
-
Hi! I was wondering if it's possibile to add custom CSS styles to messageML tags. In my specific case, I need to color a portion of the text with a different color than the other portion, but I cannot…
-
Hi,
Can someone produce a Schema for checking MessageML/PresentationML? It appears that there is a lot of checking going on in the agent code, so perhaps this exists already and can be surfaced.
…
-
We're receiving snyk high vulnerability error, please release messageml-util latest version with this fix
```
Server-side Template Injection (SSTI) [High Severity]https://snyk.io/vuln/SNYK-JAVA-ORG…
-
How do you retrieve an attachment and forward it to another stream/room without saving its content to the disk?
Closes #120
-
I have tried to convert JSON to Excel via "json2xls" module and send as excel file.
sample code:
`var xls = json2xls(portfolios);
Symphony.sendMessageWithAttachment(
streamId,
…