MCPcopy Create free account
hub / github.com/Effect-TS/effect / filePart

Function filePart

packages/ai/ai/src/Prompt.ts:492–492  ·  view source on GitHub ↗
(params: PartConstructorParams<FilePart>)

Source from the content-addressed store, hash-verified

490 * @category Constructors
491 */
492export const filePart = (params: PartConstructorParams<FilePart>): FilePart => makePart("file", params)
493
494// =============================================================================
495// Tool Call Part

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…