Variable: jsonToYamlTool
ts
const jsonToYamlTool: Tool<SpooledYamlArtifact>;Defined in: src/batteries/artifacts/yaml/index.ts:593
Converter tool: JSON → YAML.
Remarks
Takes either inline JSON text or a reference to a SpooledJsonArtifact produced earlier in the turn. Converts to YAML and returns a fresh SpooledYamlArtifact} immediately queryable with YAML artifact tools.