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

Function assistantMessage

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

Source from the content-addressed store, hash-verified

1136 * @category Constructors
1137 */
1138export const assistantMessage = (params: MessageConstructorParams<AssistantMessage>): AssistantMessage =>
1139 makeMessage("assistant", params)
1140
1141// =============================================================================
1142// Tool 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…