Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How do I render Markdown in the UI?
Before saving, wrap your string with weave.Markdown(…), then use weave.publish(…) to store it. The object’s type det …
How do I render Python datetime values in the UI?
Use Python’s datetime.datetime with timezone information, and publish the object using weave.publish(…). Weave recogni …