Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -54,7 +54,7 @@ class EndpointHandler:
|
|
| 54 |
},
|
| 55 |
{
|
| 56 |
"type": "text",
|
| 57 |
-
"text":
|
| 58 |
}
|
| 59 |
],
|
| 60 |
}
|
|
|
|
| 54 |
},
|
| 55 |
{
|
| 56 |
"type": "text",
|
| 57 |
+
"text": "Return content as markdown"
|
| 58 |
}
|
| 59 |
],
|
| 60 |
}
|