MCPcopy
hub / github.com/Effect-TS/effect / pipe

Function pipe

packages/ai/ai/src/Prompt.ts:1431–1433  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1429const Proto = {
1430 [TypeId]: TypeId,
1431 pipe() {
1432 return pipeArguments(this, arguments)
1433 }
1434}
1435
1436const makePrompt = (content: ReadonlyArray<Message>): Prompt =>

Callers

nothing calls this directly

Calls 1

pipeArgumentsFunction · 0.90

Tested by

no test coverage detected