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

Function toolResultPart

packages/effect/src/unstable/ai/Prompt.ts:740–741  ·  view source on GitHub ↗
(params: PartConstructorParams<ToolResultPart>)

Source from the content-addressed store, hash-verified

738 * @since 4.0.0
739 */
740export const toolResultPart = (params: PartConstructorParams<ToolResultPart>): ToolResultPart =>
741 makePart("tool-result", params as any)
742
743// =============================================================================
744// Tool Approval Response Part

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected