/** * This file was auto-generated by Fern from our API Definition. */ export type RoleType = "norole" | "system" | "assistant" | "user" | "function" | "tool"; export declare const RoleType: { readonly NoRole: "norole"; readonly SystemRole: "system"; readonly AssistantRole: "assistant"; readonly UserRole: "user"; readonly FunctionRole: "function"; readonly ToolRole: "tool"; };