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

Function toolMessage

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

Source from the content-addressed store, hash-verified

1739 * @since 4.0.0
1740 */
1741export const toolMessage = (params: MessageConstructorParams<ToolMessage>): ToolMessage => makeMessage("tool", params)
1742
1743// =============================================================================
1744// Message

Callers

nothing calls this directly

Calls 1

makeMessageFunction · 0.85

Tested by

no test coverage detected