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

Function toolApprovalRequestPart

packages/effect/src/unstable/ai/Prompt.ts:966–968  ·  view source on GitHub ↗
(
  params: PartConstructorParams<ToolApprovalRequestPart>
)

Source from the content-addressed store, hash-verified

964 * @since 4.0.0
965 */
966export const toolApprovalRequestPart = (
967 params: PartConstructorParams<ToolApprovalRequestPart>
968): ToolApprovalRequestPart => makePart("tool-approval-request", params as any)
969
970/**
971 * Schema for validation and encoding of content parts.

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected