You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The telegram bot sends a markdown file directly to the chat from the agent kit, but we need to have styles the way telegram has it.
I got the issue. the problem is that, the prompt is generating markdown something like => ``` {output} ```
but the telegramifyMarkdown can't affect the text inside it because telegram take it as code block and there won't be any bold or italic in code block.
even if telegramifyMarkdown covernts # to ** it won't affect in code block. and there are certain things which doesn't work too. like the library doesn't convert [link](https://google.com) to telegram compatible link.
I think this(as shown in attached image) is the closest we can get markdown data. and for that we don't need to use telegramifyMarkdown.
@user-64bit i dont think this is what we want.
we gave that node package as an example, if you can, write the thing to improve the output's styles by writing a function yourself.
or maybe find a workaround using anything else.
Is your feature request related to a problem? Please describe.
The telegram bot sends a markdown file directly to the chat from the agent kit, but we need to have styles the way telegram has it.
Describe the solution you'd like
You can use this package
https://www.npmjs.com/package/telegramify-markdown
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: