Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/apps/admin/src/ai/topscout-rag/ingest-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export const BULK_TRACK_OPTIONS: InputSelectOption[] = [
export const BULK_TYPE_OPTIONS: InputSelectOption[] = [
{ label: 'Any type', value: '' },
{ label: 'Challenge', value: 'Challenge' },
{ label: 'First2Finish', value: 'First2Finish' },
{ label: 'Marathon Match', value: 'Marathon Match' },
{ label: 'Task', value: 'Task' },
{ label: 'First2Finish', value: 'F2F' },
{ label: 'Marathon Match', value: 'MM' },
{ label: 'Task', value: 'TSK' },
]

/** Mirrors the workflow's own default status set. */
Expand Down
Loading