export type ChatCompletionFunctionCallOption = { /** * The name of the function to call. */ name: string; };