Skip to content

Variable: chartToolOutputSchema

const chartToolOutputSchema: ZodObject<{ chartId: ZodString; marker: ZodString; }, $strip>

Agent-facing result of either chart-producing tool.

marker is deliberately redundant with chartId: the host still keys the cache by id, while the model gets the exact opaque token to copy into prose and has no reason to invent or retype a UUID.