UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

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