Quentin Churet
11/19/2024, 8:39 PMmarkdown_content = f"""
| Metric | Value |
|------------|----------------|
| Windspeed | {windspeed} m/s |
"""
create_markdown_artifact(
key="windspeed",
description="Windspeed Forecast",
markdown=markdown_content
)
Quentin Churet
11/19/2024, 8:39 PMQuentin Churet
11/19/2024, 8:39 PM