weave.Markdown.
- Web App
- Python
- TypeScript
- HTTP API
To view a Call in the UI:
- Navigate to wandb.ai and select your project.
- In the Weave project sidebar, click Traces.
- Find the Call you want to view in the table.
- Click on the Call to open its details page.
Customize rendered traces with weave.Markdown
Use weave.Markdown to customize how your trace information is displayed without losing the original data. This allows you to render your inputs and outputs as readable blocks of formatted content while preserving the underlying data structure.
- Python
- Typescript
Use
postprocess_inputs and postprocess_output functions in your @weave.op decorator to format your trace data. The following code sample uses postprocessors to render a call in Weave with emojis and more readable formatting: