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

Function textPart

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

Source from the content-addressed store, hash-verified

318 * @category Constructors
319 */
320export const textPart = (params: PartConstructorParams<TextPart>): TextPart => makePart("text", params)
321
322// =============================================================================
323// Reasoning 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…