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

Function textPart

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

Source from the content-addressed store, hash-verified

292 * @since 4.0.0
293 */
294export const textPart = (params: PartConstructorParams<TextPart>): TextPart => makePart("text", params as any)
295
296// =============================================================================
297// Reasoning Part

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected