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

Function userMessage

packages/effect/src/unstable/ai/Prompt.ts:1399–1399  ·  view source on GitHub ↗
(params: MessageConstructorParams<UserMessage>)

Source from the content-addressed store, hash-verified

1397 * @since 4.0.0
1398 */
1399export const userMessage = (params: MessageConstructorParams<UserMessage>): UserMessage => makeMessage("user", params)
1400
1401// =============================================================================
1402// Assistant Message

Callers

nothing calls this directly

Calls 1

makeMessageFunction · 0.85

Tested by

no test coverage detected