OpenAIToolCall: z.infer<typeof openAIToolCallSchema>

The type of an OpenAI tool call

 {
id: "1",
function: {
name: "getCurrentWeather",
arguments: { "city": "San Francisco" }
}
}