MCPcopy Index your code
hub / github.com/Effect-TS/effect / toolCallPart

Function toolCallPart

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

Source from the content-addressed store, hash-verified

591 * @category Constructors
592 */
593export const toolCallPart = (params: PartConstructorParams<ToolCallPart>): ToolCallPart => makePart("tool-call", params)
594
595// =============================================================================
596// Tool Result Part

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…