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

Function systemMessage

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

Source from the content-addressed store, hash-verified

1215 * @since 4.0.0
1216 */
1217export const systemMessage = (params: MessageConstructorParams<SystemMessage>): SystemMessage =>
1218 makeMessage("system", params)
1219
1220// =============================================================================
1221// User Message

Callers

nothing calls this directly

Calls 1

makeMessageFunction · 0.85

Tested by

no test coverage detected