Tim Galvin
12/06/2023, 4:57 AMNate
12/06/2023, 5:25 AMIn [5]: await create_markdown_artifact(markdown="[img](<https://i.stack.imgur.com/OHJsh.png>)", key="foo")
Out[5]: UUID('8de9fb7b-3755-4fff-b03d-903ee5be990c')
which'll render as a markdown link you can follow to view, so you could store the images someplace convenient for viewing and just have the artifact link out to thereTim Galvin
12/06/2023, 9:06 AMNate
12/08/2023, 9:53 PMawait create_markdown_artifact(markdown="", key="foo")
all i had to do was add a !
to the front of my image link and ...Nate
12/08/2023, 9:55 PMTim Galvin
12/09/2023, 12:04 AMTim Galvin
12/09/2023, 12:04 AMNate
12/09/2023, 12:08 AM