diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html
index 74cfd7e12..8c98707e0 100644
--- a/docs/_static/llama-stack-spec.html
+++ b/docs/_static/llama-stack-spec.html
@@ -6502,7 +6502,52 @@
"title": "FileResponse",
"description": "Response representing a file entry."
},
- "Model": {
+ "EqualityGrader": {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "const": "equality",
+ "default": "equality"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "type"
+ ],
+ "title": "EqualityGrader"
+ },
+ "FactualityGrader": {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "const": "factuality",
+ "default": "factuality"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "type"
+ ],
+ "title": "FactualityGrader"
+ },
+ "FaithfulnessGrader": {
+ "type": "object",
+ "properties": {
+ "type": {
+ "type": "string",
+ "const": "faithfulness",
+ "default": "faithfulness"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "type"
+ ],
+ "title": "FaithfulnessGrader"
+ },
+ "Grader": {
"type": "object",
"properties": {
"identifier": {
@@ -7854,31 +7899,6 @@
"title": "IterrowsResponse",
"description": "A paginated list of rows from a dataset."
},
- "Job": {
- "type": "object",
- "properties": {
- "job_id": {
- "type": "string"
- },
- "status": {
- "type": "string",
- "enum": [
- "completed",
- "in_progress",
- "failed",
- "scheduled",
- "cancelled"
- ],
- "title": "JobStatus"
- }
- },
- "additionalProperties": false,
- "required": [
- "job_id",
- "status"
- ],
- "title": "Job"
- },
"ListAgentSessionsResponse": {
"type": "object",
"properties": {
diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml
index c9f3c0cec..d00571a09 100644
--- a/docs/_static/llama-stack-spec.yaml
+++ b/docs/_static/llama-stack-spec.yaml
@@ -4563,7 +4563,40 @@ components:
- created_at
title: FileResponse
description: Response representing a file entry.
- Model:
+ EqualityGrader:
+ type: object
+ properties:
+ type:
+ type: string
+ const: equality
+ default: equality
+ additionalProperties: false
+ required:
+ - type
+ title: EqualityGrader
+ FactualityGrader:
+ type: object
+ properties:
+ type:
+ type: string
+ const: factuality
+ default: factuality
+ additionalProperties: false
+ required:
+ - type
+ title: FactualityGrader
+ FaithfulnessGrader:
+ type: object
+ properties:
+ type:
+ type: string
+ const: faithfulness
+ default: faithfulness
+ additionalProperties: false
+ required:
+ - type
+ title: FaithfulnessGrader
+ Grader:
type: object
properties:
identifier:
@@ -5433,25 +5466,6 @@ components:
- data
title: IterrowsResponse
description: A paginated list of rows from a dataset.
- Job:
- type: object
- properties:
- job_id:
- type: string
- status:
- type: string
- enum:
- - completed
- - in_progress
- - failed
- - scheduled
- - cancelled
- title: JobStatus
- additionalProperties: false
- required:
- - job_id
- - status
- title: Job
ListAgentSessionsResponse:
type: object
properties: