Skip to content

Commit 08706eb

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#676)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent dde8cd6 commit 08706eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26775,10 +26775,10 @@ paths:
2677526775
type: 'string'
2677626776
dimension_names:
2677726777
items:
26778-
description: 'Classifier dimension name (snake_case identifier). When exactly one name is provided, the response uses it as the column key; with multiple names or none, the response uses `clf_dimension_name`/`clf_dimension_value` columns.'
26778+
description: 'Classifier dimension name (snake_case identifier). Each name becomes its own column key in the response; providing two names cross-groups results by both dimensions. With no names, the response uses `clf_dimension_name`/`clf_dimension_value` columns (one row per dimension/value pair).'
2677926779
example: 'department'
2678026780
type: 'string'
26781-
maxItems: 10
26781+
maxItems: 2
2678226782
type: 'array'
2678326783
include_nulls:
2678426784
description: 'When true, also include generations that have no tag from this classifier. Defaults to false, which returns only classified generations.'

0 commit comments

Comments
 (0)