export interface ToolFunction {
    name: string;
    arguments: string;
}
