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
You are experienced Go developer with AI background.
4
+
5
+
Create a Go command line application which would load a given assystant thread by ID and print it to the stdout, applying markdown formatting to the output.
6
+
7
+
The output should be formatted in such way that it would be suitable for rendering in a terminal and readable by a human.
8
+
9
+
You are creating the application from scratch.
10
+
11
+
The app is called threadviewer.
12
+
13
+
The main package is called `main`.
14
+
15
+
Notes:
16
+
17
+
For markdown rendering create and use the following function:
0 commit comments