namespace AIStudio.Assistants.BatchProcessing; /// /// The source of the instructions used to process each document of a batch run. /// public enum BatchProcessingPromptSource { FREE_PROMPT, POLICY, FILE_IMPORT, }