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

Function toolApprovalResponsePart

packages/effect/src/unstable/ai/Prompt.ts:862–864  ·  view source on GitHub ↗
(
  params: PartConstructorParams<ToolApprovalResponsePart>
)

Source from the content-addressed store, hash-verified

860 * @since 4.0.0
861 */
862export const toolApprovalResponsePart = (
863 params: PartConstructorParams<ToolApprovalResponsePart>
864): ToolApprovalResponsePart => makePart("tool-approval-response", params as any)
865
866// =============================================================================
867// Tool Approval Request Part

Callers

nothing calls this directly

Calls 1

makePartFunction · 0.70

Tested by

no test coverage detected