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

Function systemMessage

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

Source from the content-addressed store, hash-verified

908 * @category Constructors
909 */
910export const systemMessage = (params: MessageConstructorParams<SystemMessage>): SystemMessage =>
911 makeMessage("system", params)
912
913// =============================================================================
914// User 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…