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

Function filePart

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

Source from the content-addressed store, hash-verified

496 * @since 4.0.0
497 */
498export const filePart = (params: PartConstructorParams<FilePart>): FilePart => makePart("file", params as any)
499
500// =============================================================================
501// Tool Call Part

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected