UNPKG

@arizeai/phoenix-client

Version:
8 lines (4 loc) 214 B
import type z from "zod"; import { toolCallPartSchema } from "./messagePartSchemas"; export const phoenixToolCallSchema = toolCallPartSchema; export type PhoenixToolCall = z.infer<typeof phoenixToolCallSchema>;