UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

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