> ## 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.

# GalileoMetrics

***

# Variable: GalileoMetrics

```ts theme={null}
const GalileoMetrics: object;
```

Defined in: [src/types/metrics.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/metrics.types.ts)

Galileo metrics as a const object.
Generated from OpenAPI schema to ensure type safety and completeness.

This object provides camelCase keys for better developer experience
while maintaining the snake\_case values required by the API.

Includes backward compatibility aliases for deprecated names.

## Type declaration

### actionAdvancement

```ts theme={null}
readonly actionAdvancement: "agentic_workflow_success" = 'agentic_workflow_success';
```

### actionAdvancementLuna

```ts theme={null}
readonly actionAdvancementLuna: "action_advancement_luna" = 'action_advancement_luna';
```

### actionCompletion

```ts theme={null}
readonly actionCompletion: "agentic_session_success" = 'agentic_session_success';
```

### actionCompletionLuna

```ts theme={null}
readonly actionCompletionLuna: "action_completion_luna" = 'action_completion_luna';
```

### agentEfficiency

```ts theme={null}
readonly agentEfficiency: "agent_efficiency" = 'agent_efficiency';
```

### agentFlow

```ts theme={null}
readonly agentFlow: "agent_flow" = 'agent_flow';
```

### agenticSessionSuccess

```ts theme={null}
readonly agenticSessionSuccess: "agentic_session_success" = 'agentic_session_success';
```

### agenticWorkflowSuccess

```ts theme={null}
readonly agenticWorkflowSuccess: "agentic_workflow_success" = 'agentic_workflow_success';
```

### bleu

```ts theme={null}
readonly bleu: "bleu" = 'bleu';
```

### chunkAttributionUtilization

```ts theme={null}
readonly chunkAttributionUtilization: "chunk_attribution_utilization" = 'chunk_attribution_utilization';
```

### chunkAttributionUtilizationLuna

```ts theme={null}
readonly chunkAttributionUtilizationLuna: "chunk_attribution_utilization_luna" = 'chunk_attribution_utilization_luna';
```

### completeness

```ts theme={null}
readonly completeness: "completeness" = 'completeness';
```

### completenessLuna

```ts theme={null}
readonly completenessLuna: "completeness_luna" = 'completeness_luna';
```

### contextAdherence

```ts theme={null}
readonly contextAdherence: "context_adherence" = 'context_adherence';
```

### contextAdherenceLuna

```ts theme={null}
readonly contextAdherenceLuna: "context_adherence_luna" = 'context_adherence_luna';
```

### contextRelevance

```ts theme={null}
readonly contextRelevance: "context_relevance" = 'context_relevance';
```

### conversationQuality

```ts theme={null}
readonly conversationQuality: "conversation_quality" = 'conversation_quality';
```

### correctness

```ts theme={null}
readonly correctness: "correctness" = 'correctness';
```

### groundTruthAdherence

```ts theme={null}
readonly groundTruthAdherence: "ground_truth_adherence" = 'ground_truth_adherence';
```

### inputPii

```ts theme={null}
readonly inputPii: "input_pii" = 'input_pii';
```

### inputPiiGpt

```ts theme={null}
readonly inputPiiGpt: "input_pii_gpt" = 'input_pii_gpt';
```

### inputSexism

```ts theme={null}
readonly inputSexism: "input_sexist" = 'input_sexist';
```

### inputSexismLuna

```ts theme={null}
readonly inputSexismLuna: "input_sexist_luna" = 'input_sexist_luna';
```

### inputSexist

```ts theme={null}
readonly inputSexist: "input_sexist" = 'input_sexist';
```

### inputSexistLuna

```ts theme={null}
readonly inputSexistLuna: "input_sexist_luna" = 'input_sexist_luna';
```

### inputTone

```ts theme={null}
readonly inputTone: "input_tone" = 'input_tone';
```

### inputToneGpt

```ts theme={null}
readonly inputToneGpt: "input_tone_gpt" = 'input_tone_gpt';
```

### inputToxicity

```ts theme={null}
readonly inputToxicity: "input_toxicity" = 'input_toxicity';
```

### inputToxicityLuna

```ts theme={null}
readonly inputToxicityLuna: "input_toxicity_luna" = 'input_toxicity_luna';
```

### instructionAdherence

```ts theme={null}
readonly instructionAdherence: "instruction_adherence" = 'instruction_adherence';
```

### outputPii

```ts theme={null}
readonly outputPii: "output_pii" = 'output_pii';
```

### outputPiiGpt

```ts theme={null}
readonly outputPiiGpt: "output_pii_gpt" = 'output_pii_gpt';
```

### outputSexism

```ts theme={null}
readonly outputSexism: "output_sexist" = 'output_sexist';
```

### outputSexismLuna

```ts theme={null}
readonly outputSexismLuna: "output_sexist_luna" = 'output_sexist_luna';
```

### outputSexist

```ts theme={null}
readonly outputSexist: "output_sexist" = 'output_sexist';
```

### outputSexistLuna

```ts theme={null}
readonly outputSexistLuna: "output_sexist_luna" = 'output_sexist_luna';
```

### outputTone

```ts theme={null}
readonly outputTone: "output_tone" = 'output_tone';
```

### outputToneGpt

```ts theme={null}
readonly outputToneGpt: "output_tone_gpt" = 'output_tone_gpt';
```

### outputToxicity

```ts theme={null}
readonly outputToxicity: "output_toxicity" = 'output_toxicity';
```

### outputToxicityLuna

```ts theme={null}
readonly outputToxicityLuna: "output_toxicity_luna" = 'output_toxicity_luna';
```

### promptInjection

```ts theme={null}
readonly promptInjection: "prompt_injection" = 'prompt_injection';
```

### promptInjectionLuna

```ts theme={null}
readonly promptInjectionLuna: "prompt_injection_luna" = 'prompt_injection_luna';
```

### promptPerplexity

```ts theme={null}
readonly promptPerplexity: "prompt_perplexity" = 'prompt_perplexity';
```

### rouge

```ts theme={null}
readonly rouge: "rouge" = 'rouge';
```

### toolErrorRate

```ts theme={null}
readonly toolErrorRate: "tool_error_rate" = 'tool_error_rate';
```

### toolErrorRateLuna

```ts theme={null}
readonly toolErrorRateLuna: "tool_error_rate_luna" = 'tool_error_rate_luna';
```

### toolSelectionQuality

```ts theme={null}
readonly toolSelectionQuality: "tool_selection_quality" = 'tool_selection_quality';
```

### toolSelectionQualityLuna

```ts theme={null}
readonly toolSelectionQualityLuna: "tool_selection_quality_luna" = 'tool_selection_quality_luna';
```

### uncertainty

```ts theme={null}
readonly uncertainty: "uncertainty" = 'uncertainty';
```

### userIntentChange

```ts theme={null}
readonly userIntentChange: "user_intent_change" = 'user_intent_change';
```

## Example

```typescript theme={null}
import { GalileoMetrics } from "galileo";

// Use const object values
const metrics = [GalileoMetrics.correctness, GalileoMetrics.completeness];
```
