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

Function assistantMessage

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

Source from the content-addressed store, hash-verified

1612 * @since 4.0.0
1613 */
1614export const assistantMessage = (params: MessageConstructorParams<AssistantMessage>): AssistantMessage =>
1615 makeMessage("assistant", params)
1616
1617// =============================================================================
1618// Tool Message

Callers

nothing calls this directly

Calls 1

makeMessageFunction · 0.85

Tested by

no test coverage detected