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

Function toolResultPart

packages/ai/ai/src/Prompt.ts:708–709  ·  view source on GitHub ↗
(params: PartConstructorParams<ToolResultPart>)

Source from the content-addressed store, hash-verified

706 * @category Constructors
707 */
708export const toolResultPart = (params: PartConstructorParams<ToolResultPart>): ToolResultPart =>
709 makePart("tool-result", params)
710
711// =============================================================================
712// Base Message

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…