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

Function userMessage

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

Source from the content-addressed store, hash-verified

1016 * @category Constructors
1017 */
1018export const userMessage = (params: MessageConstructorParams<UserMessage>): UserMessage => makeMessage("user", params)
1019
1020// =============================================================================
1021// Assistant Message

Callers

nothing calls this directly

Calls 1

makeMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…