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
@@ -60,10 +62,12 @@ export async function handleRenderChart(rawArgs: unknown): Promise<{
60
62
}
61
63
62
64
constresult: RenderChartResult={
65
+
schema_version: CHART_SPEC_VERSION,
63
66
chart_id: id,
64
67
type: args.type,
68
+
artifact_kind: "chart_spec",
65
69
spec_path: specPath??"",
66
-
svg_path: specPath??"",
70
+
svg_path: "",
67
71
bytes: Buffer.byteLength(spec,"utf8"),
68
72
embed_instructions:
69
73
"Paste the READY_TO_PASTE block above verbatim into your reply where the chart should appear. Do not modify the JSON, add backslashes, escape non-ASCII characters, convert to ```svg, or inline an <img>.",
0 commit comments