( params: PartConstructorParams<ToolApprovalRequestPart> )
| 964 | * @since 4.0.0 |
| 965 | */ |
| 966 | export 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. |
nothing calls this directly
no test coverage detected