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

Function toolMessage

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

Source from the content-addressed store, hash-verified

1238 * @category Constructors
1239 */
1240export const toolMessage = (params: MessageConstructorParams<ToolMessage>): ToolMessage => makeMessage("tool", params)
1241
1242// =============================================================================
1243// 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…