Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Variable: ProjectTypes

ProjectTypes: object;
Defined in: src/types/project.types.ts

Type declaration

evaluate

readonly evaluate: "prompt_evaluation" = 'prompt_evaluation';

genAI

readonly genAI: "gen_ai" = 'gen_ai';

protect

readonly protect: "protect" = 'protect';