price_snapshot({JSON.stringify(args)})
${price?.toFixed(2)}
Day Change
Last Updated
{new Date(time).toLocaleTimeString()}
price_snapshot({JSON.stringify(args)})
{"snapshot" in resultObj && (
{resultObj.error}
)}Used tool: {toolName}
{argsText}
Result:
{typeof result === "string"
? result
: JSON.stringify(result, null, 2)}