Skip to content
1 min read · 105 words

Interface: ArtifactRecommendations

Defined in: batteries/tools/web_retrieval/index.ts:71

The artifact-resolver recommendations a caller may supply so the glue names no concrete class itself. Each converter asks for the relevant key; if the caller omits it, content stays inline.

Properties

PropertyTypeDescriptionDefined in
json?ArtifactConstructorResolverRecommended for JSON content (SpooledJsonArtifact).batteries/tools/web_retrieval/index.ts:77
markdown?ArtifactConstructorResolverRecommended for markdown content (SpooledMarkdownArtifact).batteries/tools/web_retrieval/index.ts:75
text?ArtifactConstructorResolverRecommended for plain-text / HTML content (base SpooledArtifact).batteries/tools/web_retrieval/index.ts:73