mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
16 lines
696 B
Plaintext
16 lines
696 B
Plaintext
---
|
|
title: "TournamentStats"
|
|
---
|
|
|
|
Placement distribution from tournament matches.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `first_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
|
|
| `fourth_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
|
|
| `second_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
|
|
| `third_place` | *Nullable[int]* | :heavy_check_mark: | N/A |
|
|
| `total` | *Nullable[int]* | :heavy_check_mark: | N/A | |