diff --git a/404.html b/404.html index 7c01ecb19c..7e32209b8c 100644 --- a/404.html +++ b/404.html @@ -6,13 +6,13 @@ Page Not Found | Open Assistant - - + +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

- - + + \ No newline at end of file diff --git a/api.html b/api.html index 4dfe839ac7..4a08338725 100644 --- a/api.html +++ b/api.html @@ -6,13 +6,13 @@ Request Task | Open Assistant - - + +
Skip to main content

Request Task

Create new task.

Request Body REQUIRED
type TaskRequestType

Possible values: [random, summarize_story, rate_summary, initial_prompt, prompter_reply, assistant_reply, rank_initial_prompts, rank_prompter_replies, rank_assistant_replies, label_initial_prompt, label_assistant_reply, label_prompter_reply]

An enumeration.

user object
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

collective Collective
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/auth-check.html b/api/auth-check.html index a6f9a280b0..e2812d5f9a 100644 --- a/api/auth-check.html +++ b/api/auth-check.html @@ -6,13 +6,13 @@ Auth Check | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/callback-debug.html b/api/callback-debug.html index 573fcff656..0690fee5e4 100644 --- a/api/callback-debug.html +++ b/api/callback-debug.html @@ -6,13 +6,13 @@ Callback Debug | Open Assistant - - + +
Skip to main content

Callback Debug

Login using a debug username, which the system will accept unconditionally.

Query Parameters
code Code REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/callback-discord.html b/api/callback-discord.html index c1f6a0f1a8..7efa6c109e 100644 --- a/api/callback-discord.html +++ b/api/callback-discord.html @@ -6,13 +6,13 @@ Callback Discord | Open Assistant - - + +
Skip to main content

Callback Discord

Callback Discord

Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
- - + + \ No newline at end of file diff --git a/api/callback-github.html b/api/callback-github.html index 4f7b7818c7..eee0749e88 100644 --- a/api/callback-github.html +++ b/api/callback-github.html @@ -6,13 +6,13 @@ Callback Github | Open Assistant - - + +
Skip to main content

Callback Github

Callback Github

Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
- - + + \ No newline at end of file diff --git a/api/callback-google.html b/api/callback-google.html index a629b6ad77..ab459824e4 100644 --- a/api/callback-google.html +++ b/api/callback-google.html @@ -6,13 +6,13 @@ Callback Google | Open Assistant - - + +
Skip to main content

Callback Google

Callback Google

Responses
200

Successful Response

Schema OPTIONAL
access_token object
access_token Access Token
token_type Token Type
refresh_token object
access_token Access Token
token_type Token Type
- - + + \ No newline at end of file diff --git a/api/check-user-auth.html b/api/check-user-auth.html index 212e25f70e..42c8e6862f 100644 --- a/api/check-user-auth.html +++ b/api/check-user-auth.html @@ -6,13 +6,13 @@ Check User Auth | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/close-collective-task.html b/api/close-collective-task.html index 200eca6480..3573650bbd 100644 --- a/api/close-collective-task.html +++ b/api/close-collective-task.html @@ -6,13 +6,13 @@ Close Collective Task | Open Assistant - - + +
Skip to main content

Close Collective Task

Close Collective Task

Request Body REQUIRED
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
type Type OPTIONAL

Possible values: [task_done]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/create-api-client.html b/api/create-api-client.html index 47d1e7960d..16760205a2 100644 --- a/api/create-api-client.html +++ b/api/create-api-client.html @@ -6,13 +6,13 @@ Create Api Client | Open Assistant - - + +
Skip to main content

Create Api Client

Create Api Client

Request Body REQUIRED
description Description REQUIRED
frontend_type Frontend Type REQUIRED
trusted Trusted
admin_email Admin Email
Responses
200

Successful Response

Schema OPTIONAL
string
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/create-assistant-message.html b/api/create-assistant-message.html index 46e3b6ba45..1b62b4d372 100644 --- a/api/create-assistant-message.html +++ b/api/create-assistant-message.html @@ -6,13 +6,13 @@ Create Assistant Message | Open Assistant - - + +
Skip to main content

Create Assistant Message

Allows the client to stream the results of a request.

Path Parameters
chat_id Chat Id REQUIRED
Request Body REQUIRED
parent_id Parent Id REQUIRED
model_config_name Model Config Name REQUIRED
sampling_parameters object
top_k Top K
top_p Top P
typical_p Typical P
temperature Temperature
repetition_penalty Repetition Penalty
max_new_tokens Max New Tokens
plugins object[]
url Url REQUIRED
enabled Enabled
plugin_config object
schema_version Schema Version REQUIRED
name_for_model Name For Model REQUIRED
name_for_human Name For Human REQUIRED
description_for_human Description For Human REQUIRED
description_for_model Description For Model REQUIRED
api object REQUIRED
type Type REQUIRED
url Url REQUIRED
has_user_authentication Has User Authentication
is_user_authenticated Is User Authenticated
auth object REQUIRED
type Type REQUIRED
logo_url Logo Url
contact_email Contact Email
legal_info_url Legal Info Url
endpoints object[]
path Path REQUIRED
type Type REQUIRED
summary Summary REQUIRED
operation_id Operation Id REQUIRED
url Url REQUIRED
params object[] REQUIRED
name Name REQUIRED
in_ In REQUIRED
description Description REQUIRED
required Required REQUIRED
schema_ Schema
payload object
trusted Trusted
used_plugin object
name Name
url Url
trusted Trusted
execution_details object REQUIRED
inner_monologue string[] REQUIRED
final_tool_output Final Tool Output REQUIRED
final_prompt Final Prompt REQUIRED
final_generation_assisted Final Generation Assisted REQUIRED
achieved_depth Achieved Depth
error_message Error Message
status Status REQUIRED

Possible values: [success, failure]

Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/create-chat.html b/api/create-chat.html index 66ffa3bd40..1a1bec0b37 100644 --- a/api/create-chat.html +++ b/api/create-chat.html @@ -6,13 +6,13 @@ Create Chat | Open Assistant - - + +
Skip to main content

Create Chat

Allows a client to create a new chat.

Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/create-frontend-user.html b/api/create-frontend-user.html index 9b9753a9c8..90a7b14d44 100644 --- a/api/create-frontend-user.html +++ b/api/create-frontend-user.html @@ -6,13 +6,13 @@ Create Frontend User | Open Assistant - - + +
Skip to main content

Create Frontend User

Create Frontend User

Request Body REQUIRED
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

show_on_leaderboard Show On Leaderboard
enabled Enabled
tos_acceptance Tos Acceptance
notes Notes
Responses
200

Successful Response

Schema OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/create-prompter-message.html b/api/create-prompter-message.html index 572c33858e..fbef346fb6 100644 --- a/api/create-prompter-message.html +++ b/api/create-prompter-message.html @@ -6,13 +6,13 @@ Create Prompter Message | Open Assistant - - + +
Skip to main content

Create Prompter Message

Adds a prompter message to a chat.

Path Parameters
chat_id Chat Id REQUIRED
Request Body REQUIRED
parent_id Parent Id
content Content REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/create-worker.html b/api/create-worker.html index ec3aad3958..c567db2309 100644 --- a/api/create-worker.html +++ b/api/create-worker.html @@ -6,13 +6,13 @@ Create Worker | Open Assistant - - + +
Skip to main content

Create Worker

Allows a client to register a worker.

Request Body REQUIRED
name Name REQUIRED
trusted Trusted
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/delete-chat.html b/api/delete-chat.html index f9485da407..d7a59c6da3 100644 --- a/api/delete-chat.html +++ b/api/delete-chat.html @@ -6,13 +6,13 @@ Delete Chat | Open Assistant - - + +
Skip to main content

Delete Chat

Delete Chat

Path Parameters
chat_id Chat Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/delete-user-1.html b/api/delete-user-1.html index db054cd94b..8ccafcf542 100644 --- a/api/delete-user-1.html +++ b/api/delete-user-1.html @@ -6,13 +6,13 @@ Delete User | Open Assistant - - + +
Skip to main content

Delete User

Delete User

Path Parameters
user_id User Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/delete-user.html b/api/delete-user.html index 51e87e8682..70fa8bb3dd 100644 --- a/api/delete-user.html +++ b/api/delete-user.html @@ -6,14 +6,14 @@ Delete User | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/delete-worker.html b/api/delete-worker.html index cb573e6ac1..54f9e62d49 100644 --- a/api/delete-worker.html +++ b/api/delete-worker.html @@ -6,13 +6,13 @@ Delete Worker | Open Assistant - - + +
Skip to main content

Delete Worker

Deletes a worker.

Path Parameters
worker_id Worker Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-available-auth-providers.html b/api/get-available-auth-providers.html index 758735db10..10d271a940 100644 --- a/api/get-available-auth-providers.html +++ b/api/get-available-auth-providers.html @@ -6,13 +6,13 @@ Get Available Auth Providers | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-backend-settings-full.html b/api/get-backend-settings-full.html index 160af43701..7dfaec7d23 100644 --- a/api/get-backend-settings-full.html +++ b/api/get-backend-settings-full.html @@ -6,13 +6,13 @@ Get Backend Settings Full | Open Assistant - - + +
Skip to main content

Get Backend Settings Full

Get Backend Settings Full

Responses
200

Successful Response

Schema OPTIONAL
PROJECT_NAME Project Name OPTIONAL
API_V1_STR Api V1 Str OPTIONAL
OFFICIAL_WEB_API_KEY Official Web Api Key OPTIONAL
AUTH_INFO binary OPTIONAL
AUTH_SALT binary OPTIONAL
AUTH_LENGTH Auth Length OPTIONAL
AUTH_SECRET binary OPTIONAL
AUTH_COOKIE_NAME Auth Cookie Name OPTIONAL
AUTH_ALGORITHM Auth Algorithm OPTIONAL
AUTH_ACCESS_TOKEN_EXPIRE_MINUTES Auth Access Token Expire Minutes OPTIONAL
AUTH_DISCORD_CLIENT_ID Auth Discord Client Id OPTIONAL
AUTH_DISCORD_CLIENT_SECRET Auth Discord Client Secret OPTIONAL
POSTGRES_HOST Postgres Host OPTIONAL
POSTGRES_PORT Postgres Port OPTIONAL
POSTGRES_USER Postgres User OPTIONAL
POSTGRES_PASSWORD Postgres Password OPTIONAL
POSTGRES_DB Postgres Db OPTIONAL
DATABASE_URI uri OPTIONAL

Possible values: 1 ≤ length ≤ 65536

DATABASE_MAX_TX_RETRY_COUNT Database Max Tx Retry Count OPTIONAL
RATE_LIMIT Rate Limit OPTIONAL
MESSAGE_SIZE_LIMIT Message Size Limit OPTIONAL
REDIS_HOST Redis Host OPTIONAL
REDIS_PORT Redis Port OPTIONAL
DEBUG_USE_SEED_DATA Debug Use Seed Data OPTIONAL
DEBUG_USE_SEED_DATA_PATH file-path OPTIONAL
DEBUG_ALLOW_SELF_LABELING Debug Allow Self Labeling OPTIONAL
DEBUG_ALLOW_SELF_RANKING Debug Allow Self Ranking OPTIONAL
DEBUG_ALLOW_DUPLICATE_TASKS Debug Allow Duplicate Tasks OPTIONAL
DEBUG_SKIP_EMBEDDING_COMPUTATION Debug Skip Embedding Computation OPTIONAL
DEBUG_SKIP_TOXICITY_CALCULATION Debug Skip Toxicity Calculation OPTIONAL
DEBUG_DATABASE_ECHO Debug Database Echo OPTIONAL
DEBUG_IGNORE_TOS_ACCEPTANCE Debug Ignore Tos Acceptance OPTIONAL
DUPLICATE_MESSAGE_FILTER_WINDOW_MINUTES Duplicate Message Filter Window Minutes OPTIONAL
HUGGING_FACE_API_KEY Hugging Face Api Key OPTIONAL
ROOT_TOKENS string[] OPTIONAL
ENABLE_PROM_METRICS Enable Prom Metrics OPTIONAL
BACKEND_CORS_ORIGINS_CSV Backend Cors Origins Csv OPTIONAL
BACKEND_CORS_ORIGINS uri[] OPTIONAL

Possible values: 1 ≤ length ≤ 65536

UPDATE_ALEMBIC Update Alembic OPTIONAL
tree_manager object OPTIONAL

TreeManager configuration settings

max_active_trees Max Active Trees OPTIONAL
max_initial_prompt_review Max Initial Prompt Review OPTIONAL
max_tree_depth Max Tree Depth OPTIONAL
max_children_count Max Children Count OPTIONAL
num_prompter_replies Num Prompter Replies OPTIONAL
goal_tree_size Goal Tree Size OPTIONAL
random_goal_tree_size Random Goal Tree Size OPTIONAL
min_goal_tree_size Min Goal Tree Size OPTIONAL
num_reviews_initial_prompt Num Reviews Initial Prompt OPTIONAL
num_reviews_reply Num Reviews Reply OPTIONAL
auto_mod_enabled Auto Mod Enabled OPTIONAL
auto_mod_max_skip_reply Auto Mod Max Skip Reply OPTIONAL
auto_mod_red_flags Auto Mod Red Flags OPTIONAL
p_full_labeling_review_prompt P Full Labeling Review Prompt OPTIONAL
p_full_labeling_review_reply_assistant P Full Labeling Review Reply Assistant OPTIONAL
p_full_labeling_review_reply_prompter P Full Labeling Review Reply Prompter OPTIONAL
acceptance_threshold_initial_prompt Acceptance Threshold Initial Prompt OPTIONAL
acceptance_threshold_reply Acceptance Threshold Reply OPTIONAL
num_required_rankings Num Required Rankings OPTIONAL
p_activate_backlog_tree P Activate Backlog Tree OPTIONAL
min_active_rankings_per_lang Min Active Rankings Per Lang OPTIONAL
labels_initial_prompt TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

labels_assistant_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

labels_prompter_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

mandatory_labels_initial_prompt TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

mandatory_labels_assistant_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

mandatory_labels_prompter_reply TextLabel[] OPTIONAL

Possible values: [spam, fails_task, lang_mismatch, pii, not_appropriate, hate_speech, sexual_content, moral_judgement, political_content, quality, toxicity, humor, helpfulness, creativity, violence]

rank_prompter_replies Rank Prompter Replies OPTIONAL
lonely_children_count Lonely Children Count OPTIONAL
p_lonely_child_extension P Lonely Child Extension OPTIONAL
recent_tasks_span_sec Recent Tasks Span Sec OPTIONAL
max_pending_tasks_per_user Max Pending Tasks Per User OPTIONAL
max_prompt_lottery_waiting Max Prompt Lottery Waiting OPTIONAL
init_prompt_disabled_langs Init Prompt Disabled Langs OPTIONAL
USER_STATS_INTERVAL_DAY User Stats Interval Day OPTIONAL
USER_STATS_INTERVAL_WEEK User Stats Interval Week OPTIONAL
USER_STATS_INTERVAL_MONTH User Stats Interval Month OPTIONAL
USER_STATS_INTERVAL_TOTAL User Stats Interval Total OPTIONAL
USER_STREAK_UPDATE_INTERVAL User Streak Update Interval OPTIONAL
CACHED_STATS_UPDATE_INTERVAL Cached Stats Update Interval OPTIONAL
RATE_LIMIT_TASK_USER_TIMES Rate Limit Task User Times OPTIONAL
RATE_LIMIT_TASK_USER_MINUTES Rate Limit Task User Minutes OPTIONAL
RATE_LIMIT_TASK_API_TIMES Rate Limit Task Api Times OPTIONAL
RATE_LIMIT_TASK_API_MINUTES Rate Limit Task Api Minutes OPTIONAL
RATE_LIMIT_ASSISTANT_USER_TIMES Rate Limit Assistant User Times OPTIONAL
RATE_LIMIT_ASSISTANT_USER_MINUTES Rate Limit Assistant User Minutes OPTIONAL
RATE_LIMIT_PROMPTER_USER_TIMES Rate Limit Prompter User Times OPTIONAL
RATE_LIMIT_PROMPTER_USER_MINUTES Rate Limit Prompter User Minutes OPTIONAL
TASK_VALIDITY_MINUTES Task Validity Minutes OPTIONAL
DATABASE_POOL_SIZE Database Pool Size OPTIONAL
DATABASE_MAX_OVERFLOW Database Max Overflow OPTIONAL
- - + + \ No newline at end of file diff --git a/api/get-backend-settings-public.html b/api/get-backend-settings-public.html index 85cdd249d6..2f2ab638dc 100644 --- a/api/get-backend-settings-public.html +++ b/api/get-backend-settings-public.html @@ -6,13 +6,13 @@ Get Backend Settings Public | Open Assistant - - + +
Skip to main content

Get Backend Settings Public

Get Backend Settings Public

Responses
200

Successful Response

Schema OPTIONAL
PROJECT_NAME Project Name
API_V1_STR Api V1 Str
MESSAGE_SIZE_LIMIT Message Size Limit
DEBUG_USE_SEED_DATA Debug Use Seed Data
DEBUG_ALLOW_SELF_LABELING Debug Allow Self Labeling
DEBUG_SKIP_EMBEDDING_COMPUTATION Debug Skip Embedding Computation
DEBUG_SKIP_TOXICITY_CALCULATION Debug Skip Toxicity Calculation
DEBUG_DATABASE_ECHO Debug Database Echo
USER_STATS_INTERVAL_DAY User Stats Interval Day
USER_STATS_INTERVAL_WEEK User Stats Interval Week
USER_STATS_INTERVAL_MONTH User Stats Interval Month
USER_STATS_INTERVAL_TOTAL User Stats Interval Total
- - + + \ No newline at end of file diff --git a/api/get-builtin-plugins.html b/api/get-builtin-plugins.html index 3d3aa4907e..a731449e9a 100644 --- a/api/get-builtin-plugins.html +++ b/api/get-builtin-plugins.html @@ -6,13 +6,13 @@ Get Builtin Plugins | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-cached-stats-all.html b/api/get-cached-stats-all.html index fe42a93a6e..6279c4d6bf 100644 --- a/api/get-cached-stats-all.html +++ b/api/get-cached-stats-all.html @@ -6,13 +6,13 @@ Get Cached Stats All | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-cached-stats.html b/api/get-cached-stats.html index 77978e9cc5..64cb2a2b84 100644 --- a/api/get-cached-stats.html +++ b/api/get-cached-stats.html @@ -6,13 +6,13 @@ Get Cached Stats | Open Assistant - - + +
Skip to main content

Get Cached Stats

Get Cached Stats

Path Parameters
name CachedStatsName REQUIRED

Possible values: [human_messages_by_lang, human_messages_by_role, message_trees_by_state, message_trees_states_by_lang, users_accepted_tos]

An enumeration.

Responses
200

Successful Response

Schema OPTIONAL
name Name
last_updated date-time
stats Stats
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-chat.html b/api/get-chat.html index 5ea2a00fb3..101e8652b7 100644 --- a/api/get-chat.html +++ b/api/get-chat.html @@ -6,13 +6,13 @@ Get Chat | Open Assistant - - + +
Skip to main content

Get Chat

Allows a client to get the current state of a chat.

Path Parameters
chat_id Chat Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-children-by-frontend-id.html b/api/get-children-by-frontend-id.html index 077f45514b..33889a8bf6 100644 --- a/api/get-children-by-frontend-id.html +++ b/api/get-children-by-frontend-id.html @@ -6,13 +6,13 @@ Get Children By Frontend Id | Open Assistant - - + +
Skip to main content

Get Children By Frontend Id

Get all messages belonging to the same message tree.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-children.html b/api/get-children.html index e37b7914f7..998bc37996 100644 --- a/api/get-children.html +++ b/api/get-children.html @@ -6,13 +6,13 @@ Get Children | Open Assistant - - + +
Skip to main content

Get Children

Get all messages belonging to the same message tree.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-conv-by-frontend-id.html b/api/get-conv-by-frontend-id.html index 8c04a0e75f..8731f6eb42 100644 --- a/api/get-conv-by-frontend-id.html +++ b/api/get-conv-by-frontend-id.html @@ -6,13 +6,13 @@ Get Conv By Frontend Id | Open Assistant - - + +
Skip to main content

Get Conv By Frontend Id

Get a conversation from the tree root and up to the message with given frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-conv.html b/api/get-conv.html index 2aa43c5710..d3ff388de5 100644 --- a/api/get-conv.html +++ b/api/get-conv.html @@ -6,13 +6,13 @@ Get Conv | Open Assistant - - + +
Skip to main content

Get Conv

Get a conversation from the tree root and up to the message with given internal ID.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-descendants-by-frontend-id.html b/api/get-descendants-by-frontend-id.html index c6acae9177..819df04f7a 100644 --- a/api/get-descendants-by-frontend-id.html +++ b/api/get-descendants-by-frontend-id.html @@ -6,14 +6,14 @@ Get Descendants By Frontend Id | Open Assistant - - + +
Skip to main content

Get Descendants By Frontend Id

Get a subtree which starts with this message. The message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-descendants.html b/api/get-descendants.html index 41b94f93e9..3b60b69907 100644 --- a/api/get-descendants.html +++ b/api/get-descendants.html @@ -6,13 +6,13 @@ Get Descendants | Open Assistant - - + +
Skip to main content

Get Descendants

Get a subtree which starts with this message.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-flagged-messages.html b/api/get-flagged-messages.html index 2c4db59bd4..5deaa3e6e1 100644 --- a/api/get-flagged-messages.html +++ b/api/get-flagged-messages.html @@ -6,13 +6,13 @@ Get Flagged Messages | Open Assistant - - + +
Skip to main content

Get Flagged Messages

Get Flagged Messages

Query Parameters
max_count Max Count REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
object[]
message_id uuid
processed Processed
created_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-leaderboard.html b/api/get-leaderboard.html index 16922234bd..43785a1ba0 100644 --- a/api/get-leaderboard.html +++ b/api/get-leaderboard.html @@ -6,13 +6,13 @@ Get Leaderboard | Open Assistant - - + +
Skip to main content

Get Leaderboard

Get Leaderboard

Path Parameters
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Query Parameters
max_count Max Count

Possible values: 0 < value ≤ 10000

Responses
200

Successful Response

Schema OPTIONAL
time_frame Time Frame
last_updated date-time
leaderboard object[]
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
leader_score Leader Score OPTIONAL
level Level OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
prompts Prompts OPTIONAL
replies_assistant Replies Assistant OPTIONAL
replies_prompter Replies Prompter OPTIONAL
labels_simple Labels Simple OPTIONAL
labels_full Labels Full OPTIONAL
rankings_total Rankings Total OPTIONAL
rankings_good Rankings Good OPTIONAL
accepted_prompts Accepted Prompts OPTIONAL
accepted_replies_assistant Accepted Replies Assistant OPTIONAL
accepted_replies_prompter Accepted Replies Prompter OPTIONAL
reply_ranked_1 Reply Ranked 1 OPTIONAL
reply_ranked_2 Reply Ranked 2 OPTIONAL
reply_ranked_3 Reply Ranked 3 OPTIONAL
streak_last_day_date date-time OPTIONAL
streak_days Streak Days OPTIONAL
last_activity_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-longest-conv-by-frontend-id.html b/api/get-longest-conv-by-frontend-id.html index 1f274da0c2..371fea1f34 100644 --- a/api/get-longest-conv-by-frontend-id.html +++ b/api/get-longest-conv-by-frontend-id.html @@ -6,14 +6,14 @@ Get Longest Conv By Frontend Id | Open Assistant - - + +
Skip to main content

Get Longest Conv By Frontend Id

Get the longest conversation from the tree of the message. The message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-longest-conv.html b/api/get-longest-conv.html index f7b4c443c7..807b8119b4 100644 --- a/api/get-longest-conv.html +++ b/api/get-longest-conv.html @@ -6,13 +6,13 @@ Get Longest Conv | Open Assistant - - + +
Skip to main content

Get Longest Conv

Get the longest conversation from the tree of the message.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-max-children-by-frontend-id.html b/api/get-max-children-by-frontend-id.html index eb4e4e6723..792bf2ce64 100644 --- a/api/get-max-children-by-frontend-id.html +++ b/api/get-max-children-by-frontend-id.html @@ -6,14 +6,14 @@ Get Max Children By Frontend Id | Open Assistant - - + +
Skip to main content

Get Max Children By Frontend Id

Get message with the most children from the tree of the provided message. The message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-max-children.html b/api/get-max-children.html index f638486436..7cf4eaae10 100644 --- a/api/get-max-children.html +++ b/api/get-max-children.html @@ -6,13 +6,13 @@ Get Max Children | Open Assistant - - + +
Skip to main content

Get Max Children

Get message with the most children from the tree of the provided message.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-message-1.html b/api/get-message-1.html index 0d3fadd93f..808e0a1a99 100644 --- a/api/get-message-1.html +++ b/api/get-message-1.html @@ -6,13 +6,13 @@ Get Message | Open Assistant - - + +
Skip to main content

Get Message

Get Message

Path Parameters
chat_id Chat Id REQUIRED
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-message-by-frontend-id.html b/api/get-message-by-frontend-id.html index 544648f067..a46752b1cf 100644 --- a/api/get-message-by-frontend-id.html +++ b/api/get-message-by-frontend-id.html @@ -6,13 +6,13 @@ Get Message By Frontend Id | Open Assistant - - + +
Skip to main content

Get Message By Frontend Id

Get a message by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-message-stats.html b/api/get-message-stats.html index 001f9d1c7b..4d1f28b492 100644 --- a/api/get-message-stats.html +++ b/api/get-message-stats.html @@ -6,13 +6,13 @@ Get Message Stats | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-message-tree-state.html b/api/get-message-tree-state.html index cd472747b3..eda06a5b7f 100644 --- a/api/get-message-tree-state.html +++ b/api/get-message-tree-state.html @@ -6,13 +6,13 @@ Get Message Tree State | Open Assistant - - + +
Skip to main content

Get Message Tree State

Get Message Tree State

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_tree_id uuid
state State

Possible values: [initial_prompt_review, growing, ranking, ready_for_scoring, ready_for_export, scoring_failed, aborted_low_grade, halted_by_moderator, backlog_ranking, prompt_lottery_waiting]

States of the Open-Assistant message tree state machine.

goal_tree_size Goal Tree Size
max_depth Max Depth
max_children_count Max Children Count
active Active
origin Origin OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-message.html b/api/get-message.html index ba963d830a..d1db25da96 100644 --- a/api/get-message.html +++ b/api/get-message.html @@ -6,13 +6,13 @@ Get Message | Open Assistant - - + +
Skip to main content

Get Message

Get a message by its internal ID.

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-messages-cursor.html b/api/get-messages-cursor.html index 4a8f114c87..291eebba9c 100644 --- a/api/get-messages-cursor.html +++ b/api/get-messages-cursor.html @@ -6,13 +6,13 @@ Get Messages Cursor | Open Assistant - - + +
Skip to main content

Get Messages Cursor

Get Messages Cursor

Query Parameters
before Before
after After
user_id uuid
auth_method Auth Method
username Username
api_client_id Api Client Id
only_roots Only Roots
include_deleted Include Deleted
max_count Max Count

Possible values: 0 < value ≤ 1000

desc Desc
lang Lang
include_user Include User
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-model-configs.html b/api/get-model-configs.html index 870c639f3f..2f54b5ea21 100644 --- a/api/get-model-configs.html +++ b/api/get-model-configs.html @@ -6,13 +6,13 @@ Get Model Configs | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-plugin-config.html b/api/get-plugin-config.html index 5083021798..debb9339b4 100644 --- a/api/get-plugin-config.html +++ b/api/get-plugin-config.html @@ -6,13 +6,13 @@ Get Plugin Config | Open Assistant - - + +
Skip to main content

Get Plugin Config

Get Plugin Config

Request Body REQUIRED
url Url REQUIRED
enabled Enabled
plugin_config object
schema_version Schema Version REQUIRED
name_for_model Name For Model REQUIRED
name_for_human Name For Human REQUIRED
description_for_human Description For Human REQUIRED
description_for_model Description For Model REQUIRED
api object REQUIRED
type Type REQUIRED
url Url REQUIRED
has_user_authentication Has User Authentication
is_user_authenticated Is User Authenticated
auth object REQUIRED
type Type REQUIRED
logo_url Logo Url
contact_email Contact Email
legal_info_url Legal Info Url
endpoints object[]
path Path REQUIRED
type Type REQUIRED
summary Summary REQUIRED
operation_id Operation Id REQUIRED
url Url REQUIRED
params object[] REQUIRED
name Name REQUIRED
in_ In REQUIRED
description Description REQUIRED
required Required REQUIRED
schema_ Schema
payload object
trusted Trusted
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-report-lables.html b/api/get-report-lables.html index 845265ec78..41eaf0a9c1 100644 --- a/api/get-report-lables.html +++ b/api/get-report-lables.html @@ -6,13 +6,13 @@ Get Report Lables | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-text-toxicity.html b/api/get-text-toxicity.html index f978617d9f..4c4f367f80 100644 --- a/api/get-text-toxicity.html +++ b/api/get-text-toxicity.html @@ -6,8 +6,8 @@ Get Text Toxicity | Open Assistant - - + +
@@ -16,7 +16,7 @@ api_client (ApiClient, optional): authentication of the user of the request. Defaults to Depends(deps.get_trusted_api_client).

Returns: ToxicityClassification: the score of toxicity of the message.

Query Parameters
msg Msg REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-tree-by-frontend-id.html b/api/get-tree-by-frontend-id.html index 70475e7232..66469119a4 100644 --- a/api/get-tree-by-frontend-id.html +++ b/api/get-tree-by-frontend-id.html @@ -6,14 +6,14 @@ Get Tree By Frontend Id | Open Assistant - - + +
Skip to main content

Get Tree By Frontend Id

Get all messages belonging to the same message tree. Message is identified by its frontend ID.

Path Parameters
message_id Message Id REQUIRED
Query Parameters
include_spam Include Spam
include_deleted Include Deleted
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-tree-manager-message-counts.html b/api/get-tree-manager-message-counts.html index 761bd14306..fdd473eba4 100644 --- a/api/get-tree-manager-message-counts.html +++ b/api/get-tree-manager-message-counts.html @@ -6,13 +6,13 @@ Get Tree Manager Message Counts | Open Assistant - - + +
Skip to main content

Get Tree Manager Message Counts

Get Tree Manager Message Counts

Query Parameters
only_active Only Active
Responses
200

Successful Response

Schema OPTIONAL
object[]
message_tree_id uuid
state State
depth Depth
oldest date-time
youngest date-time
count Count
goal_tree_size Goal Tree Size
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-tree-manager-state-counts.html b/api/get-tree-manager-state-counts.html index 6e79d348c6..cd68cecef9 100644 --- a/api/get-tree-manager-state-counts.html +++ b/api/get-tree-manager-state-counts.html @@ -6,13 +6,13 @@ Get Tree Manager State Counts | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/get-tree-manager-stats.html b/api/get-tree-manager-stats.html index ada9f01d43..bb6afdedaf 100644 --- a/api/get-tree-manager-stats.html +++ b/api/get-tree-manager-stats.html @@ -6,13 +6,13 @@ Get Tree Manager Stats | Open Assistant - - + +
Skip to main content

Get Tree Manager Stats

Get Tree Manager Stats

Responses
200

Successful Response

Schema OPTIONAL
state_counts object
message_counts object[]
message_tree_id uuid
state State
depth Depth
oldest date-time
youngest date-time
count Count
goal_tree_size Goal Tree Size
- - + + \ No newline at end of file diff --git a/api/get-tree.html b/api/get-tree.html index 04ac31d347..7ff6560612 100644 --- a/api/get-tree.html +++ b/api/get-tree.html @@ -6,13 +6,13 @@ Get Tree | Open Assistant - - + +
Skip to main content

Get Tree

Get all messages belonging to the same message tree.

Path Parameters
message_id uuid REQUIRED
Query Parameters
include_spam Include Spam
include_deleted Include Deleted
Responses
200

Successful Response

Schema OPTIONAL
id uuid
messages object[] OPTIONAL
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-trollboard.html b/api/get-trollboard.html index 9638bc02bc..f68fdcb237 100644 --- a/api/get-trollboard.html +++ b/api/get-trollboard.html @@ -6,13 +6,13 @@ Get Trollboard | Open Assistant - - + +
Skip to main content

Get Trollboard

Get Trollboard

Path Parameters
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Query Parameters
max_count Max Count

Possible values: 0 < value ≤ 10000

enabled Enabled
Responses
200

Successful Response

Schema OPTIONAL
time_frame Time Frame
last_updated date-time
trollboard object[]
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
last_activity_date date-time OPTIONAL
enabled Enabled
deleted Deleted
show_on_leaderboard Show On Leaderboard
troll_score Troll Score OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
red_flags Red Flags OPTIONAL
upvotes Upvotes OPTIONAL
downvotes Downvotes OPTIONAL
spam_prompts Spam Prompts OPTIONAL
quality Quality OPTIONAL
humor Humor OPTIONAL
toxicity Toxicity OPTIONAL
violence Violence OPTIONAL
helpfulness Helpfulness OPTIONAL
spam Spam OPTIONAL
lang_mismach Lang Mismach OPTIONAL
not_appropriate Not Appropriate OPTIONAL
pii Pii OPTIONAL
hate_speech Hate Speech OPTIONAL
sexual_content Sexual Content OPTIONAL
political_content Political Content OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-user.html b/api/get-user.html index a9533c2887..ff2f8942f3 100644 --- a/api/get-user.html +++ b/api/get-user.html @@ -6,13 +6,13 @@ Get User | Open Assistant - - + +
Skip to main content

Get User

Get a user by global user ID. Only trusted clients can resolve users they did not register.

Path Parameters
user_id uuid REQUIRED
Query Parameters
api_client_id uuid
Responses
200

Successful Response

Schema OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-users-cursor.html b/api/get-users-cursor.html index 06f2559149..ba352472ec 100644 --- a/api/get-users-cursor.html +++ b/api/get-users-cursor.html @@ -6,13 +6,13 @@ Get Users Cursor | Open Assistant - - + +
Skip to main content

Get Users Cursor

Get Users Cursor

Query Parameters
before Before
after After
sort_key Sort Key

Possible values: length ≤ 32

max_count Max Count

Possible values: 0 < value ≤ 10000

api_client_id uuid
search_text Search Text
auth_method Auth Method
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-users-ordered-by-display-name.html b/api/get-users-ordered-by-display-name.html index b92760e48f..add16586c7 100644 --- a/api/get-users-ordered-by-display-name.html +++ b/api/get-users-ordered-by-display-name.html @@ -6,13 +6,13 @@ Get Users Ordered By Display Name | Open Assistant - - + +
Skip to main content

Get Users Ordered By Display Name

Get Users Ordered By Display Name

Query Parameters
api_client_id uuid
gte_display_name Gte Display Name
gt_id uuid
lte_display_name Lte Display Name
lt_id uuid
auth_method Auth Method
search_text Search Text
max_count Max Count

Possible values: 0 < value ≤ 10000

desc Desc
Responses
200

Successful Response

Schema OPTIONAL
object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-users-ordered-by-username-1.html b/api/get-users-ordered-by-username-1.html index 7ba7f17023..a5e47c28e1 100644 --- a/api/get-users-ordered-by-username-1.html +++ b/api/get-users-ordered-by-username-1.html @@ -6,13 +6,13 @@ Get Users Ordered By Username | Open Assistant - - + +
Skip to main content

Get Users Ordered By Username

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Get Users Ordered By Username

Query Parameters
api_client_id uuid
gte_username Gte Username
gt_id uuid
lte_username Lte Username
lt_id uuid
search_text Search Text
auth_method Auth Method
max_count Max Count

Possible values: 0 < value ≤ 10000

Responses
200

Successful Response

Schema OPTIONAL
object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-users-ordered-by-username.html b/api/get-users-ordered-by-username.html index 88f42a078f..2b04fe616a 100644 --- a/api/get-users-ordered-by-username.html +++ b/api/get-users-ordered-by-username.html @@ -6,13 +6,13 @@ Get Users Ordered By Username | Open Assistant - - + +
Skip to main content

Get Users Ordered By Username

Get Users Ordered By Username

Query Parameters
api_client_id uuid
gte_username Gte Username
gt_id uuid
lte_username Lte Username
lt_id uuid
search_text Search Text
auth_method Auth Method
max_count Max Count

Possible values: 0 < value ≤ 10000

desc Desc
Responses
200

Successful Response

Schema OPTIONAL
object[]
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/get-valid-lables.html b/api/get-valid-lables.html index 036550b08c..9520eb8412 100644 --- a/api/get-valid-lables.html +++ b/api/get-valid-lables.html @@ -6,13 +6,13 @@ Get Valid Lables | Open Assistant - - + +
Skip to main content

Get Valid Lables

Get Valid Lables

Query Parameters
message_id uuid
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/handle-account-deletion.html b/api/handle-account-deletion.html index 9f8f93338e..8a100402f8 100644 --- a/api/handle-account-deletion.html +++ b/api/handle-account-deletion.html @@ -6,13 +6,13 @@ Handle Account Deletion | Open Assistant - - + +
Skip to main content

Handle Account Deletion

Handle Account Deletion

Responses
200

Successful Response

Schema OPTIONAL
undefined
- - + + \ No newline at end of file diff --git a/api/handle-create-report.html b/api/handle-create-report.html index 5d4a0b52af..7ecbb1894e 100644 --- a/api/handle-create-report.html +++ b/api/handle-create-report.html @@ -6,13 +6,13 @@ Handle Create Report | Open Assistant - - + +
Skip to main content

Handle Create Report

Allows the client to report a message.

Path Parameters
message_id Message Id REQUIRED
Request Body REQUIRED
report_type ReportType REQUIRED

Possible values: [spam, offensive, feedback]

An enumeration.

reason Reason REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/handle-create-vote.html b/api/handle-create-vote.html index b42aeefa15..6d24504fc8 100644 --- a/api/handle-create-vote.html +++ b/api/handle-create-vote.html @@ -6,13 +6,13 @@ Handle Create Vote | Open Assistant - - + +
Skip to main content

Handle Create Vote

Allows the client to vote on a message.

Path Parameters
message_id Message Id REQUIRED
Request Body REQUIRED
score Score REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/handle-update-chat.html b/api/handle-update-chat.html index 030af70dbc..924ff81ec0 100644 --- a/api/handle-update-chat.html +++ b/api/handle-update-chat.html @@ -6,13 +6,13 @@ Handle Update Chat | Open Assistant - - + +
Skip to main content

Handle Update Chat

Allows the client to update a chat.

Path Parameters
chat_id Chat Id REQUIRED
Request Body REQUIRED
title Title

Possible values: length ≤ 100

hidden Hidden
allow_data_use Allow Data Use
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/label-text.html b/api/label-text.html index 5892757d4c..80b3851023 100644 --- a/api/label-text.html +++ b/api/label-text.html @@ -6,13 +6,13 @@ Label Text | Open Assistant - - + +
Skip to main content

Label Text

Label a piece of text.

Request Body REQUIRED
type Type

Possible values: [text_labels]

user object REQUIRED
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

text Text REQUIRED
labels object REQUIRED
message_id uuid REQUIRED
task_id uuid
is_report Is Report
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/list-chats.html b/api/list-chats.html index 9a960e020d..6740f96985 100644 --- a/api/list-chats.html +++ b/api/list-chats.html @@ -6,13 +6,13 @@ List Chats | Open Assistant - - + +
Skip to main content

List Chats

Lists all chats.

Query Parameters
include_hidden Include Hidden
limit Limit

Possible values: 0 < value ≤ 100

after After
before Before
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/list-worker-sessions.html b/api/list-worker-sessions.html index 4f8b4f23aa..0d6d28d112 100644 --- a/api/list-worker-sessions.html +++ b/api/list-worker-sessions.html @@ -6,13 +6,13 @@ List Worker Sessions | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/list-workers.html b/api/list-workers.html index 4d59517b92..7180236bb7 100644 --- a/api/list-workers.html +++ b/api/list-workers.html @@ -6,13 +6,13 @@ List Workers | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/login-debug.html b/api/login-debug.html index 052aff2a34..e6b476da8e 100644 --- a/api/login-debug.html +++ b/api/login-debug.html @@ -6,13 +6,13 @@ Login Debug | Open Assistant - - + +
Skip to main content

Login Debug

Login Debug

Query Parameters
username Username REQUIRED
state State
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/login-discord.html b/api/login-discord.html index 55a21bbde8..d781e1dbee 100644 --- a/api/login-discord.html +++ b/api/login-discord.html @@ -6,13 +6,13 @@ Login Discord | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/login-github.html b/api/login-github.html index 795030576f..16d6e71d2a 100644 --- a/api/login-github.html +++ b/api/login-github.html @@ -6,13 +6,13 @@ Login Github | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/login-google.html b/api/login-google.html index faaae81e0b..17a45698a4 100644 --- a/api/login-google.html +++ b/api/login-google.html @@ -6,13 +6,13 @@ Login Google | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/login-trusted.html b/api/login-trusted.html index db72a6bf0b..72a2d9cb7b 100644 --- a/api/login-trusted.html +++ b/api/login-trusted.html @@ -6,13 +6,13 @@ Login Trusted | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/mark-frontend-user-messages-deleted.html b/api/mark-frontend-user-messages-deleted.html index fc261ebab0..d1d6ab649e 100644 --- a/api/mark-frontend-user-messages-deleted.html +++ b/api/mark-frontend-user-messages-deleted.html @@ -6,13 +6,13 @@ Mark Frontend User Messages Deleted | Open Assistant - - + +
Skip to main content

Mark Frontend User Messages Deleted

Mark Frontend User Messages Deleted

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/mark-message-deleted.html b/api/mark-message-deleted.html index 34375985b8..22ba8d7f7c 100644 --- a/api/mark-message-deleted.html +++ b/api/mark-message-deleted.html @@ -6,13 +6,13 @@ Mark Message Deleted | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/mark-user-messages-deleted.html b/api/mark-user-messages-deleted.html index eb2d04a77b..5da75061ff 100644 --- a/api/mark-user-messages-deleted.html +++ b/api/mark-user-messages-deleted.html @@ -6,13 +6,13 @@ Mark User Messages Deleted | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/message-events.html b/api/message-events.html index ab0b94f208..3e8c4dab31 100644 --- a/api/message-events.html +++ b/api/message-events.html @@ -6,13 +6,13 @@ Message Events | Open Assistant - - + +
Skip to main content

Message Events

Message Events

Path Parameters
chat_id Chat Id REQUIRED
message_id Message Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/metrics-1.html b/api/metrics-1.html index 1fe4ff775a..1fcb3bd70f 100644 --- a/api/metrics-1.html +++ b/api/metrics-1.html @@ -6,13 +6,13 @@ Metrics | Open Assistant - - + +
Skip to main content

Metrics

Endpoint that serves Prometheus metrics.

Responses
200

Successful Response

Schema OPTIONAL
undefined
- - + + \ No newline at end of file diff --git a/api/metrics.html b/api/metrics.html index dadf7e746a..85af972fff 100644 --- a/api/metrics.html +++ b/api/metrics.html @@ -6,13 +6,13 @@ Metrics | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/post-message-emoji.html b/api/post-message-emoji.html index 059b0cc6c6..cb5efa511f 100644 --- a/api/post-message-emoji.html +++ b/api/post-message-emoji.html @@ -6,13 +6,13 @@ Post Message Emoji | Open Assistant - - + +
Skip to main content

Post Message Emoji

Toggle, add or remove message emoji.

Path Parameters
message_id uuid REQUIRED
Request Body REQUIRED
user object REQUIRED
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

op EmojiOp

Possible values: [toggle, add, remove]

An enumeration.

emoji EmojiCode REQUIRED

Possible values: [+1, -1, red_flag, 100, rofl, clap, diamond, heart_eyes, disappointed, poop, skull, _skip_reply, _skip_ranking, _skip_labeling]

An enumeration.

Responses
202

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/process-flagged-messages.html b/api/process-flagged-messages.html index 4241e6d43f..2eaecd5a4d 100644 --- a/api/process-flagged-messages.html +++ b/api/process-flagged-messages.html @@ -6,13 +6,13 @@ Process Flagged Messages | Open Assistant - - + +
Skip to main content

Process Flagged Messages

Process Flagged Messages

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_id uuid
processed Processed
created_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/purge-user-messages.html b/api/purge-user-messages.html index e50615460f..6d81a3cded 100644 --- a/api/purge-user-messages.html +++ b/api/purge-user-messages.html @@ -6,13 +6,13 @@ Purge User Messages | Open Assistant - - + +
Skip to main content

Purge User Messages

Purge User Messages

Path Parameters
user_id uuid REQUIRED
Query Parameters
purge_initial_prompts Purge Initial Prompts
min_date date-time
max_date date-time
preview Preview
Responses
200

Successful Response

Schema OPTIONAL
before object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
after object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
preview Preview
duration Duration
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/purge-user.html b/api/purge-user.html index d00eea872b..7ce07b0e91 100644 --- a/api/purge-user.html +++ b/api/purge-user.html @@ -6,13 +6,13 @@ Purge User | Open Assistant - - + +
Skip to main content

Purge User

Purge User

Path Parameters
user_id uuid REQUIRED
Query Parameters
preview Preview
ban Ban
Responses
200

Successful Response

Schema OPTIONAL
before object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
after object
all All OPTIONAL
active Active OPTIONAL
active_by_lang object OPTIONAL
deleted Deleted OPTIONAL
message_trees Message Trees OPTIONAL
preview Preview
duration Duration
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/put-message-tree-state.html b/api/put-message-tree-state.html index ee0ad3776e..b9cfdc7754 100644 --- a/api/put-message-tree-state.html +++ b/api/put-message-tree-state.html @@ -6,13 +6,13 @@ Put Message Tree State | Open Assistant - - + +
Skip to main content

Put Message Tree State

Put Message Tree State

Path Parameters
message_id uuid REQUIRED
Query Parameters
halt Halt REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_tree_id uuid
state State

Possible values: [initial_prompt_review, growing, ranking, ready_for_scoring, ready_for_export, scoring_failed, aborted_low_grade, halted_by_moderator, backlog_ranking, prompt_lottery_waiting]

States of the Open-Assistant message tree state machine.

goal_tree_size Goal Tree Size
max_depth Max Depth
max_children_count Max Children Count
active Active
origin Origin OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-frontend-user-messages-cursor.html b/api/query-frontend-user-messages-cursor.html index 2c513dc599..bd978698ce 100644 --- a/api/query-frontend-user-messages-cursor.html +++ b/api/query-frontend-user-messages-cursor.html @@ -6,13 +6,13 @@ Query Frontend User Messages Cursor | Open Assistant - - + +
Skip to main content

Query Frontend User Messages Cursor

Query Frontend User Messages Cursor

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Query Parameters
before Before
after After
only_roots Only Roots
include_deleted Include Deleted
max_count Max Count

Possible values: 0 < value ≤ 1000

desc Desc
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-frontend-user-messages.html b/api/query-frontend-user-messages.html index a705ab77e9..4d243cf3d1 100644 --- a/api/query-frontend-user-messages.html +++ b/api/query-frontend-user-messages.html @@ -6,13 +6,13 @@ Query Frontend User Messages | Open Assistant - - + +
Skip to main content

Query Frontend User Messages

Query frontend user messages.

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Query Parameters
api_client_id uuid
max_count Max Count

Possible values: 0 < value ≤ 1000

start_date date-time
end_date date-time
only_roots Only Roots
desc Desc
include_deleted Include Deleted
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-frontend-user.html b/api/query-frontend-user.html index 8149c62ae5..8ebfb2f028 100644 --- a/api/query-frontend-user.html +++ b/api/query-frontend-user.html @@ -6,13 +6,13 @@ Query Frontend User | Open Assistant - - + +
Skip to main content

Query Frontend User

Query frontend user.

Path Parameters
auth_method Auth Method REQUIRED
username Username REQUIRED
Query Parameters
api_client_id uuid
Responses
200

Successful Response

Schema OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-messages.html b/api/query-messages.html index 976d8d53d6..43cd1a098e 100644 --- a/api/query-messages.html +++ b/api/query-messages.html @@ -6,13 +6,13 @@ Query Messages | Open Assistant - - + +
Skip to main content

Query Messages

Query messages.

Query Parameters
auth_method Auth Method
username Username
api_client_id Api Client Id
max_count Max Count

Possible values: 0 < value ≤ 1000

start_date date-time
end_date date-time
only_roots Only Roots
desc Desc
allow_deleted Allow Deleted
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-user-messages-cursor.html b/api/query-user-messages-cursor.html index beaec408e7..49c3c12336 100644 --- a/api/query-user-messages-cursor.html +++ b/api/query-user-messages-cursor.html @@ -6,13 +6,13 @@ Query User Messages Cursor | Open Assistant - - + +
Skip to main content

Query User Messages Cursor

Query User Messages Cursor

Path Parameters
user_id uuid REQUIRED
Query Parameters
before Before
after After
only_roots Only Roots
include_deleted Include Deleted
max_count Max Count

Possible values: 0 < value ≤ 1000

desc Desc
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
prev Prev OPTIONAL
next Next OPTIONAL
sort_key Sort Key
items object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
order Order

Possible values: [asc, desc]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-user-messages.html b/api/query-user-messages.html index c0c71c97e7..40295d2e14 100644 --- a/api/query-user-messages.html +++ b/api/query-user-messages.html @@ -6,13 +6,13 @@ Query User Messages | Open Assistant - - + +
Skip to main content

Query User Messages

Query user messages.

Path Parameters
user_id uuid REQUIRED
Query Parameters
api_client_id uuid
max_count Max Count

Possible values: 0 < value ≤ 1000

start_date date-time
end_date date-time
only_roots Only Roots
desc Desc
include_deleted Include Deleted
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
object[]
id uuid OPTIONAL
user_id uuid OPTIONAL
frontend_message_id Frontend Message Id OPTIONAL
text Text
lang Lang OPTIONAL
is_assistant Is Assistant
emojis object OPTIONAL
user_emojis string[] OPTIONAL
user_is_author User Is Author OPTIONAL
synthetic Synthetic OPTIONAL
parent_id uuid OPTIONAL
created_date date-time OPTIONAL
review_result Review Result OPTIONAL
review_count Review Count OPTIONAL
deleted Deleted OPTIONAL
model_name Model Name OPTIONAL
message_tree_id uuid OPTIONAL
ranking_count Ranking Count OPTIONAL
rank Rank OPTIONAL
user object OPTIONAL
id Id
display_name Display Name
auth_method Auth Method

Possible values: [discord, google, local, system]

user_id uuid
enabled Enabled
deleted Deleted
notes Notes
created_date date-time OPTIONAL
show_on_leaderboard Show On Leaderboard
streak_days Streak Days OPTIONAL
streak_last_day_date date-time OPTIONAL
last_activity_date date-time OPTIONAL
tos_acceptance_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-user-stats-timeframe-window.html b/api/query-user-stats-timeframe-window.html index 3fc3f86232..75dc7885ca 100644 --- a/api/query-user-stats-timeframe-window.html +++ b/api/query-user-stats-timeframe-window.html @@ -6,13 +6,13 @@ Query User Stats Timeframe Window | Open Assistant - - + +
Skip to main content

Query User Stats Timeframe Window

Query User Stats Timeframe Window

Path Parameters
user_id uuid REQUIRED
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Query Parameters
window_size Window Size

Possible values: 0 < value ≤ 100

Responses
200

Successful Response

Schema OPTIONAL
time_frame Time Frame
last_updated date-time
leaderboard object[]
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
leader_score Leader Score OPTIONAL
level Level OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
prompts Prompts OPTIONAL
replies_assistant Replies Assistant OPTIONAL
replies_prompter Replies Prompter OPTIONAL
labels_simple Labels Simple OPTIONAL
labels_full Labels Full OPTIONAL
rankings_total Rankings Total OPTIONAL
rankings_good Rankings Good OPTIONAL
accepted_prompts Accepted Prompts OPTIONAL
accepted_replies_assistant Accepted Replies Assistant OPTIONAL
accepted_replies_prompter Accepted Replies Prompter OPTIONAL
reply_ranked_1 Reply Ranked 1 OPTIONAL
reply_ranked_2 Reply Ranked 2 OPTIONAL
reply_ranked_3 Reply Ranked 3 OPTIONAL
streak_last_day_date date-time OPTIONAL
streak_days Streak Days OPTIONAL
last_activity_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-user-stats-timeframe.html b/api/query-user-stats-timeframe.html index b753dc4d07..aee01a5d4b 100644 --- a/api/query-user-stats-timeframe.html +++ b/api/query-user-stats-timeframe.html @@ -6,13 +6,13 @@ Query User Stats Timeframe | Open Assistant - - + +
Skip to main content

Query User Stats Timeframe

Query User Stats Timeframe

Path Parameters
user_id uuid REQUIRED
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Responses
200

Successful Response

Schema OPTIONAL
rank Rank OPTIONAL
user_id uuid
highlighted Highlighted OPTIONAL
username Username
auth_method Auth Method
display_name Display Name
leader_score Leader Score OPTIONAL
level Level OPTIONAL
base_date date-time OPTIONAL
modified_date date-time OPTIONAL
prompts Prompts OPTIONAL
replies_assistant Replies Assistant OPTIONAL
replies_prompter Replies Prompter OPTIONAL
labels_simple Labels Simple OPTIONAL
labels_full Labels Full OPTIONAL
rankings_total Rankings Total OPTIONAL
rankings_good Rankings Good OPTIONAL
accepted_prompts Accepted Prompts OPTIONAL
accepted_replies_assistant Accepted Replies Assistant OPTIONAL
accepted_replies_prompter Accepted Replies Prompter OPTIONAL
reply_ranked_1 Reply Ranked 1 OPTIONAL
reply_ranked_2 Reply Ranked 2 OPTIONAL
reply_ranked_3 Reply Ranked 3 OPTIONAL
streak_last_day_date date-time OPTIONAL
streak_days Streak Days OPTIONAL
last_activity_date date-time OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/query-user-stats.html b/api/query-user-stats.html index be47674654..c9e4c894a8 100644 --- a/api/query-user-stats.html +++ b/api/query-user-stats.html @@ -6,13 +6,13 @@ Query User Stats | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/refresh-token.html b/api/refresh-token.html index bb59a6ccb7..adac1410ec 100644 --- a/api/refresh-token.html +++ b/api/refresh-token.html @@ -6,13 +6,13 @@ Refresh Token | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/request-task.html b/api/request-task.html index 8d6d1914a6..34d38c69d3 100644 --- a/api/request-task.html +++ b/api/request-task.html @@ -6,13 +6,13 @@ Request Task | Open Assistant - - + +
Skip to main content

Request Task

Create new task.

Request Body REQUIRED
type TaskRequestType

Possible values: [random, summarize_story, rate_summary, initial_prompt, prompter_reply, assistant_reply, rank_initial_prompts, rank_prompter_replies, rank_assistant_replies, label_initial_prompt, label_assistant_reply, label_prompter_reply]

An enumeration.

user object
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

collective Collective
lang Lang
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/revoke-refresh-tokens.html b/api/revoke-refresh-tokens.html index d63df5ef2a..2bcf91a43c 100644 --- a/api/revoke-refresh-tokens.html +++ b/api/revoke-refresh-tokens.html @@ -6,13 +6,13 @@ Revoke Refresh Tokens | Open Assistant - - + +
Skip to main content

Revoke Refresh Tokens

Revoke refresh tokens for a user.

Path Parameters
user_id User Id REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/tasks-acknowledge-failure.html b/api/tasks-acknowledge-failure.html index c4bf4c63cc..39502db2c3 100644 --- a/api/tasks-acknowledge-failure.html +++ b/api/tasks-acknowledge-failure.html @@ -6,13 +6,13 @@ Tasks Acknowledge Failure | Open Assistant - - + +
Skip to main content

Tasks Acknowledge Failure

The frontend reports failure to implement a task.

Path Parameters
task_id uuid REQUIRED
Request Body REQUIRED
reason Reason
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/tasks-acknowledge.html b/api/tasks-acknowledge.html index 2dd0ec7498..8c84426112 100644 --- a/api/tasks-acknowledge.html +++ b/api/tasks-acknowledge.html @@ -6,13 +6,13 @@ Tasks Acknowledge | Open Assistant - - + +
Skip to main content

Tasks Acknowledge

The frontend acknowledges a task.

Path Parameters
task_id uuid REQUIRED
Request Body REQUIRED
message_id Message Id REQUIRED
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/tasks-availability.html b/api/tasks-availability.html index a05ef46e16..317ee79087 100644 --- a/api/tasks-availability.html +++ b/api/tasks-availability.html @@ -6,13 +6,13 @@ Tasks Availability | Open Assistant - - + +
Skip to main content

Tasks Availability

Tasks Availability

Query Parameters
lang Lang
Request Body
id Id REQUIRED
display_name Display Name REQUIRED
auth_method Auth Method REQUIRED

Possible values: [discord, google, local, system]

Responses
200

Successful Response

Schema OPTIONAL
object
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/tasks-interaction.html b/api/tasks-interaction.html index 39e2f9268d..fd25827a08 100644 --- a/api/tasks-interaction.html +++ b/api/tasks-interaction.html @@ -6,13 +6,13 @@ Tasks Interaction | Open Assistant - - + +
Skip to main content

Tasks Interaction

The frontend reports an interaction.

Request Body REQUIRED
undefined
Responses
200

Successful Response

Schema OPTIONAL
id uuid OPTIONAL
type Type OPTIONAL

Possible values: [task_done]

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/undelete-message.html b/api/undelete-message.html index 4adee07516..73d7f5bda3 100644 --- a/api/undelete-message.html +++ b/api/undelete-message.html @@ -6,13 +6,13 @@ Undelete Message | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/update-cached-stats.html b/api/update-cached-stats.html index 7a39767d07..96a3df5c21 100644 --- a/api/update-cached-stats.html +++ b/api/update-cached-stats.html @@ -6,13 +6,13 @@ Update Cached Stats | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/update-leaderboard-time-frame.html b/api/update-leaderboard-time-frame.html index 6c896605ea..6e5f685ef4 100644 --- a/api/update-leaderboard-time-frame.html +++ b/api/update-leaderboard-time-frame.html @@ -6,13 +6,13 @@ Update Leaderboard Time Frame | Open Assistant - - + +
Skip to main content

Update Leaderboard Time Frame

Update Leaderboard Time Frame

Path Parameters
time_frame UserStatsTimeFrame REQUIRED

Possible values: [day, week, month, total]

An enumeration.

Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/api/update-leaderboards-all.html b/api/update-leaderboards-all.html index de74385d5f..0858592041 100644 --- a/api/update-leaderboards-all.html +++ b/api/update-leaderboards-all.html @@ -6,13 +6,13 @@ Update Leaderboards All | Open Assistant - - + +
Skip to main content
- - + + \ No newline at end of file diff --git a/api/update-user.html b/api/update-user.html index b7d5bf1fc9..133e855bf3 100644 --- a/api/update-user.html +++ b/api/update-user.html @@ -6,13 +6,13 @@ Update User | Open Assistant - - + +
Skip to main content

Update User

Update a user by global user ID. Only trusted clients can update users.

Path Parameters
user_id uuid REQUIRED
Query Parameters
enabled Enabled
notes Notes
show_on_leaderboard Show On Leaderboard
tos_acceptance Tos Acceptance
Responses
204

Successful Response

422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
- - + + \ No newline at end of file diff --git a/assets/js/01be1719.1d9468f6.js b/assets/js/01be1719.7c1d6d57.js similarity index 80% rename from assets/js/01be1719.1d9468f6.js rename to assets/js/01be1719.7c1d6d57.js index f207a78398..855f8cce2d 100644 --- a/assets/js/01be1719.1d9468f6.js +++ b/assets/js/01be1719.7c1d6d57.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[5538],{88575:s=>{s.exports=JSON.parse('{"permalink":"/Open-Assistant/blog/tags/youtube","page":1,"postsPerPage":5,"totalPages":1,"totalCount":5,"blogDescription":"Home of the OpenAssistant blog.","blogTitle":"OpenAssistant Blog"}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[5538],{88575:s=>{s.exports=JSON.parse('{"permalink":"/Open-Assistant/blog/tags/youtube","page":1,"postsPerPage":6,"totalPages":1,"totalCount":6,"blogDescription":"Home of the OpenAssistant blog.","blogTitle":"OpenAssistant Blog"}')}}]); \ No newline at end of file diff --git a/assets/js/2d3d5a52.e1a4a422.js b/assets/js/2d3d5a52.73ad630b.js similarity index 95% rename from assets/js/2d3d5a52.e1a4a422.js rename to assets/js/2d3d5a52.73ad630b.js index 8383a3494e..930b906eb7 100644 --- a/assets/js/2d3d5a52.e1a4a422.js +++ b/assets/js/2d3d5a52.73ad630b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[6298],{4345:s=>{s.exports=JSON.parse('{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant","allTagsPath":"/Open-Assistant/blog/tags","count":7}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[6298],{4345:s=>{s.exports=JSON.parse('{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant","allTagsPath":"/Open-Assistant/blog/tags","count":8}')}}]); \ No newline at end of file diff --git a/assets/js/538ca6dd.21471a4f.js b/assets/js/538ca6dd.3ace4f2c.js similarity index 67% rename from assets/js/538ca6dd.21471a4f.js rename to assets/js/538ca6dd.3ace4f2c.js index 02b25ba4d7..96a8fa0ad8 100644 --- a/assets/js/538ca6dd.21471a4f.js +++ b/assets/js/538ca6dd.3ace4f2c.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[6598],{94314:s=>{s.exports=JSON.parse('[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant","count":7},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube","count":5},{"label":"live-coding","permalink":"/Open-Assistant/blog/tags/live-coding","count":1}]')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[6598],{94314:s=>{s.exports=JSON.parse('[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant","count":8},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube","count":6},{"label":"live-coding","permalink":"/Open-Assistant/blog/tags/live-coding","count":1}]')}}]); \ No newline at end of file diff --git a/assets/js/5ac99d33.8cd8d135.js b/assets/js/5ac99d33.8cd8d135.js new file mode 100644 index 0000000000..a430b27795 --- /dev/null +++ b/assets/js/5ac99d33.8cd8d135.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[4038],{3156:(t,e,s)=>{s.r(e),s.d(e,{assets:()=>m,contentTitle:()=>p,default:()=>d,frontMatter:()=>i,metadata:()=>l,toc:()=>r});var a=s(87462),n=(s(67294),s(3905)),o=s(22004);const i={title:"OpenAssistant is Completed!",description:"OpenAssistant is Completed!",authors:["yk"],tags:["open-assistant","youtube"],image:"https://img.youtube.com/vi/gqtmUHhaplo/0.jpg"},p=void 0,l={permalink:"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed",source:"@site/blog/2023-10-25-open-assistant-is-completed/index.mdx",title:"OpenAssistant is Completed!",description:"OpenAssistant is Completed!",date:"2023-10-25T00:00:00.000Z",formattedDate:"October 25, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"},{label:"youtube",permalink:"/Open-Assistant/blog/tags/youtube"}],readingTime:.05,hasTruncateMarker:!0,authors:[{name:"Yannic Kilcher",title:"Project co-founder",url:"https://www.ykilcher.com/",imageURL:"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75",key:"yk"}],frontMatter:{title:"OpenAssistant is Completed!",description:"OpenAssistant is Completed!",authors:["yk"],tags:["open-assistant","youtube"],image:"https://img.youtube.com/vi/gqtmUHhaplo/0.jpg"},nextItem:{title:"OpenAssistant Storms YouTube!",permalink:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"}},m={authorsImageUrls:[void 0]},r=[],u={toc:r},c="wrapper";function d(t){let{components:e,...s}=t;return(0,n.kt)(c,(0,a.Z)({},u,s,{components:e,mdxType:"MDXLayout"}),(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/gqtmUHhaplo",mdxType:"ReactPlayer"}))}d.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/63212d00.850a2fad.js b/assets/js/63212d00.850a2fad.js new file mode 100644 index 0000000000..7d38c934fb --- /dev/null +++ b/assets/js/63212d00.850a2fad.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[2889],{94529:(t,e,s)=>{s.r(e),s.d(e,{assets:()=>m,contentTitle:()=>p,default:()=>d,frontMatter:()=>i,metadata:()=>l,toc:()=>r});var a=s(87462),n=(s(67294),s(3905)),o=s(22004);const i={title:"OpenAssistant is Completed!",description:"OpenAssistant is Completed!",authors:["yk"],tags:["open-assistant","youtube"],image:"https://img.youtube.com/vi/gqtmUHhaplo/0.jpg"},p=void 0,l={permalink:"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed",source:"@site/blog/2023-10-25-open-assistant-is-completed/index.mdx",title:"OpenAssistant is Completed!",description:"OpenAssistant is Completed!",date:"2023-10-25T00:00:00.000Z",formattedDate:"October 25, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"},{label:"youtube",permalink:"/Open-Assistant/blog/tags/youtube"}],readingTime:.05,hasTruncateMarker:!0,authors:[{name:"Yannic Kilcher",title:"Project co-founder",url:"https://www.ykilcher.com/",imageURL:"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75",key:"yk"}],frontMatter:{title:"OpenAssistant is Completed!",description:"OpenAssistant is Completed!",authors:["yk"],tags:["open-assistant","youtube"],image:"https://img.youtube.com/vi/gqtmUHhaplo/0.jpg"},nextItem:{title:"OpenAssistant Storms YouTube!",permalink:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"}},m={authorsImageUrls:[void 0]},r=[],u={toc:r},c="wrapper";function d(t){let{components:e,...s}=t;return(0,n.kt)(c,(0,a.Z)({},u,s,{components:e,mdxType:"MDXLayout"}),(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/gqtmUHhaplo",mdxType:"ReactPlayer"}))}d.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/725c3483.8b350a51.js b/assets/js/725c3483.4dea5311.js similarity index 80% rename from assets/js/725c3483.8b350a51.js rename to assets/js/725c3483.4dea5311.js index 1f6eb2ab18..598efbee3a 100644 --- a/assets/js/725c3483.8b350a51.js +++ b/assets/js/725c3483.4dea5311.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[6006],{46996:s=>{s.exports=JSON.parse('{"permalink":"/Open-Assistant/blog/tags/open-assistant","page":1,"postsPerPage":7,"totalPages":1,"totalCount":7,"blogDescription":"Home of the OpenAssistant blog.","blogTitle":"OpenAssistant Blog"}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[6006],{46996:s=>{s.exports=JSON.parse('{"permalink":"/Open-Assistant/blog/tags/open-assistant","page":1,"postsPerPage":8,"totalPages":1,"totalCount":8,"blogDescription":"Home of the OpenAssistant blog.","blogTitle":"OpenAssistant Blog"}')}}]); \ No newline at end of file diff --git a/assets/js/76561a78.0ff94495.js b/assets/js/76561a78.0ff94495.js deleted file mode 100644 index d00e664a39..0000000000 --- a/assets/js/76561a78.0ff94495.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[5103],{88592:e=>{e.exports=JSON.parse('{"blogPosts":[{"id":"/2023/04/21/open-assistant-storms-youtube","metadata":{"permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube","source":"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md","title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","date":"2023-04-21T00:00:00.000Z","formattedDate":"April 21, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.445,"hasTruncateMarker":true,"authors":[{"name":"Andrew Maguire","title":"Project Contributor","imageURL":"https://avatars.githubusercontent.com/u/2178292?v=4","key":"andrewm4894"}],"frontMatter":{"title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","authors":["andrewm4894"],"tags":["open-assistant","youtube"],"image":"./img/img.png"},"nextItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\n![Open Assistant](./img/img.png)\\n\\nFollowing the release of the OpenAssistant dataset, models and chat\\ncapabilities, YouTube has been on fire (almost as much as our servers) with\\nOpenAssistant videos.\\n\\nBelow are some to check out.\\n\\nIf you want more, here is a\\n[playlist](https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq)\\nof all the recent videos we could find.\\n\\n\x3c!--truncate--\x3e\\n\\n




"},{"id":"/2023/04/15/open-assistant-released","metadata":{"permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released","source":"@site/blog/2023-04-15-open-assistant-released/index.mdx","title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","date":"2023-04-15T00:00:00.000Z","formattedDate":"April 15, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.805,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/ddG2fM9i4Kk/0.jpg"},"prevItem":{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"},"nextItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe\'re excited to announce the release of OpenAssistant!\\n\\nThe future of AI development depends heavily on high quality datasets and models\\nbeing made publicly available, and that\'s exactly what this project does.\\n\\nOur team has worked tirelessly over the past several months collecting large\\namounts of text-based input and feedback to create an incredibly diverse and\\nunique dataset designed specifically for training language models or other AI\\napplications.\\n\\nWith over 600k human-generated data points covering a wide range of topics and\\nstyles of writing, our dataset will be an invaluable tool for any developer\\nlooking to create state-of-the-art instruction models!\\n\\nTo make things even better, we are making this entire dataset free and\\naccessible to all who wish to use it. Check it out today at our HF org:\\n[OpenAssistant](https://huggingface.co/OpenAssistant)\\n\\nOn top of that, we\'ve trained very powerful models that you can try right now\\nat:\\n\\n[open-assistant.io/chat](https://open-assistant.io/chat)\\n\\nWatch the announcement video:\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/10/open-assistant-livestream-just-chatting","metadata":{"permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting","source":"@site/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx","title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","date":"2023-04-10T00:00:00.000Z","formattedDate":"April 10, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.105,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/5IymlBZDw-0/0.jpg"},"prevItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"},"nextItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nLivestream playing around with Open Assistant and AI alignment :)\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/06/open-assistant-first-models-are-here","metadata":{"permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here","source":"@site/blog/2023-04-06-open-assistant-first-models-are-here/index.mdx","title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","date":"2023-04-06T00:00:00.000Z","formattedDate":"April 6, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.2,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/Hi6cbeBY2oQ/0.jpg"},"prevItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"},"nextItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nHello hello! we\'re finally here the first models of open Assistant are out and\\nI\'m going to show you a little bit of what you can do with them!\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","metadata":{"permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","source":"@site/blog/2023-02-24-open-assistant-inference-backend-development-hands-on-coding/index.mdx","title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","date":"2023-02-24T00:00:00.000Z","formattedDate":"February 24, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"},{"label":"live-coding","permalink":"/Open-Assistant/blog/tags/live-coding"}],"readingTime":0.215,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","authors":["yk"],"tags":["open-assistant","youtube","live-coding"],"image":"https://img.youtube.com/vi/6OozhhI6U4g/0.jpg"},"prevItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"},"nextItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nOpen Assistant Inference Backend Development (Hands-On Coding)\\n\\nJoin me as I build streaming inference into the Hugging Face text generation\\nserver, going through cuda, python, rust, grpc, websockets, server-sent events,\\nand more...\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"2023-02-11-architecture","metadata":{"permalink":"/Open-Assistant/blog/2023-02-11-architecture","source":"@site/blog/2023-02-11-architecture.md","title":"The Architecture so Far!","description":"This is the architecture of our app so far.","date":"2023-02-11T00:00:00.000Z","formattedDate":"February 11, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":1.15,"hasTruncateMarker":false,"authors":[{"name":"Abdullah Barhoum","title":"Semi-professional D\xf6ner Enjoyer","imageURL":"https://avatars.githubusercontent.com/u/24505302?v=4","key":"AbdBarho"}],"frontMatter":{"title":"The Architecture so Far!","description":"This is the architecture of our app so far.","slug":"2023-02-11-architecture","authors":"AbdBarho","tags":["open-assistant"]},"prevItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},"nextItem":{"title":"We Need Your Help!","permalink":"/Open-Assistant/blog/we-need-your-help"}},"content":"I thought it would make sense to document our architecture as a blog post, since\\nit would be easily visible for everyone, and it would also be nice to look back\\na couple months from now and see how stuff has changed :)\\n\\nA lot of work was done in the past couple of weeks to establish the needed\\ninfrastructure both for data collection and inference purposes. Thanks to\\neveryone, and especially community members who supported us so far!\\n\\nOur current plan for the architecture of the Open Assistant is as follows:\\n\\n```mermaid\\nflowchart TD\\n subgraph next[Web Frontend]\\n direction TB\\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\\n end\\n\\n subgraph data[Python backend]\\n direction TB\\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\\n end\\n\\n subgraph inference[Inference Service]\\n direction TB\\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\\n end\\n\\n subgraph workers[Inference Workers]\\n direction TB\\n worker1[Worker] --- textgen1[Text\\\\ngenerator]\\n worker2[Worker] --- textgen2[Text\\\\ngenerator]\\n worker3[Worker] --- textgen3[Text\\\\ngenerator]\\n end\\n\\n website --\x3e nextbackend\\n nextbackend -.- webpostgres\\n\\n next --- data\\n\\n backend -.- postgres & redis\\n\\n next --- inference\\n\\n inference --- workers\\n```\\n\\nWe are working on setting up the inference as shown above, and considering our\\noptions for hosting, also, we want to move our authentication from the website\\nto the python backend.\\n\\nOf course, this is by no means final, and lot of questions are still open, and\\nthat is the fun of it! If you want to join us on our journey, just give our\\n[github](https://github.com/LAION-AI/Open-Assistant) a look!"},{"id":"we-need-your-help","metadata":{"permalink":"/Open-Assistant/blog/we-need-your-help","source":"@site/blog/2023-02-05-we-need-your-help.mdx","title":"We Need Your Help!","description":"We Need Your Help!","date":"2023-02-05T00:00:00.000Z","formattedDate":"February 5, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":0.145,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"},{"name":"Andreas K\xf6pf","title":"Project co-founder & Team Lead","imageURL":"https://avatars.githubusercontent.com/u/9976399?v=4","key":"andreaskoepf"},{"name":"Huu Nguyen (ontocord)","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/8900094?v=4","key":"ontocord"},{"name":"Christoph Schuhmann","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/22318853?v=4","key":"christophschuhmann"}],"frontMatter":{"title":"We Need Your Help!","description":"We Need Your Help!","slug":"we-need-your-help","authors":["yk","andreaskoepf","ontocord","christophschuhmann"],"tags":["open-assistant"],"image":"https://img.youtube.com/vi/64Izfm24FKA/0.jpg"},"prevItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe Need Your Help!\\n\\nHelp us collect data for OpenAssistant, the largest and most open alternative to\\nChatGPT.\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"}]}')}}]); \ No newline at end of file diff --git a/assets/js/76561a78.87850d6d.js b/assets/js/76561a78.87850d6d.js new file mode 100644 index 0000000000..56c313774c --- /dev/null +++ b/assets/js/76561a78.87850d6d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[5103],{88592:e=>{e.exports=JSON.parse('{"blogPosts":[{"id":"/2023/10/25/open-assistant-is-completed","metadata":{"permalink":"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed","source":"@site/blog/2023-10-25-open-assistant-is-completed/index.mdx","title":"OpenAssistant is Completed!","description":"OpenAssistant is Completed!","date":"2023-10-25T00:00:00.000Z","formattedDate":"October 25, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.05,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"OpenAssistant is Completed!","description":"OpenAssistant is Completed!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/gqtmUHhaplo/0.jpg"},"nextItem":{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/21/open-assistant-storms-youtube","metadata":{"permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube","source":"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md","title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","date":"2023-04-21T00:00:00.000Z","formattedDate":"April 21, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.445,"hasTruncateMarker":true,"authors":[{"name":"Andrew Maguire","title":"Project Contributor","imageURL":"https://avatars.githubusercontent.com/u/2178292?v=4","key":"andrewm4894"}],"frontMatter":{"title":"OpenAssistant Storms YouTube!","description":"OpenAssistant Storms YouTube!","authors":["andrewm4894"],"tags":["open-assistant","youtube"],"image":"./img/img.png"},"prevItem":{"title":"OpenAssistant is Completed!","permalink":"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed"},"nextItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\n![Open Assistant](./img/img.png)\\n\\nFollowing the release of the OpenAssistant dataset, models and chat\\ncapabilities, YouTube has been on fire (almost as much as our servers) with\\nOpenAssistant videos.\\n\\nBelow are some to check out.\\n\\nIf you want more, here is a\\n[playlist](https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq)\\nof all the recent videos we could find.\\n\\n\x3c!--truncate--\x3e\\n\\n




"},{"id":"/2023/04/15/open-assistant-released","metadata":{"permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released","source":"@site/blog/2023-04-15-open-assistant-released/index.mdx","title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","date":"2023-04-15T00:00:00.000Z","formattedDate":"April 15, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.805,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","description":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/ddG2fM9i4Kk/0.jpg"},"prevItem":{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"},"nextItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe\'re excited to announce the release of OpenAssistant!\\n\\nThe future of AI development depends heavily on high quality datasets and models\\nbeing made publicly available, and that\'s exactly what this project does.\\n\\nOur team has worked tirelessly over the past several months collecting large\\namounts of text-based input and feedback to create an incredibly diverse and\\nunique dataset designed specifically for training language models or other AI\\napplications.\\n\\nWith over 600k human-generated data points covering a wide range of topics and\\nstyles of writing, our dataset will be an invaluable tool for any developer\\nlooking to create state-of-the-art instruction models!\\n\\nTo make things even better, we are making this entire dataset free and\\naccessible to all who wish to use it. Check it out today at our HF org:\\n[OpenAssistant](https://huggingface.co/OpenAssistant)\\n\\nOn top of that, we\'ve trained very powerful models that you can try right now\\nat:\\n\\n[open-assistant.io/chat](https://open-assistant.io/chat)\\n\\nWatch the announcement video:\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/10/open-assistant-livestream-just-chatting","metadata":{"permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting","source":"@site/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx","title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","date":"2023-04-10T00:00:00.000Z","formattedDate":"April 10, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.105,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","description":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/5IymlBZDw-0/0.jpg"},"prevItem":{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"},"nextItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nLivestream playing around with Open Assistant and AI alignment :)\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/04/06/open-assistant-first-models-are-here","metadata":{"permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here","source":"@site/blog/2023-04-06-open-assistant-first-models-are-here/index.mdx","title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","date":"2023-04-06T00:00:00.000Z","formattedDate":"April 6, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"}],"readingTime":0.2,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant First Models are here!","description":"Open Assistant First Models are here!","authors":["yk"],"tags":["open-assistant","youtube"],"image":"https://img.youtube.com/vi/Hi6cbeBY2oQ/0.jpg"},"prevItem":{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"},"nextItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nHello hello! we\'re finally here the first models of open Assistant are out and\\nI\'m going to show you a little bit of what you can do with them!\\n\\nhttps://open-assistant.io/chat\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","metadata":{"permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","source":"@site/blog/2023-02-24-open-assistant-inference-backend-development-hands-on-coding/index.mdx","title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","date":"2023-02-24T00:00:00.000Z","formattedDate":"February 24, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"},{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube"},{"label":"live-coding","permalink":"/Open-Assistant/blog/tags/live-coding"}],"readingTime":0.215,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"}],"frontMatter":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","description":"Open Assistant Inference Backend Development (Hands-On Coding)","authors":["yk"],"tags":["open-assistant","youtube","live-coding"],"image":"https://img.youtube.com/vi/6OozhhI6U4g/0.jpg"},"prevItem":{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"},"nextItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nOpen Assistant Inference Backend Development (Hands-On Coding)\\n\\nJoin me as I build streaming inference into the Hugging Face text generation\\nserver, going through cuda, python, rust, grpc, websockets, server-sent events,\\nand more...\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"},{"id":"2023-02-11-architecture","metadata":{"permalink":"/Open-Assistant/blog/2023-02-11-architecture","source":"@site/blog/2023-02-11-architecture.md","title":"The Architecture so Far!","description":"This is the architecture of our app so far.","date":"2023-02-11T00:00:00.000Z","formattedDate":"February 11, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":1.15,"hasTruncateMarker":false,"authors":[{"name":"Abdullah Barhoum","title":"Semi-professional D\xf6ner Enjoyer","imageURL":"https://avatars.githubusercontent.com/u/24505302?v=4","key":"AbdBarho"}],"frontMatter":{"title":"The Architecture so Far!","description":"This is the architecture of our app so far.","slug":"2023-02-11-architecture","authors":"AbdBarho","tags":["open-assistant"]},"prevItem":{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},"nextItem":{"title":"We Need Your Help!","permalink":"/Open-Assistant/blog/we-need-your-help"}},"content":"I thought it would make sense to document our architecture as a blog post, since\\nit would be easily visible for everyone, and it would also be nice to look back\\na couple months from now and see how stuff has changed :)\\n\\nA lot of work was done in the past couple of weeks to establish the needed\\ninfrastructure both for data collection and inference purposes. Thanks to\\neveryone, and especially community members who supported us so far!\\n\\nOur current plan for the architecture of the Open Assistant is as follows:\\n\\n```mermaid\\nflowchart TD\\n subgraph next[Web Frontend]\\n direction TB\\n website([Browser]) & nextbackend[Backend] & webpostgres[(PostgreSQL)]\\n end\\n\\n subgraph data[Python backend]\\n direction TB\\n backend[Backend] & postgres[(PostgreSQL)] & redis[(Redis)]\\n end\\n\\n subgraph inference[Inference Service]\\n direction TB\\n inferenceServer[Server] -.- infpostgres[(PostgreSQL)]\\n end\\n\\n subgraph workers[Inference Workers]\\n direction TB\\n worker1[Worker] --- textgen1[Text\\\\ngenerator]\\n worker2[Worker] --- textgen2[Text\\\\ngenerator]\\n worker3[Worker] --- textgen3[Text\\\\ngenerator]\\n end\\n\\n website --\x3e nextbackend\\n nextbackend -.- webpostgres\\n\\n next --- data\\n\\n backend -.- postgres & redis\\n\\n next --- inference\\n\\n inference --- workers\\n```\\n\\nWe are working on setting up the inference as shown above, and considering our\\noptions for hosting, also, we want to move our authentication from the website\\nto the python backend.\\n\\nOf course, this is by no means final, and lot of questions are still open, and\\nthat is the fun of it! If you want to join us on our journey, just give our\\n[github](https://github.com/LAION-AI/Open-Assistant) a look!"},{"id":"we-need-your-help","metadata":{"permalink":"/Open-Assistant/blog/we-need-your-help","source":"@site/blog/2023-02-05-we-need-your-help.mdx","title":"We Need Your Help!","description":"We Need Your Help!","date":"2023-02-05T00:00:00.000Z","formattedDate":"February 5, 2023","tags":[{"label":"open-assistant","permalink":"/Open-Assistant/blog/tags/open-assistant"}],"readingTime":0.145,"hasTruncateMarker":true,"authors":[{"name":"Yannic Kilcher","title":"Project co-founder","url":"https://www.ykilcher.com/","imageURL":"https://www.ykilcher.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fheadshot.ff3a7ee3.webp&w=3840&q=75","key":"yk"},{"name":"Andreas K\xf6pf","title":"Project co-founder & Team Lead","imageURL":"https://avatars.githubusercontent.com/u/9976399?v=4","key":"andreaskoepf"},{"name":"Huu Nguyen (ontocord)","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/8900094?v=4","key":"ontocord"},{"name":"Christoph Schuhmann","title":"Project co-founder","imageURL":"https://avatars.githubusercontent.com/u/22318853?v=4","key":"christophschuhmann"}],"frontMatter":{"title":"We Need Your Help!","description":"We Need Your Help!","slug":"we-need-your-help","authors":["yk","andreaskoepf","ontocord","christophschuhmann"],"tags":["open-assistant"],"image":"https://img.youtube.com/vi/64Izfm24FKA/0.jpg"},"prevItem":{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"}},"content":"import ReactPlayer from \\"react-player\\";\\n\\nWe Need Your Help!\\n\\nHelp us collect data for OpenAssistant, the largest and most open alternative to\\nChatGPT.\\n\\nhttps://open-assistant.io\\n\\n\\n\\n\x3c!--truncate--\x3e"}]}')}}]); \ No newline at end of file diff --git a/assets/js/814f3328.61aa5e9f.js b/assets/js/814f3328.61aa5e9f.js deleted file mode 100644 index 9b7ba294a2..0000000000 --- a/assets/js/814f3328.61aa5e9f.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[2535],{45641:e=>{e.exports=JSON.parse('{"title":"Blog Posts","items":[{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"},{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"},{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"},{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"},{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"},{"title":"We Need Your Help!","permalink":"/Open-Assistant/blog/we-need-your-help"}]}')}}]); \ No newline at end of file diff --git a/assets/js/814f3328.b4957308.js b/assets/js/814f3328.b4957308.js new file mode 100644 index 0000000000..33ffd492bf --- /dev/null +++ b/assets/js/814f3328.b4957308.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[2535],{45641:e=>{e.exports=JSON.parse('{"title":"Blog Posts","items":[{"title":"OpenAssistant is Completed!","permalink":"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed"},{"title":"OpenAssistant Storms YouTube!","permalink":"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube"},{"title":"OpenAssistant RELEASED! The world\'s best open-source Chat AI!","permalink":"/Open-Assistant/blog/2023/04/15/open-assistant-released"},{"title":"AI Alignment Livestream (aka OpenAssistant \\"Just Chatting\\")","permalink":"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting"},{"title":"Open Assistant First Models are here!","permalink":"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here"},{"title":"Open Assistant Inference Backend Development (Hands-On Coding)","permalink":"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding"},{"title":"The Architecture so Far!","permalink":"/Open-Assistant/blog/2023-02-11-architecture"},{"title":"We Need Your Help!","permalink":"/Open-Assistant/blog/we-need-your-help"}]}')}}]); \ No newline at end of file diff --git a/assets/js/8b4fc54e.bf192b35.js b/assets/js/8b4fc54e.b9232ab7.js similarity index 58% rename from assets/js/8b4fc54e.bf192b35.js rename to assets/js/8b4fc54e.b9232ab7.js index c9c54d966f..9c7ce3d259 100644 --- a/assets/js/8b4fc54e.bf192b35.js +++ b/assets/js/8b4fc54e.b9232ab7.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[8500],{7786:s=>{s.exports=JSON.parse('{"permalink":"/Open-Assistant/blog","page":1,"postsPerPage":7,"totalPages":1,"totalCount":7,"blogDescription":"Home of the OpenAssistant blog.","blogTitle":"OpenAssistant Blog"}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[8500],{7786:s=>{s.exports=JSON.parse('{"permalink":"/Open-Assistant/blog","page":1,"postsPerPage":8,"totalPages":1,"totalCount":8,"blogDescription":"Home of the OpenAssistant blog.","blogTitle":"OpenAssistant Blog"}')}}]); \ No newline at end of file diff --git a/assets/js/c3dd77c5.3a4d652d.js b/assets/js/c3dd77c5.3a4d652d.js deleted file mode 100644 index a2a5f8f72b..0000000000 --- a/assets/js/c3dd77c5.3a4d652d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[2893],{9121:(t,e,s)=>{s.r(e),s.d(e,{assets:()=>l,contentTitle:()=>i,default:()=>b,frontMatter:()=>r,metadata:()=>u,toc:()=>p});var a=s(87462),n=(s(67294),s(3905)),o=s(22004);const r={title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},i=void 0,u={permalink:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube",source:"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md",title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",date:"2023-04-21T00:00:00.000Z",formattedDate:"April 21, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"},{label:"youtube",permalink:"/Open-Assistant/blog/tags/youtube"}],readingTime:.445,hasTruncateMarker:!0,authors:[{name:"Andrew Maguire",title:"Project Contributor",imageURL:"https://avatars.githubusercontent.com/u/2178292?v=4",key:"andrewm4894"}],frontMatter:{title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},nextItem:{title:"OpenAssistant RELEASED! The world's best open-source Chat AI!",permalink:"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},l={image:s(40919).Z,authorsImageUrls:[void 0]},p=[],m={toc:p},c="wrapper";function b(t){let{components:e,...r}=t;return(0,n.kt)(c,(0,a.Z)({},m,r,{components:e,mdxType:"MDXLayout"}),(0,n.kt)("p",null,(0,n.kt)("img",{alt:"Open Assistant",src:s(40919).Z,width:"1783",height:"1198"})),(0,n.kt)("p",null,"Following the release of the OpenAssistant dataset, models and chat\ncapabilities, YouTube has been on fire (almost as much as our servers) with\nOpenAssistant videos."),(0,n.kt)("p",null,"Below are some to check out."),(0,n.kt)("p",null,"If you want more, here is a\n",(0,n.kt)("a",{parentName:"p",href:"https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq"},"playlist"),"\nof all the recent videos we could find."),(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/TFa539R09EQ",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/FQIHLFLrTw0",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/CEt2nRzUVpE",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/VFPrwxPBBVU",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/X3Oe8uYNITM",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/bZj7wGWmNow",mdxType:"ReactPlayer"}))}b.isMDXComponent=!0},40919:(t,e,s)=>{s.d(e,{Z:()=>a});const a=s.p+"assets/images/img-e7661ee1cb91a60efe2130b8cc402f7e.png"}}]); \ No newline at end of file diff --git a/assets/js/c3dd77c5.ddc07413.js b/assets/js/c3dd77c5.ddc07413.js new file mode 100644 index 0000000000..8c6a187332 --- /dev/null +++ b/assets/js/c3dd77c5.ddc07413.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[2893],{9121:(t,e,s)=>{s.r(e),s.d(e,{assets:()=>u,contentTitle:()=>i,default:()=>b,frontMatter:()=>r,metadata:()=>l,toc:()=>p});var a=s(87462),n=(s(67294),s(3905)),o=s(22004);const r={title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},i=void 0,l={permalink:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube",source:"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md",title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",date:"2023-04-21T00:00:00.000Z",formattedDate:"April 21, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"},{label:"youtube",permalink:"/Open-Assistant/blog/tags/youtube"}],readingTime:.445,hasTruncateMarker:!0,authors:[{name:"Andrew Maguire",title:"Project Contributor",imageURL:"https://avatars.githubusercontent.com/u/2178292?v=4",key:"andrewm4894"}],frontMatter:{title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},prevItem:{title:"OpenAssistant is Completed!",permalink:"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed"},nextItem:{title:"OpenAssistant RELEASED! The world's best open-source Chat AI!",permalink:"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},u={image:s(40919).Z,authorsImageUrls:[void 0]},p=[],m={toc:p},c="wrapper";function b(t){let{components:e,...r}=t;return(0,n.kt)(c,(0,a.Z)({},m,r,{components:e,mdxType:"MDXLayout"}),(0,n.kt)("p",null,(0,n.kt)("img",{alt:"Open Assistant",src:s(40919).Z,width:"1783",height:"1198"})),(0,n.kt)("p",null,"Following the release of the OpenAssistant dataset, models and chat\ncapabilities, YouTube has been on fire (almost as much as our servers) with\nOpenAssistant videos."),(0,n.kt)("p",null,"Below are some to check out."),(0,n.kt)("p",null,"If you want more, here is a\n",(0,n.kt)("a",{parentName:"p",href:"https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq"},"playlist"),"\nof all the recent videos we could find."),(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/TFa539R09EQ",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/FQIHLFLrTw0",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/CEt2nRzUVpE",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/VFPrwxPBBVU",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/X3Oe8uYNITM",mdxType:"ReactPlayer"})," ",(0,n.kt)("br",null)," ",(0,n.kt)(o.Z,{controls:!0,width:"100%",url:"https://www.youtube.com/embed/bZj7wGWmNow",mdxType:"ReactPlayer"}))}b.isMDXComponent=!0},40919:(t,e,s)=>{s.d(e,{Z:()=>a});const a=s.p+"assets/images/img-e7661ee1cb91a60efe2130b8cc402f7e.png"}}]); \ No newline at end of file diff --git a/assets/js/d882e68e.c7eb525f.js b/assets/js/d882e68e.97777e84.js similarity index 74% rename from assets/js/d882e68e.c7eb525f.js rename to assets/js/d882e68e.97777e84.js index 7ae9adbba9..2ea3b74803 100644 --- a/assets/js/d882e68e.c7eb525f.js +++ b/assets/js/d882e68e.97777e84.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[3746],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var r=n(67294);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(s[n]=e[n]);return s}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(s[n]=e[n])}return s}var p=r.createContext({}),l=function(e){var t=r.useContext(p),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},u=function(e){var t=l(e.components);return r.createElement(p.Provider,{value:t},e.children)},c="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},b=r.forwardRef((function(e,t){var n=e.components,s=e.mdxType,a=e.originalType,p=e.parentName,u=i(e,["components","mdxType","originalType","parentName"]),c=l(n),b=s,f=c["".concat(p,".").concat(b)]||c[b]||m[b]||a;return n?r.createElement(f,o(o({ref:t},u),{},{components:n})):r.createElement(f,o({ref:t},u))}));function f(e,t){var n=arguments,s=t&&t.mdxType;if("string"==typeof e||s){var a=n.length,o=new Array(a);o[0]=b;var i={};for(var p in t)hasOwnProperty.call(t,p)&&(i[p]=t[p]);i.originalType=e,i[c]="string"==typeof e?e:s,o[1]=i;for(var l=2;l{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>o,default:()=>m,frontMatter:()=>a,metadata:()=>i,toc:()=>l});var r=n(87462),s=(n(67294),n(3905));const a={title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},o=void 0,i={permalink:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube",source:"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md",title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",date:"2023-04-21T00:00:00.000Z",formattedDate:"April 21, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"},{label:"youtube",permalink:"/Open-Assistant/blog/tags/youtube"}],readingTime:.445,hasTruncateMarker:!0,authors:[{name:"Andrew Maguire",title:"Project Contributor",imageURL:"https://avatars.githubusercontent.com/u/2178292?v=4",key:"andrewm4894"}],frontMatter:{title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},nextItem:{title:"OpenAssistant RELEASED! The world's best open-source Chat AI!",permalink:"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},p={image:n(40919).Z,authorsImageUrls:[void 0]},l=[],u={toc:l},c="wrapper";function m(e){let{components:t,...a}=e;return(0,s.kt)(c,(0,r.Z)({},u,a,{components:t,mdxType:"MDXLayout"}),(0,s.kt)("p",null,(0,s.kt)("img",{alt:"Open Assistant",src:n(40919).Z,width:"1783",height:"1198"})),(0,s.kt)("p",null,"Following the release of the OpenAssistant dataset, models and chat\ncapabilities, YouTube has been on fire (almost as much as our servers) with\nOpenAssistant videos."),(0,s.kt)("p",null,"Below are some to check out."),(0,s.kt)("p",null,"If you want more, here is a\n",(0,s.kt)("a",{parentName:"p",href:"https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq"},"playlist"),"\nof all the recent videos we could find."))}m.isMDXComponent=!0},40919:(e,t,n)=>{n.d(t,{Z:()=>r});const r=n.p+"assets/images/img-e7661ee1cb91a60efe2130b8cc402f7e.png"}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[3746],{3905:(e,t,n)=>{n.d(t,{Zo:()=>u,kt:()=>f});var r=n(67294);function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t=0||(s[n]=e[n]);return s}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(s[n]=e[n])}return s}var p=r.createContext({}),l=function(e){var t=r.useContext(p),n=t;return e&&(n="function"==typeof e?e(t):o(o({},t),e)),n},u=function(e){var t=l(e.components);return r.createElement(p.Provider,{value:t},e.children)},c="mdxType",m={inlineCode:"code",wrapper:function(e){var t=e.children;return r.createElement(r.Fragment,{},t)}},b=r.forwardRef((function(e,t){var n=e.components,s=e.mdxType,a=e.originalType,p=e.parentName,u=i(e,["components","mdxType","originalType","parentName"]),c=l(n),b=s,f=c["".concat(p,".").concat(b)]||c[b]||m[b]||a;return n?r.createElement(f,o(o({ref:t},u),{},{components:n})):r.createElement(f,o({ref:t},u))}));function f(e,t){var n=arguments,s=t&&t.mdxType;if("string"==typeof e||s){var a=n.length,o=new Array(a);o[0]=b;var i={};for(var p in t)hasOwnProperty.call(t,p)&&(i[p]=t[p]);i.originalType=e,i[c]="string"==typeof e?e:s,o[1]=i;for(var l=2;l{n.r(t),n.d(t,{assets:()=>p,contentTitle:()=>o,default:()=>m,frontMatter:()=>a,metadata:()=>i,toc:()=>l});var r=n(87462),s=(n(67294),n(3905));const a={title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},o=void 0,i={permalink:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube",source:"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md",title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",date:"2023-04-21T00:00:00.000Z",formattedDate:"April 21, 2023",tags:[{label:"open-assistant",permalink:"/Open-Assistant/blog/tags/open-assistant"},{label:"youtube",permalink:"/Open-Assistant/blog/tags/youtube"}],readingTime:.445,hasTruncateMarker:!0,authors:[{name:"Andrew Maguire",title:"Project Contributor",imageURL:"https://avatars.githubusercontent.com/u/2178292?v=4",key:"andrewm4894"}],frontMatter:{title:"OpenAssistant Storms YouTube!",description:"OpenAssistant Storms YouTube!",authors:["andrewm4894"],tags:["open-assistant","youtube"],image:"./img/img.png"},prevItem:{title:"OpenAssistant is Completed!",permalink:"/Open-Assistant/blog/2023/10/25/open-assistant-is-completed"},nextItem:{title:"OpenAssistant RELEASED! The world's best open-source Chat AI!",permalink:"/Open-Assistant/blog/2023/04/15/open-assistant-released"}},p={image:n(40919).Z,authorsImageUrls:[void 0]},l=[],u={toc:l},c="wrapper";function m(e){let{components:t,...a}=e;return(0,s.kt)(c,(0,r.Z)({},u,a,{components:t,mdxType:"MDXLayout"}),(0,s.kt)("p",null,(0,s.kt)("img",{alt:"Open Assistant",src:n(40919).Z,width:"1783",height:"1198"})),(0,s.kt)("p",null,"Following the release of the OpenAssistant dataset, models and chat\ncapabilities, YouTube has been on fire (almost as much as our servers) with\nOpenAssistant videos."),(0,s.kt)("p",null,"Below are some to check out."),(0,s.kt)("p",null,"If you want more, here is a\n",(0,s.kt)("a",{parentName:"p",href:"https://youtube.com/playlist?list=PL6Zhl9mK2r0L9h90uBaIKrHBQQEEPrsxq"},"playlist"),"\nof all the recent videos we could find."))}m.isMDXComponent=!0},40919:(e,t,n)=>{n.d(t,{Z:()=>r});const r=n.p+"assets/images/img-e7661ee1cb91a60efe2130b8cc402f7e.png"}}]); \ No newline at end of file diff --git a/assets/js/de957457.c7916634.js b/assets/js/de957457.cd43a586.js similarity index 75% rename from assets/js/de957457.c7916634.js rename to assets/js/de957457.cd43a586.js index 264b140292..f776547c69 100644 --- a/assets/js/de957457.c7916634.js +++ b/assets/js/de957457.cd43a586.js @@ -1 +1 @@ -"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[8335],{35784:s=>{s.exports=JSON.parse('{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube","allTagsPath":"/Open-Assistant/blog/tags","count":5}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[8335],{35784:s=>{s.exports=JSON.parse('{"label":"youtube","permalink":"/Open-Assistant/blog/tags/youtube","allTagsPath":"/Open-Assistant/blog/tags","count":6}')}}]); \ No newline at end of file diff --git a/assets/js/main.6f0a1453.js b/assets/js/main.6f0a1453.js deleted file mode 100644 index f234045cd7..0000000000 --- a/assets/js/main.6f0a1453.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! For license information please see main.6f0a1453.js.LICENSE.txt */ -(self.webpackChunkopen_assistant=self.webpackChunkopen_assistant||[]).push([[179],{723:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(67294),r=n(87462),o=n(68356),i=n.n(o),s=n(16887);const l={"01a85c17":[()=>Promise.all([n.e(532),n.e(4013)]).then(n.bind(n,91223)),"@theme/BlogTagsListPage",91223],"01be1719":[()=>n.e(5538).then(n.t.bind(n,88575,19)),"~blog/default/open-assistant-blog-tags-youtube-057-list.json",88575],"024f5abf":[()=>n.e(890).then(n.bind(n,83706)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-report-lables-ba7-content.mdx",83706],"02f56acf":[()=>n.e(380).then(n.bind(n,97969)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-purge-user-c8d-content.mdx",97969],"031a75d8":[()=>n.e(3442).then(n.t.bind(n,15745,19)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json",15745],"0480b142":[()=>n.e(836).then(n.bind(n,43584)),"@site/docs/faq.md",43584],"052b3f64":[()=>n.e(6359).then(n.t.bind(n,29512,19)),"~blog/default/open-assistant-blog-tags-live-coding-bbf-list.json",29512],"093c0599":[()=>n.e(8355).then(n.bind(n,28358)),"@site/blog/2023-02-11-architecture.md",28358],"0c106f34":[()=>n.e(7985).then(n.bind(n,53587)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-create-chat-99b-content.mdx",53587],"0cb7ffc3":[()=>n.e(5393).then(n.bind(n,93665)),"@site/docs/data/supervised-datasets.md",93665],"0cd297bd":[()=>n.e(5750).then(n.bind(n,266)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-available-auth-providers-325-content.mdx",266],"0d11b40d":[()=>n.e(3047).then(n.bind(n,61133)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-handle-create-report-796-content.mdx",61133],"0e384e19":[()=>n.e(9671).then(n.bind(n,59881)),"@site/docs/intro.md",59881],"12cf0a7a":[()=>n.e(4275).then(n.bind(n,14955)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-tree-by-frontend-id-d67-content.mdx",14955],"156338bc":[()=>n.e(5326).then(n.bind(n,91122)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-valid-lables-626-content.mdx",91122],"1618445a":[()=>n.e(2015).then(n.bind(n,26349)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-tasks-acknowledge-0d3-content.mdx",26349],"173675c3":[()=>n.e(6331).then(n.bind(n,30053)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-builtin-plugins-574-content.mdx",30053],"1780f8f2":[()=>n.e(1806).then(n.bind(n,44200)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-tree-manager-state-counts-e3c-content.mdx",44200],17896441:[()=>Promise.all([n.e(532),n.e(8657),n.e(7918)]).then(n.bind(n,17121)),"@theme/DocItem",17121],"1be78505":[()=>Promise.all([n.e(532),n.e(6897),n.e(9514)]).then(n.bind(n,61651)),"@theme/DocPage",61651],"1de649cc":[()=>n.e(1132).then(n.bind(n,95211)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-message-stats-d2f-content.mdx",95211],"1df93b7f":[()=>Promise.all([n.e(532),n.e(3237)]).then(n.bind(n,78391)),"@site/src/pages/index.tsx",78391],"1f811f49":[()=>n.e(1241).then(n.bind(n,74172)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-metrics-1-668-content.mdx",74172],"1fef780c":[()=>n.e(1801).then(n.bind(n,53760)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-post-message-emoji-fbf-content.mdx",53760],"2560fd27":[()=>n.e(6733).then(n.bind(n,6687)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-users-ordered-by-username-624-content.mdx",6687],"280036e5":[()=>n.e(6449).then(n.bind(n,68223)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-user-stats-timeframe-ac4-content.mdx",68223],"291a6302":[()=>n.e(1181).then(n.bind(n,95578)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-mark-frontend-user-messages-deleted-d07-content.mdx",95578],"291ce83e":[()=>n.e(2087).then(n.bind(n,40611)),"@site/docs/data/augmentation.md",40611],"299541e5":[()=>n.e(1534).then(n.t.bind(n,83769,19)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json",83769],"2a536939":[()=>n.e(7991).then(n.bind(n,26193)),"@site/docs/research/retrieval.md",26193],"2a55fdcc":[()=>n.e(5292).then(n.bind(n,82944)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-close-collective-task-be2-content.mdx",82944],"2b5a6a9b":[()=>n.e(6409).then(n.bind(n,73035)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-user-messages-a35-content.mdx",73035],"2d3d5a52":[()=>n.e(6298).then(n.t.bind(n,4345,19)),"~blog/default/open-assistant-blog-tags-open-assistant-e28.json",4345],"2df6cb70":[()=>n.e(3382).then(n.bind(n,27027)),"@site/docs/guides/data_collection.md",27027],"324ef2b0":[()=>n.e(8070).then(n.bind(n,72005)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-user-stats-timeframe-window-cfd-content.mdx",72005],"333aade6":[()=>n.e(8029).then(n.bind(n,19691)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-list-workers-0bf-content.mdx",19691],33567568:[()=>n.e(5363).then(n.bind(n,6783)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-plugin-config-bcb-content.mdx",6783],"350f36bb":[()=>Promise.all([n.e(1068),n.e(9059)]).then(n.bind(n,23349)),"@site/blog/2023-04-06-open-assistant-first-models-are-here/index.mdx",23349],"381e23fe":[()=>n.e(7504).then(n.bind(n,4884)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-mark-user-messages-deleted-dd0-content.mdx",4884],"398053c8":[()=>n.e(4359).then(n.bind(n,12603)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-delete-user-1f1-content.mdx",12603],"3b4c8f4c":[()=>n.e(1745).then(n.bind(n,81207)),"@site/docs/plugins/README.md",81207],"3f4599e5":[()=>n.e(9264).then(n.bind(n,52394)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-update-leaderboards-all-9d2-content.mdx",52394],"42dc7fed":[()=>n.e(7328).then(n.bind(n,84738)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-callback-github-ddd-content.mdx",84738],"45089f88":[()=>n.e(5757).then(n.bind(n,60849)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-message-1cd-content.mdx",60849],"49024b78":[()=>n.e(8247).then(n.bind(n,6425)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-handle-update-chat-9bd-content.mdx",6425],"4a50c58f":[()=>n.e(4913).then(n.bind(n,44982)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-delete-user-1-309-content.mdx",44982],"4b146352":[()=>n.e(8568).then(n.bind(n,32544)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-create-api-client-cdb-content.mdx",32544],"4b7d5026":[()=>n.e(9738).then(n.bind(n,78666)),"@site/docs/architecture/README.md",78666],"4c32c3da":[()=>n.e(2400).then(n.bind(n,20323)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-users-ordered-by-username-1-8de-content.mdx",20323],"4c5e977b":[()=>Promise.all([n.e(532),n.e(9425),n.e(1893)]).then(n.bind(n,99425)),"@theme/ApiItem",99425],"4cbde6a4":[()=>n.e(2256).then(n.bind(n,69580)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-users-ordered-by-display-name-46e-content.mdx",69580],"4f9d0543":[()=>n.e(3191).then(n.bind(n,96005)),"@site/blog/2023-02-11-architecture.md?truncated=true",96005],"4fbe8898":[()=>n.e(4340).then(n.bind(n,31800)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-create-prompter-message-a73-content.mdx",31800],"51cb0bd9":[()=>n.e(3549).then(n.bind(n,89005)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-user-stats-96e-content.mdx",89005],"51d80929":[()=>n.e(9070).then(n.bind(n,79915)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-callback-discord-666-content.mdx",79915],"538ca6dd":[()=>n.e(6598).then(n.t.bind(n,94314,19)),"~blog/default/open-assistant-blog-tags-tags-faa.json",94314],"553aefee":[()=>n.e(947).then(n.bind(n,37381)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-trollboard-177-content.mdx",37381],"5600dff7":[()=>n.e(8777).then(n.bind(n,9643)),"@site/docs/data/README.md",9643],"5612ef79":[()=>n.e(7738).then(n.bind(n,26010)),"@site/docs/tasks/reply_as_assistant.md",26010],"59561f40":[()=>n.e(1852).then(n.bind(n,22752)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-message-1-152-content.mdx",22752],"5b26ac5e":[()=>n.e(3276).then(n.bind(n,16689)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-login-debug-a69-content.mdx",16689],"5e9f5e1a":[()=>Promise.resolve().then(n.bind(n,36809)),"@generated/docusaurus.config",36809],"6025a53f":[()=>n.e(8281).then(n.bind(n,72791)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-tasks-interaction-9ba-content.mdx",72791],"607306b8":[()=>n.e(423).then(n.bind(n,36831)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-create-worker-00a-content.mdx",36831],"6722bbc1":[()=>n.e(1248).then(n.bind(n,56668)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-tree-manager-stats-40b-content.mdx",56668],"6875c492":[()=>Promise.all([n.e(532),n.e(8657),n.e(2529),n.e(8610)]).then(n.bind(n,41714)),"@theme/BlogTagsPostsPage",41714],"68b37d9f":[()=>n.e(2299).then(n.bind(n,22101)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-delete-chat-73e-content.mdx",22101],"6c3a0864":[()=>n.e(2959).then(n.bind(n,87058)),"@site/docs/guides/guidelines.md",87058],"6c4ced86":[()=>n.e(8201).then(n.bind(n,83354)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-backend-settings-public-1e2-content.mdx",83354],"6cfeca2c":[()=>n.e(9712).then(n.bind(n,75084)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-revoke-refresh-tokens-bcd-content.mdx",75084],"6e734e09":[()=>n.e(7460).then(n.bind(n,50643)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-login-discord-678-content.mdx",50643],"6f45fff8":[()=>n.e(59).then(n.bind(n,32174)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-put-message-tree-state-e58-content.mdx",32174],"6f555c36":[()=>n.e(9223).then(n.bind(n,99661)),"@site/docs/plugins/details.md",99661],"700d1311":[()=>n.e(1483).then(n.bind(n,51799)),"@site/docs/data/schemas.mdx",51799],"70e5f36d":[()=>Promise.all([n.e(1068),n.e(7298)]).then(n.bind(n,56698)),"@site/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx?truncated=true",56698],71598826:[()=>n.e(5401).then(n.bind(n,87077)),"@site/docs/tasks/label_prompter_reply.md",87077],"725c3483":[()=>n.e(6006).then(n.t.bind(n,46996,19)),"~blog/default/open-assistant-blog-tags-open-assistant-e28-list.json",46996],"7330c918":[()=>n.e(942).then(n.bind(n,84133)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-message-events-7b1-content.mdx",84133],"73ddc721":[()=>n.e(4248).then(n.bind(n,59036)),"@site/docs/guides/developers.md",59036],"74afdcba":[()=>n.e(3623).then(n.bind(n,36841)),"@site/docs/plugins/list.md",36841],"76561a78":[()=>n.e(5103).then(n.t.bind(n,88592,19)),"~blog/default/open-assistant-blog-archive-680.json",88592],"7b696307":[()=>n.e(2752).then(n.bind(n,61466)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-mark-message-deleted-7fd-content.mdx",61466],"7e575b18":[()=>Promise.all([n.e(1068),n.e(2479)]).then(n.bind(n,52940)),"@site/blog/2023-04-15-open-assistant-released/index.mdx?truncated=true",52940],"8053dc87":[()=>n.e(8405).then(n.bind(n,75547)),"@site/docs/research/search-based-qa.md",75547],"814f3328":[()=>n.e(2535).then(n.t.bind(n,45641,19)),"~blog/default/blog-post-list-prop-default.json",45641],"81f27f2e":[()=>n.e(8924).then(n.bind(n,43831)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-tree-manager-message-counts-f61-content.mdx",43831],"82bd92e5":[()=>n.e(7495).then(n.bind(n,56224)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-model-configs-f69-content.mdx",56224],"8350a154":[()=>n.e(4279).then(n.bind(n,17832)),"@site/docs/plugins/getting-started.md",17832],"83dea6d2":[()=>n.e(4207).then(n.bind(n,49074)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-cached-stats-all-290-content.mdx",49074],85913775:[()=>n.e(8434).then(n.t.bind(n,76233,19)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/plugin-route-context-module-100.json",76233],89335687:[()=>n.e(2876).then(n.bind(n,70474)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-max-children-by-frontend-id-256-content.mdx",70474],"8937880b":[()=>n.e(7013).then(n.bind(n,37341)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-handle-create-vote-148-content.mdx",37341],"896a272e":[()=>n.e(2548).then(n.bind(n,24784)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-list-worker-sessions-d9d-content.mdx",24784],"8aa293fe":[()=>n.e(1727).then(n.bind(n,93774)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-login-github-e91-content.mdx",93774],"8aba29fc":[()=>n.e(5109).then(n.bind(n,24677)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-tasks-availability-c20-content.mdx",24677],"8b4fc54e":[()=>n.e(8500).then(n.t.bind(n,7786,19)),"~blog/default/open-assistant-blog-345.json",7786],"8bdcbf5d":[()=>n.e(3290).then(n.bind(n,17317)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-conv-34c-content.mdx",17317],"8ce2f784":[()=>n.e(1668).then(n.bind(n,6631)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-login-google-bb1-content.mdx",6631],"8e11c7ce":[()=>n.e(7829).then(n.bind(n,76767)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-max-children-9a7-content.mdx",76767],"935f2afb":[()=>n.e(53).then(n.t.bind(n,1109,19)),"~docs/default/version-current-metadata-prop-751.json",1109],"981ab4dc":[()=>n.e(8475).then(n.bind(n,50887)),"@site/docs/architecture/inference.md",50887],"983e4fce":[()=>n.e(2726).then(n.bind(n,39347)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-refresh-token-e69-content.mdx",39347],"988a2c5b":[()=>n.e(3341).then(n.bind(n,80991)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-user-messages-cursor-d97-content.mdx",80991],"9a71c04e":[()=>n.e(8052).then(n.bind(n,4977)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-messages-cursor-9b4-content.mdx",4977],"9c066957":[()=>n.e(5695).then(n.bind(n,52024)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-message-by-frontend-id-941-content.mdx",52024],"9e4087bc":[()=>n.e(3608).then(n.bind(n,63169)),"@theme/BlogArchivePage",63169],a0fdf9a8:[()=>n.e(4853).then(n.bind(n,22918)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-frontend-user-messages-cursor-edc-content.mdx",22918],a25ff9e8:[()=>n.e(6334).then(n.bind(n,36225)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-user-109-content.mdx",36225],a3be4b3e:[()=>n.e(2759).then(n.bind(n,14511)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-descendants-8cd-content.mdx",14511],a3f49470:[()=>n.e(4168).then(n.bind(n,95117)),"@site/docs/data/datasets.md",95117],a5646f4c:[()=>n.e(7865).then(n.t.bind(n,11584,19)),"~blog/default/open-assistant-blog-tags-live-coding-bbf.json",11584],a6aa9e1f:[()=>Promise.all([n.e(532),n.e(8657),n.e(2529),n.e(3089)]).then(n.bind(n,80046)),"@theme/BlogListPage",80046],aa723b4e:[()=>n.e(5603).then(n.bind(n,28706)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-create-assistant-message-f95-content.mdx",28706],ac3cc3f5:[()=>Promise.all([n.e(532),n.e(8657),n.e(6897),n.e(8009)]).then(n.bind(n,36716)),"@theme/ApiPage",36716],afa16e36:[()=>n.e(9200).then(n.bind(n,82993)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-message-tree-state-807-content.mdx",82993],afa466f8:[()=>n.e(713).then(n.bind(n,68769)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-longest-conv-by-frontend-id-aa0-content.mdx",68769],b0c5eafb:[()=>n.e(7757).then(n.bind(n,84423)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-request-task-654-content.mdx",84423],b4267c1d:[()=>n.e(445).then(n.bind(n,98991)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-purge-user-messages-de0-content.mdx",98991],b43b67ad:[()=>n.e(4813).then(n.bind(n,60289)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-leaderboard-348-content.mdx",60289],b445f5ae:[()=>n.e(9082).then(n.bind(n,64952)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-tree-df3-content.mdx",64952],b47b780d:[()=>n.e(2973).then(n.bind(n,82162)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-create-frontend-user-66e-content.mdx",82162],b5257597:[()=>n.e(5037).then(n.t.bind(n,22630,19)),"~api/default/api-metadata-prop-ebb.json",22630],b7eeee6d:[()=>Promise.all([n.e(1068),n.e(8303)]).then(n.bind(n,19374)),"@site/blog/2023-02-24-open-assistant-inference-backend-development-hands-on-coding/index.mdx?truncated=true",19374],b8da22b9:[()=>n.e(3360).then(n.bind(n,53888)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-backend-settings-full-686-content.mdx",53888],b9461728:[()=>n.e(7904).then(n.bind(n,97695)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-login-trusted-e2a-content.mdx",97695],bf45eca9:[()=>n.e(2892).then(n.bind(n,27908)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-tasks-acknowledge-failure-05f-content.mdx",27908],bfc2bf5d:[()=>Promise.all([n.e(1068),n.e(7944)]).then(n.bind(n,22787)),"@site/blog/2023-02-24-open-assistant-inference-backend-development-hands-on-coding/index.mdx",22787],c23abc80:[()=>n.e(9901).then(n.bind(n,48883)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-cached-stats-014-content.mdx",48883],c23f664e:[()=>n.e(9769).then(n.bind(n,18631)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-messages-937-content.mdx",18631],c395793c:[()=>n.e(9537).then(n.bind(n,44440)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-auth-check-1a8-content.mdx",44440],c3dd77c5:[()=>Promise.all([n.e(1068),n.e(2893)]).then(n.bind(n,9121)),"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md",9121],c3e36097:[()=>Promise.all([n.e(1068),n.e(8141)]).then(n.bind(n,37954)),"@site/blog/2023-04-06-open-assistant-first-models-are-here/index.mdx?truncated=true",37954],c5e8532e:[()=>n.e(1296).then(n.bind(n,58469)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-update-leaderboard-time-frame-20f-content.mdx",58469],c832aaa9:[()=>n.e(6699).then(n.bind(n,66833)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-callback-google-6bb-content.mdx",66833],ccc49370:[()=>Promise.all([n.e(532),n.e(8657),n.e(2529),n.e(6103)]).then(n.bind(n,65203)),"@theme/BlogPostPage",65203],cd255bb3:[()=>n.e(2251).then(n.bind(n,75189)),"@site/docs/research/README.md",75189],ce12afa2:[()=>n.e(193).then(n.bind(n,57947)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-update-cached-stats-4d0-content.mdx",57947],cfadb275:[()=>n.e(7610).then(n.bind(n,14223)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-check-user-auth-920-content.mdx",14223],d068f8a3:[()=>n.e(3800).then(n.bind(n,5861)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-conv-by-frontend-id-499-content.mdx",5861],d07aec4f:[()=>Promise.all([n.e(1068),n.e(3960)]).then(n.bind(n,14882)),"@site/blog/2023-04-15-open-assistant-released/index.mdx",14882],d12209ca:[()=>n.e(4273).then(n.bind(n,36941)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-process-flagged-messages-758-content.mdx",36941],d1a70b12:[()=>n.e(431).then(n.bind(n,9986)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-frontend-user-messages-045-content.mdx",9986],d250cade:[()=>Promise.all([n.e(1068),n.e(8208)]).then(n.bind(n,10492)),"@site/blog/2023-02-05-we-need-your-help.mdx?truncated=true",10492],d44e0d71:[()=>n.e(6025).then(n.bind(n,61877)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-delete-worker-60e-content.mdx",61877],d73a102a:[()=>n.e(8242).then(n.bind(n,40890)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-handle-account-deletion-881-content.mdx",40890],d82130b0:[()=>n.e(2136).then(n.bind(n,37482)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-children-by-frontend-id-f69-content.mdx",37482],d83591ff:[()=>n.e(7931).then(n.bind(n,25579)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-longest-conv-9fe-content.mdx",25579],d882e68e:[()=>n.e(3746).then(n.bind(n,76274)),"@site/blog/2023-04-21-open-assistant-storms-youtube/index.md?truncated=true",76274],d8e6c764:[()=>n.e(9522).then(n.bind(n,47547)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-metrics-02a-content.mdx",47547],d9b60ebe:[()=>n.e(99).then(n.bind(n,52010)),"@site/docs/tasks/reply_as_user.md",52010],db0ce4f2:[()=>n.e(5952).then(n.bind(n,59075)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-children-f61-content.mdx",59075],db656674:[()=>n.e(2715).then(n.bind(n,49025)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-update-user-108-content.mdx",49025],dc0e2893:[()=>n.e(7571).then(n.bind(n,5605)),"@site/docs/presentations/README.md",5605],dcac906b:[()=>n.e(5305).then(n.bind(n,32516)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-flagged-messages-20f-content.mdx",32516],de285be4:[()=>n.e(1608).then(n.bind(n,85429)),"@site/docs/guides/README.md",85429],de957457:[()=>n.e(8335).then(n.t.bind(n,35784,19)),"~blog/default/open-assistant-blog-tags-youtube-057.json",35784],e1acd4cc:[()=>n.e(5828).then(n.bind(n,81494)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-query-frontend-user-34b-content.mdx",81494],e286cc0b:[()=>Promise.all([n.e(1068),n.e(452)]).then(n.bind(n,48501)),"@site/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx",48501],e5f593c9:[()=>n.e(3401).then(n.bind(n,25391)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-users-cursor-e58-content.mdx",25391],e7c91885:[()=>Promise.all([n.e(1068),n.e(7295)]).then(n.bind(n,93881)),"@site/blog/2023-02-05-we-need-your-help.mdx",93881],e929fa53:[()=>n.e(5609).then(n.bind(n,78208)),"@site/docs/tasks/README.md",78208],eb2f5cc4:[()=>n.e(4512).then(n.t.bind(n,24469,19)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json",24469],ed24e03c:[()=>n.e(723).then(n.bind(n,59431)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-label-text-382-content.mdx",59431],ef536d37:[()=>n.e(8402).then(n.bind(n,92202)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-chat-0eb-content.mdx",92202],efabe4ed:[()=>n.e(6015).then(n.bind(n,91729)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-list-chats-04f-content.mdx",91729],f4f22dba:[()=>n.e(2191).then(n.bind(n,58604)),"@site/docs/research/general.md",58604],f7aea858:[()=>n.e(9396).then(n.bind(n,32965)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-undelete-message-78d-content.mdx",32965],f96a6d1e:[()=>n.e(1360).then(n.bind(n,39242)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-callback-debug-b98-content.mdx",39242],fa770816:[()=>n.e(4133).then(n.bind(n,23593)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-descendants-by-frontend-id-644-content.mdx",23593],fb824932:[()=>n.e(7357).then(n.bind(n,36264)),"/home/runner/work/Open-Assistant/Open-Assistant/docs/.docusaurus/docusaurus-plugin-openapi/default/site-api-get-text-toxicity-0b1-content.mdx",36264],fcbe5975:[()=>n.e(3500).then(n.bind(n,85029)),"@site/docs/tasks/label_assistant_reply.md",85029],fce37a1c:[()=>n.e(9457).then(n.bind(n,87603)),"@site/docs/guides/examples.md",87603],fed44025:[()=>n.e(5528).then(n.bind(n,76329)),"@site/docs/tasks/rank_assistant_replies.md",76329]};function u(e){let{error:t,retry:n,pastDelay:r}=e;return t?a.createElement("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"}},a.createElement("p",null,String(t)),a.createElement("div",null,a.createElement("button",{type:"button",onClick:n},"Retry"))):r?a.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},a.createElement("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb"},a.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2"},a.createElement("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0"},a.createElement("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})),a.createElement("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0"},a.createElement("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})),a.createElement("circle",{cx:"22",cy:"22",r:"8"},a.createElement("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"}))))):null}var c=n(99670),d=n(30226);function p(e,t){if("*"===e)return i()({loading:u,loader:()=>n.e(4972).then(n.bind(n,4972)),modules:["@theme/NotFound"],webpack:()=>[4972],render(e,t){const n=e.default;return a.createElement(d.z,{value:{plugin:{name:"native",id:"default"}}},a.createElement(n,t))}});const o=s[`${e}-${t}`],p={},f=[],m=[],g=(0,c.Z)(o);return Object.entries(g).forEach((e=>{let[t,n]=e;const a=l[n];a&&(p[t]=a[0],f.push(a[1]),m.push(a[2]))})),i().Map({loading:u,loader:p,modules:f,webpack:()=>m,render(t,n){const i=JSON.parse(JSON.stringify(o));Object.entries(t).forEach((t=>{let[n,a]=t;const r=a.default;if(!r)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof r&&"function"!=typeof r||Object.keys(a).filter((e=>"default"!==e)).forEach((e=>{r[e]=a[e]}));let o=i;const s=n.split(".");s.slice(0,-1).forEach((e=>{o=o[e]})),o[s[s.length-1]]=r}));const s=i.__comp;delete i.__comp;const l=i.__context;return delete i.__context,a.createElement(d.z,{value:l},a.createElement(s,(0,r.Z)({},i,n)))}})}const f=[{path:"/Open-Assistant/blog",component:p("/Open-Assistant/blog","531"),exact:!0},{path:"/Open-Assistant/blog/2023-02-11-architecture",component:p("/Open-Assistant/blog/2023-02-11-architecture","3aa"),exact:!0},{path:"/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding",component:p("/Open-Assistant/blog/2023/02/24/open-assistant-inference-backend-development-hands-on-coding","813"),exact:!0},{path:"/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here",component:p("/Open-Assistant/blog/2023/04/06/open-assistant-first-models-are-here","e87"),exact:!0},{path:"/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting",component:p("/Open-Assistant/blog/2023/04/10/open-assistant-livestream-just-chatting","549"),exact:!0},{path:"/Open-Assistant/blog/2023/04/15/open-assistant-released",component:p("/Open-Assistant/blog/2023/04/15/open-assistant-released","521"),exact:!0},{path:"/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube",component:p("/Open-Assistant/blog/2023/04/21/open-assistant-storms-youtube","f6d"),exact:!0},{path:"/Open-Assistant/blog/archive",component:p("/Open-Assistant/blog/archive","1fc"),exact:!0},{path:"/Open-Assistant/blog/tags",component:p("/Open-Assistant/blog/tags","3a3"),exact:!0},{path:"/Open-Assistant/blog/tags/live-coding",component:p("/Open-Assistant/blog/tags/live-coding","df4"),exact:!0},{path:"/Open-Assistant/blog/tags/open-assistant",component:p("/Open-Assistant/blog/tags/open-assistant","0ca"),exact:!0},{path:"/Open-Assistant/blog/tags/youtube",component:p("/Open-Assistant/blog/tags/youtube","a4f"),exact:!0},{path:"/Open-Assistant/blog/we-need-your-help",component:p("/Open-Assistant/blog/we-need-your-help","599"),exact:!0},{path:"/Open-Assistant/api",component:p("/Open-Assistant/api","bfc"),routes:[{path:"/Open-Assistant/api",component:p("/Open-Assistant/api","e98"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/auth-check",component:p("/Open-Assistant/api/auth-check","b1c"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/callback-debug",component:p("/Open-Assistant/api/callback-debug","f8a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/callback-discord",component:p("/Open-Assistant/api/callback-discord","aca"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/callback-github",component:p("/Open-Assistant/api/callback-github","cc1"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/callback-google",component:p("/Open-Assistant/api/callback-google","38b"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/check-user-auth",component:p("/Open-Assistant/api/check-user-auth","2ac"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/close-collective-task",component:p("/Open-Assistant/api/close-collective-task","574"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/create-api-client",component:p("/Open-Assistant/api/create-api-client","946"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/create-assistant-message",component:p("/Open-Assistant/api/create-assistant-message","1f3"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/create-chat",component:p("/Open-Assistant/api/create-chat","a8e"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/create-frontend-user",component:p("/Open-Assistant/api/create-frontend-user","53e"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/create-prompter-message",component:p("/Open-Assistant/api/create-prompter-message","4f7"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/create-worker",component:p("/Open-Assistant/api/create-worker","bb6"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/delete-chat",component:p("/Open-Assistant/api/delete-chat","864"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/delete-user",component:p("/Open-Assistant/api/delete-user","7d7"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/delete-user-1",component:p("/Open-Assistant/api/delete-user-1","10e"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/delete-worker",component:p("/Open-Assistant/api/delete-worker","042"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-available-auth-providers",component:p("/Open-Assistant/api/get-available-auth-providers","21f"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-backend-settings-full",component:p("/Open-Assistant/api/get-backend-settings-full","336"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-backend-settings-public",component:p("/Open-Assistant/api/get-backend-settings-public","653"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-builtin-plugins",component:p("/Open-Assistant/api/get-builtin-plugins","78a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-cached-stats",component:p("/Open-Assistant/api/get-cached-stats","317"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-cached-stats-all",component:p("/Open-Assistant/api/get-cached-stats-all","ab9"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-chat",component:p("/Open-Assistant/api/get-chat","067"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-children",component:p("/Open-Assistant/api/get-children","4bd"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-children-by-frontend-id",component:p("/Open-Assistant/api/get-children-by-frontend-id","b58"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-conv",component:p("/Open-Assistant/api/get-conv","1c2"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-conv-by-frontend-id",component:p("/Open-Assistant/api/get-conv-by-frontend-id","d12"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-descendants",component:p("/Open-Assistant/api/get-descendants","b65"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-descendants-by-frontend-id",component:p("/Open-Assistant/api/get-descendants-by-frontend-id","8f5"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-flagged-messages",component:p("/Open-Assistant/api/get-flagged-messages","637"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-leaderboard",component:p("/Open-Assistant/api/get-leaderboard","bbb"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-longest-conv",component:p("/Open-Assistant/api/get-longest-conv","066"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-longest-conv-by-frontend-id",component:p("/Open-Assistant/api/get-longest-conv-by-frontend-id","deb"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-max-children",component:p("/Open-Assistant/api/get-max-children","baf"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-max-children-by-frontend-id",component:p("/Open-Assistant/api/get-max-children-by-frontend-id","916"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-message",component:p("/Open-Assistant/api/get-message","a61"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-message-1",component:p("/Open-Assistant/api/get-message-1","75a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-message-by-frontend-id",component:p("/Open-Assistant/api/get-message-by-frontend-id","d44"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-message-stats",component:p("/Open-Assistant/api/get-message-stats","374"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-message-tree-state",component:p("/Open-Assistant/api/get-message-tree-state","14d"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-messages-cursor",component:p("/Open-Assistant/api/get-messages-cursor","d37"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-model-configs",component:p("/Open-Assistant/api/get-model-configs","e92"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-plugin-config",component:p("/Open-Assistant/api/get-plugin-config","268"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-report-lables",component:p("/Open-Assistant/api/get-report-lables","243"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-text-toxicity",component:p("/Open-Assistant/api/get-text-toxicity","ce3"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-tree",component:p("/Open-Assistant/api/get-tree","78d"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-tree-by-frontend-id",component:p("/Open-Assistant/api/get-tree-by-frontend-id","4f1"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-tree-manager-message-counts",component:p("/Open-Assistant/api/get-tree-manager-message-counts","cbe"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-tree-manager-state-counts",component:p("/Open-Assistant/api/get-tree-manager-state-counts","495"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-tree-manager-stats",component:p("/Open-Assistant/api/get-tree-manager-stats","2f1"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-trollboard",component:p("/Open-Assistant/api/get-trollboard","cfd"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-user",component:p("/Open-Assistant/api/get-user","4dd"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-users-cursor",component:p("/Open-Assistant/api/get-users-cursor","c3a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-users-ordered-by-display-name",component:p("/Open-Assistant/api/get-users-ordered-by-display-name","4e7"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-users-ordered-by-username",component:p("/Open-Assistant/api/get-users-ordered-by-username","af8"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-users-ordered-by-username-1",component:p("/Open-Assistant/api/get-users-ordered-by-username-1","8b7"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/get-valid-lables",component:p("/Open-Assistant/api/get-valid-lables","6b7"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/handle-account-deletion",component:p("/Open-Assistant/api/handle-account-deletion","565"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/handle-create-report",component:p("/Open-Assistant/api/handle-create-report","050"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/handle-create-vote",component:p("/Open-Assistant/api/handle-create-vote","e63"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/handle-update-chat",component:p("/Open-Assistant/api/handle-update-chat","905"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/label-text",component:p("/Open-Assistant/api/label-text","695"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/list-chats",component:p("/Open-Assistant/api/list-chats","f50"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/list-worker-sessions",component:p("/Open-Assistant/api/list-worker-sessions","113"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/list-workers",component:p("/Open-Assistant/api/list-workers","c32"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/login-debug",component:p("/Open-Assistant/api/login-debug","71b"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/login-discord",component:p("/Open-Assistant/api/login-discord","a4b"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/login-github",component:p("/Open-Assistant/api/login-github","8d8"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/login-google",component:p("/Open-Assistant/api/login-google","96f"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/login-trusted",component:p("/Open-Assistant/api/login-trusted","c54"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/mark-frontend-user-messages-deleted",component:p("/Open-Assistant/api/mark-frontend-user-messages-deleted","b42"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/mark-message-deleted",component:p("/Open-Assistant/api/mark-message-deleted","2c5"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/mark-user-messages-deleted",component:p("/Open-Assistant/api/mark-user-messages-deleted","0bc"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/message-events",component:p("/Open-Assistant/api/message-events","b20"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/metrics",component:p("/Open-Assistant/api/metrics","04f"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/metrics-1",component:p("/Open-Assistant/api/metrics-1","53c"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/post-message-emoji",component:p("/Open-Assistant/api/post-message-emoji","566"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/process-flagged-messages",component:p("/Open-Assistant/api/process-flagged-messages","d0e"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/purge-user",component:p("/Open-Assistant/api/purge-user","472"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/purge-user-messages",component:p("/Open-Assistant/api/purge-user-messages","b0d"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/put-message-tree-state",component:p("/Open-Assistant/api/put-message-tree-state","7c5"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-frontend-user",component:p("/Open-Assistant/api/query-frontend-user","778"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-frontend-user-messages",component:p("/Open-Assistant/api/query-frontend-user-messages","2e4"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-frontend-user-messages-cursor",component:p("/Open-Assistant/api/query-frontend-user-messages-cursor","9f6"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-messages",component:p("/Open-Assistant/api/query-messages","e12"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-user-messages",component:p("/Open-Assistant/api/query-user-messages","417"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-user-messages-cursor",component:p("/Open-Assistant/api/query-user-messages-cursor","8a7"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-user-stats",component:p("/Open-Assistant/api/query-user-stats","e9b"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-user-stats-timeframe",component:p("/Open-Assistant/api/query-user-stats-timeframe","2fb"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/query-user-stats-timeframe-window",component:p("/Open-Assistant/api/query-user-stats-timeframe-window","275"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/refresh-token",component:p("/Open-Assistant/api/refresh-token","22a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/request-task",component:p("/Open-Assistant/api/request-task","a72"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/revoke-refresh-tokens",component:p("/Open-Assistant/api/revoke-refresh-tokens","97a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/tasks-acknowledge",component:p("/Open-Assistant/api/tasks-acknowledge","122"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/tasks-acknowledge-failure",component:p("/Open-Assistant/api/tasks-acknowledge-failure","f13"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/tasks-availability",component:p("/Open-Assistant/api/tasks-availability","03a"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/tasks-interaction",component:p("/Open-Assistant/api/tasks-interaction","f42"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/undelete-message",component:p("/Open-Assistant/api/undelete-message","ec4"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/update-cached-stats",component:p("/Open-Assistant/api/update-cached-stats","f96"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/update-leaderboard-time-frame",component:p("/Open-Assistant/api/update-leaderboard-time-frame","788"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/update-leaderboards-all",component:p("/Open-Assistant/api/update-leaderboards-all","500"),exact:!0,sidebar:"openapi-sidebar-default"},{path:"/Open-Assistant/api/update-user",component:p("/Open-Assistant/api/update-user","57e"),exact:!0,sidebar:"openapi-sidebar-default"}]},{path:"/Open-Assistant/docs",component:p("/Open-Assistant/docs","56f"),routes:[{path:"/Open-Assistant/docs/architecture",component:p("/Open-Assistant/docs/architecture","a83"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/architecture/inference",component:p("/Open-Assistant/docs/architecture/inference","6c7"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/data",component:p("/Open-Assistant/docs/data","3fe"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/data/augmentation",component:p("/Open-Assistant/docs/data/augmentation","d2d"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/data/datasets",component:p("/Open-Assistant/docs/data/datasets","22d"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/data/schemas",component:p("/Open-Assistant/docs/data/schemas","a88"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/data/supervised-datasets",component:p("/Open-Assistant/docs/data/supervised-datasets","696"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/faq",component:p("/Open-Assistant/docs/faq","e7f"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/guides",component:p("/Open-Assistant/docs/guides","3b7"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/guides/data_collection",component:p("/Open-Assistant/docs/guides/data_collection","426"),exact:!0},{path:"/Open-Assistant/docs/guides/developers",component:p("/Open-Assistant/docs/guides/developers","fec"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/guides/examples",component:p("/Open-Assistant/docs/guides/examples","31b"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/guides/guidelines",component:p("/Open-Assistant/docs/guides/guidelines","a77"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/intro",component:p("/Open-Assistant/docs/intro","8d0"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/plugins",component:p("/Open-Assistant/docs/plugins","855"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/plugins/details",component:p("/Open-Assistant/docs/plugins/details","fb3"),exact:!0},{path:"/Open-Assistant/docs/plugins/getting-started",component:p("/Open-Assistant/docs/plugins/getting-started","2ae"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/plugins/list",component:p("/Open-Assistant/docs/plugins/list","e31"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/presentations",component:p("/Open-Assistant/docs/presentations","b23"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/research",component:p("/Open-Assistant/docs/research","ae7"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/research/general",component:p("/Open-Assistant/docs/research/general","0c3"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/research/retrieval",component:p("/Open-Assistant/docs/research/retrieval","df4"),exact:!0},{path:"/Open-Assistant/docs/research/search-based-qa",component:p("/Open-Assistant/docs/research/search-based-qa","89e"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/tasks",component:p("/Open-Assistant/docs/tasks","316"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/tasks/label_assistant_reply",component:p("/Open-Assistant/docs/tasks/label_assistant_reply","1b0"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/tasks/label_prompter_reply",component:p("/Open-Assistant/docs/tasks/label_prompter_reply","a1d"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/tasks/rank_assistant_replies",component:p("/Open-Assistant/docs/tasks/rank_assistant_replies","993"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/tasks/reply_as_assistant",component:p("/Open-Assistant/docs/tasks/reply_as_assistant","eb5"),exact:!0,sidebar:"sidebar"},{path:"/Open-Assistant/docs/tasks/reply_as_user",component:p("/Open-Assistant/docs/tasks/reply_as_user","cb6"),exact:!0,sidebar:"sidebar"}]},{path:"/Open-Assistant/",component:p("/Open-Assistant/","c4d"),exact:!0},{path:"*",component:p("*")}]},98934:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,t:()=>o});var a=n(67294);const r=a.createContext(!1);function o(e){let{children:t}=e;const[n,o]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{o(!0)}),[]),a.createElement(r.Provider,{value:n},t)}},49383:(e,t,n)=>{"use strict";var a=n(67294),r=n(73935),o=n(73727),i=n(70405),s=n(10412);const l=[n(32497),n(3310),n(18320),n(52295)];var u=n(723),c=n(16550),d=n(18790);function p(e){let{children:t}=e;return a.createElement(a.Fragment,null,t)}var f=n(87462),m=n(35742),g=n(52263),h=n(44996),b=n(86668),v=n(1944),y=n(94711),w=n(19727),k=n(43320),A=n(90197);function E(){const{i18n:{defaultLocale:e,localeConfigs:t}}=(0,g.Z)(),n=(0,y.l)();return a.createElement(m.Z,null,Object.entries(t).map((e=>{let[t,{htmlLang:r}]=e;return a.createElement("link",{key:t,rel:"alternate",href:n.createUrl({locale:t,fullyQualified:!0}),hrefLang:r})})),a.createElement("link",{rel:"alternate",href:n.createUrl({locale:e,fullyQualified:!0}),hrefLang:"x-default"}))}function O(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,g.Z)(),r=function(){const{siteConfig:{url:e}}=(0,g.Z)(),{pathname:t}=(0,c.TH)();return e+(0,h.Z)(t)}(),o=t?`${n}${t}`:r;return a.createElement(m.Z,null,a.createElement("meta",{property:"og:url",content:o}),a.createElement("link",{rel:"canonical",href:o}))}function x(){const{i18n:{currentLocale:e}}=(0,g.Z)(),{metadata:t,image:n}=(0,b.L)();return a.createElement(a.Fragment,null,a.createElement(m.Z,null,a.createElement("meta",{name:"twitter:card",content:"summary_large_image"}),a.createElement("body",{className:w.h})),n&&a.createElement(v.d,{image:n}),a.createElement(O,null),a.createElement(E,null),a.createElement(A.Z,{tag:k.HX,locale:e}),a.createElement(m.Z,null,t.map(((e,t)=>a.createElement("meta",(0,f.Z)({key:t},e))))))}const _=new Map;function S(e){if(_.has(e.pathname))return{...e,pathname:_.get(e.pathname)};if((0,d.f)(u.Z,e.pathname).some((e=>{let{route:t}=e;return!0===t.exact})))return _.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return _.set(e.pathname,t),{...e,pathname:t}}var C=n(98934),T=n(58940);function L(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a{const a=t.default?.[e]??t[e];return a?.(...n)}));return()=>r.forEach((e=>e?.()))}const R=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,a.useLayoutEffect)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const a=t.pathname===n.pathname,r=t.hash===n.hash,o=t.search===n.search;if(a&&r&&!o)return;const{hash:i}=t;if(i){const e=decodeURIComponent(i.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),L("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function P(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,d.f)(u.Z,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}class N extends a.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=s.Z.canUseDOM?L("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=L("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),P(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return a.createElement(R,{previousLocation:this.previousLocation,location:t},a.createElement(c.AW,{location:t,render:()=>e}))}}const D=N,I="docusaurus-base-url-issue-banner-container",M="docusaurus-base-url-issue-banner",F="docusaurus-base-url-issue-banner-suggestion-container",B="__DOCUSAURUS_INSERT_BASEURL_BANNER";function j(e){return`\nwindow['${B}'] = true;\n\ndocument.addEventListener('DOMContentLoaded', maybeInsertBanner);\n\nfunction maybeInsertBanner() {\n var shouldInsert = window['${B}'];\n shouldInsert && insertBanner();\n}\n\nfunction insertBanner() {\n var bannerContainer = document.getElementById('${I}');\n if (!bannerContainer) {\n return;\n }\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{window[B]=!1}),[]),a.createElement(a.Fragment,null,!s.Z.canUseDOM&&a.createElement(m.Z,null,a.createElement("script",null,j(e))),a.createElement("div",{id:I}))}function U(){const{siteConfig:{baseUrl:e,baseUrlIssueBanner:t}}=(0,g.Z)(),{pathname:n}=(0,c.TH)();return t&&n===e?a.createElement(z,null):null}function $(){const{siteConfig:{favicon:e,title:t,noIndex:n},i18n:{currentLocale:r,localeConfigs:o}}=(0,g.Z)(),i=(0,h.Z)(e),{htmlLang:s,direction:l}=o[r];return a.createElement(m.Z,null,a.createElement("html",{lang:s,dir:l}),a.createElement("title",null,t),a.createElement("meta",{property:"og:title",content:t}),a.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),n&&a.createElement("meta",{name:"robots",content:"noindex, nofollow"}),e&&a.createElement("link",{rel:"icon",href:i}))}var q=n(44763);function H(){const e=(0,d.H)(u.Z),t=(0,c.TH)();return a.createElement(q.Z,null,a.createElement(T.M,null,a.createElement(C.t,null,a.createElement(p,null,a.createElement($,null),a.createElement(x,null),a.createElement(U,null),a.createElement(D,{location:S(t)},e)))))}var G=n(16887);const Z=function(e){try{return document.createElement("link").relList.supports(e)}catch{return!1}}("prefetch")?function(e){return new Promise(((t,n)=>{if("undefined"==typeof document)return void n();const a=document.createElement("link");a.setAttribute("rel","prefetch"),a.setAttribute("href",e),a.onload=()=>t(),a.onerror=()=>n();const r=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;r?.appendChild(a)}))}:function(e){return new Promise(((t,n)=>{const a=new XMLHttpRequest;a.open("GET",e,!0),a.withCredentials=!0,a.onload=()=>{200===a.status?t():n()},a.send(null)}))};var V=n(99670);const W=new Set,Y=new Set,K=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,Q={prefetch(e){if(!(e=>!K()&&!Y.has(e)&&!W.has(e))(e))return!1;W.add(e);const t=(0,d.f)(u.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(G).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,V.Z)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?Z(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!K()&&!Y.has(e))(e)&&(Y.add(e),P(e))},X=Object.freeze(Q);if(s.Z.canUseDOM){window.docusaurus=X;const e=r.hydrate;P(window.location.pathname).then((()=>{e(a.createElement(i.B6,null,a.createElement(o.VK,null,a.createElement(H,null))),document.getElementById("__docusaurus"))}))}},58940:(e,t,n)=>{"use strict";n.d(t,{_:()=>c,M:()=>d});var a=n(67294),r=n(36809);const o=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/Open-Assistant/docs","versions":[{"name":"current","label":"Next","isLast":true,"path":"/Open-Assistant/docs","mainDocId":"intro","docs":[{"id":"architecture/inference","path":"/Open-Assistant/docs/architecture/inference","sidebar":"sidebar"},{"id":"architecture/README","path":"/Open-Assistant/docs/architecture/","sidebar":"sidebar"},{"id":"data/augmentation","path":"/Open-Assistant/docs/data/augmentation","sidebar":"sidebar"},{"id":"data/datasets","path":"/Open-Assistant/docs/data/datasets","sidebar":"sidebar"},{"id":"data/README","path":"/Open-Assistant/docs/data/","sidebar":"sidebar"},{"id":"data/schemas","path":"/Open-Assistant/docs/data/schemas","sidebar":"sidebar"},{"id":"data/supervised-datasets","path":"/Open-Assistant/docs/data/supervised-datasets","sidebar":"sidebar"},{"id":"faq","path":"/Open-Assistant/docs/faq","sidebar":"sidebar"},{"id":"guides/data_collection","path":"/Open-Assistant/docs/guides/data_collection"},{"id":"guides/developers","path":"/Open-Assistant/docs/guides/developers","sidebar":"sidebar"},{"id":"guides/examples","path":"/Open-Assistant/docs/guides/examples","sidebar":"sidebar"},{"id":"guides/guidelines","path":"/Open-Assistant/docs/guides/guidelines","sidebar":"sidebar"},{"id":"guides/README","path":"/Open-Assistant/docs/guides/","sidebar":"sidebar"},{"id":"intro","path":"/Open-Assistant/docs/intro","sidebar":"sidebar"},{"id":"plugins/details","path":"/Open-Assistant/docs/plugins/details"},{"id":"plugins/getting-started","path":"/Open-Assistant/docs/plugins/getting-started","sidebar":"sidebar"},{"id":"plugins/list","path":"/Open-Assistant/docs/plugins/list","sidebar":"sidebar"},{"id":"plugins/README","path":"/Open-Assistant/docs/plugins/","sidebar":"sidebar"},{"id":"presentations/README","path":"/Open-Assistant/docs/presentations/","sidebar":"sidebar"},{"id":"research/general","path":"/Open-Assistant/docs/research/general","sidebar":"sidebar"},{"id":"research/README","path":"/Open-Assistant/docs/research/","sidebar":"sidebar"},{"id":"research/retrieval","path":"/Open-Assistant/docs/research/retrieval"},{"id":"research/search-based-qa","path":"/Open-Assistant/docs/research/search-based-qa","sidebar":"sidebar"},{"id":"tasks/label_assistant_reply","path":"/Open-Assistant/docs/tasks/label_assistant_reply","sidebar":"sidebar"},{"id":"tasks/label_prompter_reply","path":"/Open-Assistant/docs/tasks/label_prompter_reply","sidebar":"sidebar"},{"id":"tasks/rank_assistant_replies","path":"/Open-Assistant/docs/tasks/rank_assistant_replies","sidebar":"sidebar"},{"id":"tasks/README","path":"/Open-Assistant/docs/tasks/","sidebar":"sidebar"},{"id":"tasks/reply_as_assistant","path":"/Open-Assistant/docs/tasks/reply_as_assistant","sidebar":"sidebar"},{"id":"tasks/reply_as_user","path":"/Open-Assistant/docs/tasks/reply_as_user","sidebar":"sidebar"}],"draftIds":[],"sidebars":{"sidebar":{"link":{"path":"/Open-Assistant/docs/intro","label":"intro"}}}}],"breadcrumbs":true}}}'),i=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var s=n(57529);const l=JSON.parse('{"docusaurusVersion":"2.4.0","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"2.4.0"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"2.4.0"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"2.4.0"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"2.4.0"},"docusaurus-plugin-openapi":{"type":"package","name":"docusaurus-plugin-openapi","version":"0.6.4"},"docusaurus-plugin-proxy":{"type":"package","name":"docusaurus-plugin-proxy","version":"0.6.3"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"2.4.0"},"docusaurus-theme-openapi":{"type":"package","name":"docusaurus-theme-openapi","version":"0.6.4"},"docusaurus-theme-mermaid":{"type":"package","name":"@docusaurus/theme-mermaid","version":"2.4.0"}}}'),u={siteConfig:r.default,siteMetadata:l,globalData:o,i18n:i,codeTranslations:s},c=a.createContext(u);function d(e){let{children:t}=e;return a.createElement(c.Provider,{value:u},t)}},44763:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(67294),r=n(10412),o=n(35742),i=n(18780),s=n(71155);function l(e){let{error:t,tryAgain:n}=e;return a.createElement("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"}},a.createElement("h1",{style:{fontSize:"3rem"}},"This page crashed"),a.createElement("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"}},"Try again"),a.createElement(u,{error:t}))}function u(e){let{error:t}=e;const n=(0,i.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return a.createElement("p",{style:{whiteSpace:"pre-wrap"}},n)}function c(e){let{error:t,tryAgain:n}=e;return a.createElement(p,{fallback:()=>a.createElement(l,{error:t,tryAgain:n})},a.createElement(o.Z,null,a.createElement("title",null,"Page Error")),a.createElement(s.Z,null,a.createElement(l,{error:t,tryAgain:n})))}const d=e=>a.createElement(c,e);class p extends a.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){r.Z.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??d)(e)}return e??null}}},10412:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const a="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,r={canUseDOM:a,canUseEventListeners:a&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:a&&"IntersectionObserver"in window,canUseViewport:a&&"screen"in window}},35742:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(70405);function o(e){return a.createElement(r.ql,e)}},39960:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(87462),r=n(67294),o=n(73727),i=n(18780),s=n(52263),l=n(13919),u=n(10412);const c=r.createContext({collectLink:()=>{}});var d=n(44996);function p(e,t){let{isNavLink:n,to:p,href:f,activeClassName:m,isActive:g,"data-noBrokenLinkCheck":h,autoAddBaseUrl:b=!0,...v}=e;const{siteConfig:{trailingSlash:y,baseUrl:w}}=(0,s.Z)(),{withBaseUrl:k}=(0,d.C)(),A=(0,r.useContext)(c),E=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>E.current));const O=p||f;const x=(0,l.Z)(O),_=O?.replace("pathname://","");let S=void 0!==_?(C=_,b&&(e=>e.startsWith("/"))(C)?k(C):C):void 0;var C;S&&x&&(S=(0,i.applyTrailingSlash)(S,{trailingSlash:y,baseUrl:w}));const T=(0,r.useRef)(!1),L=n?o.OL:o.rU,R=u.Z.canUseIntersectionObserver,P=(0,r.useRef)(),N=()=>{T.current||null==S||(window.docusaurus.preload(S),T.current=!0)};(0,r.useEffect)((()=>(!R&&x&&null!=S&&window.docusaurus.prefetch(S),()=>{R&&P.current&&P.current.disconnect()})),[P,S,R,x]);const D=S?.startsWith("#")??!1,I=!S||!x||D;return I||h||A.collectLink(S),I?r.createElement("a",(0,a.Z)({ref:E,href:S},O&&!x&&{target:"_blank",rel:"noopener noreferrer"},v)):r.createElement(L,(0,a.Z)({},v,{onMouseEnter:N,onTouchStart:N,innerRef:e=>{E.current=e,R&&e&&x&&(P.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(P.current.unobserve(e),P.current.disconnect(),null!=S&&window.docusaurus.prefetch(S))}))})),P.current.observe(e))},to:S},n&&{isActive:g,activeClassName:m}))}const f=r.forwardRef(p)},95999:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l,I:()=>s});var a=n(67294);function r(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,a.isValidElement)(e)))?n.map(((e,t)=>(0,a.isValidElement)(e)?a.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var o=n(57529);function i(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return o[t??n]??n??t}function s(e,t){let{message:n,id:a}=e;return r(i({message:n,id:a}),t)}function l(e){let{children:t,id:n,values:o}=e;if(t&&"string"!=typeof t)throw console.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const s=i({message:t,id:n});return a.createElement(a.Fragment,null,r(s,o))}},29935:(e,t,n)=>{"use strict";n.d(t,{m:()=>a});const a="default"},13919:(e,t,n)=>{"use strict";function a(e){return/^(?:\w*:|\/\/)/.test(e)}function r(e){return void 0!==e&&!a(e)}n.d(t,{Z:()=>r,b:()=>a})},44996:(e,t,n)=>{"use strict";n.d(t,{C:()=>i,Z:()=>s});var a=n(67294),r=n(52263),o=n(13919);function i(){const{siteConfig:{baseUrl:e,url:t}}=(0,r.Z)(),n=(0,a.useCallback)(((n,a)=>function(e,t,n,a){let{forcePrependBaseUrl:r=!1,absolute:i=!1}=void 0===a?{}:a;if(!n||n.startsWith("#")||(0,o.b)(n))return n;if(r)return t+n.replace(/^\//,"");if(n===t.replace(/\/$/,""))return t;const s=n.startsWith(t)?n:t+n.replace(/^\//,"");return i?e+s:s}(t,e,n,a)),[t,e]);return{withBaseUrl:n}}function s(e,t){void 0===t&&(t={});const{withBaseUrl:n}=i();return n(e,t)}},52263:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(58940);function o(){return(0,a.useContext)(r._)}},72389:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(98934);function o(){return(0,a.useContext)(r._)}},99670:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const a=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function r(e){const t={};return function e(n,r){Object.entries(n).forEach((n=>{let[o,i]=n;const s=r?`${r}.${o}`:o;a(i)?e(i,s):t[s]=i}))}(e),t}},30226:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,z:()=>o});var a=n(67294);const r=a.createContext(null);function o(e){let{children:t,value:n}=e;const o=a.useContext(r),i=(0,a.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const a={...t.data,...n?.data};return{plugin:t.plugin,data:a}}({parent:o,value:n})),[o,n]);return a.createElement(r.Provider,{value:i},t)}},80143:(e,t,n)=>{"use strict";n.d(t,{Iw:()=>g,gA:()=>p,_r:()=>c,Jo:()=>h,zh:()=>d,yW:()=>m,gB:()=>f});var a=n(16550),r=n(52263),o=n(29935);function i(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,r.Z)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const s=e=>e.versions.find((e=>e.isLast));function l(e,t){const n=function(e,t){const n=s(e);return[...e.versions.filter((e=>e!==n)),n].find((e=>!!(0,a.LX)(t,{path:e.path,exact:!1,strict:!1})))}(e,t),r=n?.docs.find((e=>!!(0,a.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:r,alternateDocVersions:r?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((a=>{a.id===t&&(n[e.name]=a)}))})),n}(r.id):{}}}const u={},c=()=>i("docusaurus-plugin-content-docs")??u,d=e=>function(e,t,n){void 0===t&&(t=o.m),void 0===n&&(n={});const a=i(e),r=a?.[t];if(!r&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return r}("docusaurus-plugin-content-docs",e,{failfast:!0});function p(e){void 0===e&&(e={});const t=c(),{pathname:n}=(0,a.TH)();return function(e,t,n){void 0===n&&(n={});const r=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,a.LX)(t,{path:n.path,exact:!1,strict:!1})})),o=r?{pluginId:r[0],pluginData:r[1]}:void 0;if(!o&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return o}(t,n,e)}function f(e){return d(e).versions}function m(e){const t=d(e);return s(t)}function g(e){const t=d(e),{pathname:n}=(0,a.TH)();return l(t,n)}function h(e){const t=d(e),{pathname:n}=(0,a.TH)();return function(e,t){const n=s(e);return{latestDocSuggestion:l(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},18320:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var a=n(74865),r=n.n(a);r().configure({showSpinner:!1});const o={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{r().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){r().done()}}},3310:(e,t,n)=>{"use strict";n.r(t);var a=n(87410),r=n(36809);!function(e){const{themeConfig:{prism:t}}=r.default,{additionalLanguages:a}=t;globalThis.Prism=e,a.forEach((e=>{n(6726)(`./prism-${e}`)})),delete globalThis.Prism}(a.Z)},39471:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294);const r={iconExternalLink:"iconExternalLink_nPIU"};function o(e){let{width:t=13.5,height:n=13.5}=e;return a.createElement("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink},a.createElement("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"}))}},71155:(e,t,n)=>{"use strict";n.d(t,{Z:()=>dt});var a=n(67294),r=n(86010),o=n(44763),i=n(1944),s=n(87462),l=n(16550),u=n(95999),c=n(85936);const d="docusaurus_skipToContent_fallback";function p(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function f(){const e=(0,a.useRef)(null),{action:t}=(0,l.k6)(),n=(0,a.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(d);t&&p(t)}),[]);return(0,c.S)((n=>{let{location:a}=n;e.current&&!a.hash&&"PUSH"===t&&p(e.current)})),{containerRef:e,onClick:n}}const m=(0,u.I)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function g(e){const t=e.children??m,{containerRef:n,onClick:r}=f();return a.createElement("div",{ref:n,role:"region","aria-label":m},a.createElement("a",(0,s.Z)({},e,{href:`#${d}`,onClick:r}),t))}var h=n(35281),b=n(19727);const v={skipToContent:"skipToContent_fXgn"};function y(){return a.createElement(g,{className:v.skipToContent})}var w=n(86668),k=n(59689);function A(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:o=1.2,className:i,...l}=e;return a.createElement("svg",(0,s.Z)({viewBox:"0 0 15 15",width:t,height:n},l),a.createElement("g",{stroke:r,strokeWidth:o},a.createElement("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})))}const E={closeButton:"closeButton_CVFx"};function O(e){return a.createElement("button",(0,s.Z)({type:"button","aria-label":(0,u.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"})},e,{className:(0,r.Z)("clean-btn close",E.closeButton,e.className)}),a.createElement(A,{width:14,height:14,strokeWidth:3.1}))}const x={content:"content_knG7"};function _(e){const{announcementBar:t}=(0,w.L)(),{content:n}=t;return a.createElement("div",(0,s.Z)({},e,{className:(0,r.Z)(x.content,e.className),dangerouslySetInnerHTML:{__html:n}}))}const S={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function C(){const{announcementBar:e}=(0,w.L)(),{isActive:t,close:n}=(0,k.nT)();if(!t)return null;const{backgroundColor:r,textColor:o,isCloseable:i}=e;return a.createElement("div",{className:S.announcementBar,style:{backgroundColor:r,color:o},role:"banner"},i&&a.createElement("div",{className:S.announcementBarPlaceholder}),a.createElement(_,{className:S.announcementBarContent}),i&&a.createElement(O,{onClick:n,className:S.announcementBarClose}))}var T=n(72961),L=n(12466);var R=n(902),P=n(13102);const N=a.createContext(null);function D(e){let{children:t}=e;const n=function(){const e=(0,T.e)(),t=(0,P.HY)(),[n,r]=(0,a.useState)(!1),o=null!==t.component,i=(0,R.D9)(o);return(0,a.useEffect)((()=>{o&&!i&&r(!0)}),[o,i]),(0,a.useEffect)((()=>{o?e.shown||r(!0):r(!1)}),[e.shown,o]),(0,a.useMemo)((()=>[n,r]),[n])}();return a.createElement(N.Provider,{value:n},t)}function I(e){if(e.component){const t=e.component;return a.createElement(t,e.props)}}function M(){const e=(0,a.useContext)(N);if(!e)throw new R.i6("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,r=(0,a.useCallback)((()=>n(!1)),[n]),o=(0,P.HY)();return(0,a.useMemo)((()=>({shown:t,hide:r,content:I(o)})),[r,o,t])}function F(e){let{header:t,primaryMenu:n,secondaryMenu:o}=e;const{shown:i}=M();return a.createElement("div",{className:"navbar-sidebar"},t,a.createElement("div",{className:(0,r.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":i})},a.createElement("div",{className:"navbar-sidebar__item menu"},n),a.createElement("div",{className:"navbar-sidebar__item menu"},o)))}var B=n(92949),j=n(72389);function z(e){return a.createElement("svg",(0,s.Z)({viewBox:"0 0 24 24",width:24,height:24},e),a.createElement("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"}))}function U(e){return a.createElement("svg",(0,s.Z)({viewBox:"0 0 24 24",width:24,height:24},e),a.createElement("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"}))}const $={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function q(e){let{className:t,buttonClassName:n,value:o,onChange:i}=e;const s=(0,j.Z)(),l=(0,u.I)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===o?(0,u.I)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,u.I)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return a.createElement("div",{className:(0,r.Z)($.toggle,t)},a.createElement("button",{className:(0,r.Z)("clean-btn",$.toggleButton,!s&&$.toggleButtonDisabled,n),type:"button",onClick:()=>i("dark"===o?"light":"dark"),disabled:!s,title:l,"aria-label":l,"aria-live":"polite"},a.createElement(z,{className:(0,r.Z)($.toggleIcon,$.lightToggleIcon)}),a.createElement(U,{className:(0,r.Z)($.toggleIcon,$.darkToggleIcon)})))}const H=a.memo(q),G={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function Z(e){let{className:t}=e;const n=(0,w.L)().navbar.style,r=(0,w.L)().colorMode.disableSwitch,{colorMode:o,setColorMode:i}=(0,B.I)();return r?null:a.createElement(H,{className:t,buttonClassName:"dark"===n?G.darkNavbarColorModeToggle:void 0,value:o,onChange:i})}var V=n(21327);function W(){return a.createElement(V.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function Y(){const e=(0,T.e)();return a.createElement("button",{type:"button","aria-label":(0,u.I)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle()},a.createElement(A,{color:"var(--ifm-color-emphasis-600)"}))}function K(){return a.createElement("div",{className:"navbar-sidebar__brand"},a.createElement(W,null),a.createElement(Z,{className:"margin-right--md"}),a.createElement(Y,null))}var Q=n(39960),X=n(44996),J=n(13919);function ee(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}var te=n(39471);function ne(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:o,label:i,html:l,isDropdownLink:u,prependBaseUrlToHref:c,...d}=e;const p=(0,X.Z)(r),f=(0,X.Z)(t),m=(0,X.Z)(o,{forcePrependBaseUrl:!0}),g=i&&o&&!(0,J.Z)(o),h=l?{dangerouslySetInnerHTML:{__html:l}}:{children:a.createElement(a.Fragment,null,i,g&&a.createElement(te.Z,u&&{width:12,height:12}))};return o?a.createElement(Q.Z,(0,s.Z)({href:c?m:o},d,h)):a.createElement(Q.Z,(0,s.Z)({to:p,isNavLink:!0},(t||n)&&{isActive:(e,t)=>n?ee(n,t.pathname):t.pathname.startsWith(f)},d,h))}function ae(e){let{className:t,isDropdownItem:n=!1,...o}=e;const i=a.createElement(ne,(0,s.Z)({className:(0,r.Z)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n},o));return n?a.createElement("li",null,i):i}function re(e){let{className:t,isDropdownItem:n,...o}=e;return a.createElement("li",{className:"menu__list-item"},a.createElement(ne,(0,s.Z)({className:(0,r.Z)("menu__link",t)},o)))}function oe(e){let{mobile:t=!1,position:n,...r}=e;const o=t?re:ae;return a.createElement(o,(0,s.Z)({},r,{activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")}))}var ie=n(86043),se=n(48596),le=n(52263);function ue(e,t){return e.some((e=>function(e,t){return!!(0,se.Mg)(e.to,t)||!!ee(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function ce(e){let{items:t,position:n,className:o,onClick:i,...l}=e;const u=(0,a.useRef)(null),[c,d]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{const e=e=>{u.current&&!u.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[u]),a.createElement("div",{ref:u,className:(0,r.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":c})},a.createElement(ne,(0,s.Z)({"aria-haspopup":"true","aria-expanded":c,role:"button",href:l.to?void 0:"#",className:(0,r.Z)("navbar__link",o)},l,{onClick:l.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!c))}}),l.children??l.label),a.createElement("ul",{className:"dropdown__menu"},t.map(((e,t)=>a.createElement(Oe,(0,s.Z)({isDropdownItem:!0,activeClassName:"dropdown__link--active"},e,{key:t}))))))}function de(e){let{items:t,className:n,position:o,onClick:i,...u}=e;const c=function(){const{siteConfig:{baseUrl:e}}=(0,le.Z)(),{pathname:t}=(0,l.TH)();return t.replace(e,"/")}(),d=ue(t,c),{collapsed:p,toggleCollapsed:f,setCollapsed:m}=(0,ie.u)({initialState:()=>!d});return(0,a.useEffect)((()=>{d&&m(!d)}),[c,d,m]),a.createElement("li",{className:(0,r.Z)("menu__list-item",{"menu__list-item--collapsed":p})},a.createElement(ne,(0,s.Z)({role:"button",className:(0,r.Z)("menu__link menu__link--sublist menu__link--sublist-caret",n)},u,{onClick:e=>{e.preventDefault(),f()}}),u.children??u.label),a.createElement(ie.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:p},t.map(((e,t)=>a.createElement(Oe,(0,s.Z)({mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active"},e,{key:t}))))))}function pe(e){let{mobile:t=!1,...n}=e;const r=t?de:ce;return a.createElement(r,n)}var fe=n(94711);function me(e){let{width:t=20,height:n=20,...r}=e;return a.createElement("svg",(0,s.Z)({viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0},r),a.createElement("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"}))}const ge="iconLanguage_nlXk";const he=()=>null,be={searchBox:"searchBox_ZlJk"};function ve(e){let{children:t,className:n}=e;return a.createElement("div",{className:(0,r.Z)(n,be.searchBox)},t)}var ye=n(80143),we=n(52802);var ke=n(60373);const Ae=e=>e.docs.find((t=>t.id===e.mainDocId));const Ee={default:oe,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,...o}=e;const{i18n:{currentLocale:i,locales:c,localeConfigs:d}}=(0,le.Z)(),p=(0,fe.l)(),{search:f,hash:m}=(0,l.TH)(),g=[...n,...c.map((e=>{const n=`${`pathname://${p.createUrl({locale:e,fullyQualified:!1})}`}${f}${m}`;return{label:d[e].label,lang:d[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...r],h=t?(0,u.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):d[i].label;return a.createElement(pe,(0,s.Z)({},o,{mobile:t,label:a.createElement(a.Fragment,null,a.createElement(me,{className:ge}),h),items:g}))},search:function(e){let{mobile:t,className:n}=e;return t?null:a.createElement(ve,{className:n},a.createElement(he,null))},dropdown:pe,html:function(e){let{value:t,className:n,mobile:o=!1,isDropdownItem:i=!1}=e;const s=i?"li":"div";return a.createElement(s,{className:(0,r.Z)({navbar__item:!o&&!i,"menu__list-item":o},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...o}=e;const{activeDoc:i}=(0,ye.Iw)(r),l=(0,we.vY)(t,r);return null===l?null:a.createElement(oe,(0,s.Z)({exact:!0},o,{isActive:()=>i?.path===l.path||!!i?.sidebar&&i.sidebar===l.sidebar,label:n??l.id,to:l.path}))},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...o}=e;const{activeDoc:i}=(0,ye.Iw)(r),l=(0,we.oz)(t,r).link;if(!l)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return a.createElement(oe,(0,s.Z)({exact:!0},o,{isActive:()=>i?.sidebar===t,label:n??l.label,to:l.path}))},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...o}=e;const i=(0,we.lO)(r)[0],l=t??i.label,u=n??(e=>e.docs.find((t=>t.id===e.mainDocId)))(i).path;return a.createElement(oe,(0,s.Z)({},o,{label:l,to:u}))},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:o,dropdownItemsAfter:i,...c}=e;const{search:d,hash:p}=(0,l.TH)(),f=(0,ye.Iw)(n),m=(0,ye.gB)(n),{savePreferredVersionName:g}=(0,ke.J)(n),h=[...o,...m.map((e=>{const t=f.alternateDocVersions[e.name]??Ae(e);return{label:e.label,to:`${t.path}${d}${p}`,isActive:()=>e===f.activeVersion,onClick:()=>g(e.name)}})),...i],b=(0,we.lO)(n)[0],v=t&&h.length>1?(0,u.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):b.label,y=t&&h.length>1?void 0:Ae(b).path;return h.length<=1?a.createElement(oe,(0,s.Z)({},c,{mobile:t,label:v,to:y,isActive:r?()=>!1:void 0})):a.createElement(pe,(0,s.Z)({},c,{mobile:t,label:v,to:y,items:h,isActive:r?()=>!1:void 0}))}};function Oe(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),o=Ee[r];if(!o)throw new Error(`No NavbarItem component found for type "${t}".`);return a.createElement(o,n)}function xe(){const e=(0,T.e)(),t=(0,w.L)().navbar.items;return a.createElement("ul",{className:"menu__list"},t.map(((t,n)=>a.createElement(Oe,(0,s.Z)({mobile:!0},t,{onClick:()=>e.toggle(),key:n})))))}function _e(e){return a.createElement("button",(0,s.Z)({},e,{type:"button",className:"clean-btn navbar-sidebar__back"}),a.createElement(u.Z,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"},"\u2190 Back to main menu"))}function Se(){const e=0===(0,w.L)().navbar.items.length,t=M();return a.createElement(a.Fragment,null,!e&&a.createElement(_e,{onClick:()=>t.hide()}),t.content)}function Ce(){const e=(0,T.e)();var t;return void 0===(t=e.shown)&&(t=!0),(0,a.useEffect)((()=>(document.body.style.overflow=t?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[t]),e.shouldRender?a.createElement(F,{header:a.createElement(K,null),primaryMenu:a.createElement(xe,null),secondaryMenu:a.createElement(Se,null)}):null}const Te={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Le(e){return a.createElement("div",(0,s.Z)({role:"presentation"},e,{className:(0,r.Z)("navbar-sidebar__backdrop",e.className)}))}function Re(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:o}}=(0,w.L)(),i=(0,T.e)(),{navbarRef:s,isNavbarVisible:l}=function(e){const[t,n]=(0,a.useState)(e),r=(0,a.useRef)(!1),o=(0,a.useRef)(0),i=(0,a.useCallback)((e=>{null!==e&&(o.current=e.getBoundingClientRect().height)}),[]);return(0,L.RF)(((t,a)=>{let{scrollY:i}=t;if(!e)return;if(i=s?n(!1):i+u{if(!e)return;const a=t.location.hash;if(a?document.getElementById(a.substring(1)):void 0)return r.current=!0,void n(!1);n(!0)})),{navbarRef:i,isNavbarVisible:t}}(n);return a.createElement("nav",{ref:s,"aria-label":(0,u.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,r.Z)("navbar","navbar--fixed-top",n&&[Te.navbarHideable,!l&&Te.navbarHidden],{"navbar--dark":"dark"===o,"navbar--primary":"primary"===o,"navbar-sidebar--show":i.shown})},t,a.createElement(Le,{onClick:i.toggle}),a.createElement(Ce,null))}var Pe=n(18780);const Ne={errorBoundaryError:"errorBoundaryError_a6uf"};function De(e){return a.createElement("button",(0,s.Z)({type:"button"},e),a.createElement(u.Z,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error"},"Try again"))}function Ie(e){let{error:t}=e;const n=(0,Pe.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return a.createElement("p",{className:Ne.errorBoundaryError},n)}class Me extends a.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}const Fe="right";function Be(e){let{width:t=30,height:n=30,className:r,...o}=e;return a.createElement("svg",(0,s.Z)({className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true"},o),a.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"}))}function je(){const{toggle:e,shown:t}=(0,T.e)();return a.createElement("button",{onClick:e,"aria-label":(0,u.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button"},a.createElement(Be,null))}const ze={colorModeToggle:"colorModeToggle_DEke"};function Ue(e){let{items:t}=e;return a.createElement(a.Fragment,null,t.map(((e,t)=>a.createElement(Me,{key:t,onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t})},a.createElement(Oe,e)))))}function $e(e){let{left:t,right:n}=e;return a.createElement("div",{className:"navbar__inner"},a.createElement("div",{className:"navbar__items"},t),a.createElement("div",{className:"navbar__items navbar__items--right"},n))}function qe(){const e=(0,T.e)(),t=(0,w.L)().navbar.items,[n,r]=function(e){function t(e){return"left"===(e.position??Fe)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),o=t.find((e=>"search"===e.type));return a.createElement($e,{left:a.createElement(a.Fragment,null,!e.disabled&&a.createElement(je,null),a.createElement(W,null),a.createElement(Ue,{items:n})),right:a.createElement(a.Fragment,null,a.createElement(Ue,{items:r}),a.createElement(Z,{className:ze.colorModeToggle}),!o&&a.createElement(ve,null,a.createElement(he,null)))})}function He(){return a.createElement(Re,null,a.createElement(qe,null))}function Ge(e){let{item:t}=e;const{to:n,href:r,label:o,prependBaseUrlToHref:i,...l}=t,u=(0,X.Z)(n),c=(0,X.Z)(r,{forcePrependBaseUrl:!0});return a.createElement(Q.Z,(0,s.Z)({className:"footer__link-item"},r?{href:i?c:r}:{to:u},l),o,r&&!(0,J.Z)(r)&&a.createElement(te.Z,null))}function Ze(e){let{item:t}=e;return t.html?a.createElement("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):a.createElement("li",{key:t.href??t.to,className:"footer__item"},a.createElement(Ge,{item:t}))}function Ve(e){let{column:t}=e;return a.createElement("div",{className:"col footer__col"},a.createElement("div",{className:"footer__title"},t.title),a.createElement("ul",{className:"footer__items clean-list"},t.items.map(((e,t)=>a.createElement(Ze,{key:t,item:e})))))}function We(e){let{columns:t}=e;return a.createElement("div",{className:"row footer__links"},t.map(((e,t)=>a.createElement(Ve,{key:t,column:e}))))}function Ye(){return a.createElement("span",{className:"footer__link-separator"},"\xb7")}function Ke(e){let{item:t}=e;return t.html?a.createElement("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):a.createElement(Ge,{item:t})}function Qe(e){let{links:t}=e;return a.createElement("div",{className:"footer__links text--center"},a.createElement("div",{className:"footer__links"},t.map(((e,n)=>a.createElement(a.Fragment,{key:n},a.createElement(Ke,{item:e}),t.length!==n+1&&a.createElement(Ye,null))))))}function Xe(e){let{links:t}=e;return function(e){return"title"in e[0]}(t)?a.createElement(We,{columns:t}):a.createElement(Qe,{links:t})}var Je=n(50941);const et={footerLogoLink:"footerLogoLink_BH7S"};function tt(e){let{logo:t}=e;const{withBaseUrl:n}=(0,X.C)(),o={light:n(t.src),dark:n(t.srcDark??t.src)};return a.createElement(Je.Z,{className:(0,r.Z)("footer__logo",t.className),alt:t.alt,sources:o,width:t.width,height:t.height,style:t.style})}function nt(e){let{logo:t}=e;return t.href?a.createElement(Q.Z,{href:t.href,className:et.footerLogoLink,target:t.target},a.createElement(tt,{logo:t})):a.createElement(tt,{logo:t})}function at(e){let{copyright:t}=e;return a.createElement("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function rt(e){let{style:t,links:n,logo:o,copyright:i}=e;return a.createElement("footer",{className:(0,r.Z)("footer",{"footer--dark":"dark"===t})},a.createElement("div",{className:"container container-fluid"},n,(o||i)&&a.createElement("div",{className:"footer__bottom text--center"},o&&a.createElement("div",{className:"margin-bottom--sm"},o),i)))}function ot(){const{footer:e}=(0,w.L)();if(!e)return null;const{copyright:t,links:n,logo:r,style:o}=e;return a.createElement(rt,{style:o,links:n&&n.length>0&&a.createElement(Xe,{links:n}),logo:r&&a.createElement(nt,{logo:r}),copyright:t&&a.createElement(at,{copyright:t})})}const it=a.memo(ot),st=(0,R.Qc)([B.S,k.pl,L.OC,ke.L5,i.VC,function(e){let{children:t}=e;return a.createElement(P.n2,null,a.createElement(T.M,null,a.createElement(D,null,t)))}]);function lt(e){let{children:t}=e;return a.createElement(st,null,t)}function ut(e){let{error:t,tryAgain:n}=e;return a.createElement("main",{className:"container margin-vert--xl"},a.createElement("div",{className:"row"},a.createElement("div",{className:"col col--6 col--offset-3"},a.createElement("h1",{className:"hero__title"},a.createElement(u.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed"},"This page crashed.")),a.createElement("div",{className:"margin-vert--lg"},a.createElement(De,{onClick:n,className:"button button--primary shadow--lw"})),a.createElement("hr",null),a.createElement("div",{className:"margin-vert--md"},a.createElement(Ie,{error:t})))))}const ct={mainWrapper:"mainWrapper_z2l0"};function dt(e){const{children:t,noFooter:n,wrapperClassName:s,title:l,description:u}=e;return(0,b.t)(),a.createElement(lt,null,a.createElement(i.d,{title:l,description:u}),a.createElement(y,null),a.createElement(C,null),a.createElement(He,null),a.createElement("div",{id:d,className:(0,r.Z)(h.k.wrapper.main,ct.mainWrapper,s)},a.createElement(o.Z,{fallback:e=>a.createElement(ut,e)},t)),!n&&a.createElement(it,null))}},21327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(87462),r=n(67294),o=n(39960),i=n(44996),s=n(52263),l=n(86668),u=n(50941);function c(e){let{logo:t,alt:n,imageClassName:a}=e;const o={light:(0,i.Z)(t.src),dark:(0,i.Z)(t.srcDark||t.src)},s=r.createElement(u.Z,{className:t.className,sources:o,height:t.height,width:t.width,alt:n,style:t.style});return a?r.createElement("div",{className:a},s):s}function d(e){const{siteConfig:{title:t}}=(0,s.Z)(),{navbar:{title:n,logo:u}}=(0,l.L)(),{imageClassName:d,titleClassName:p,...f}=e,m=(0,i.Z)(u?.href||"/"),g=n?"":t,h=u?.alt??g;return r.createElement(o.Z,(0,a.Z)({to:m},f,u?.target&&{target:u.target}),u&&r.createElement(c,{logo:u,alt:h,imageClassName:d}),null!=n&&r.createElement("b",{className:p},n))}},90197:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(35742);function o(e){let{locale:t,version:n,tag:o}=e;const i=t;return a.createElement(r.Z,null,t&&a.createElement("meta",{name:"docusaurus_locale",content:t}),n&&a.createElement("meta",{name:"docusaurus_version",content:n}),o&&a.createElement("meta",{name:"docusaurus_tag",content:o}),i&&a.createElement("meta",{name:"docsearch:language",content:i}),n&&a.createElement("meta",{name:"docsearch:version",content:n}),o&&a.createElement("meta",{name:"docsearch:docusaurus_tag",content:o}))}},50941:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var a=n(87462),r=n(67294),o=n(86010),i=n(72389),s=n(92949);const l={themedImage:"themedImage_ToTc","themedImage--light":"themedImage--light_HNdA","themedImage--dark":"themedImage--dark_i4oU"};function u(e){const t=(0,i.Z)(),{colorMode:n}=(0,s.I)(),{sources:u,className:c,alt:d,...p}=e,f=t?"dark"===n?["dark"]:["light"]:["light","dark"];return r.createElement(r.Fragment,null,f.map((e=>r.createElement("img",(0,a.Z)({key:e,src:u[e],alt:d,className:(0,o.Z)(l.themedImage,l[`themedImage--${e}`],c)},p)))))}},86043:(e,t,n)=>{"use strict";n.d(t,{u:()=>s,z:()=>h});var a=n(87462),r=n(67294),o=n(10412);const i="ease-in-out";function s(e){let{initialState:t}=e;const[n,a]=(0,r.useState)(t??!1),o=(0,r.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:n,setCollapsed:a,toggleCollapsed:o}}const l={display:"none",overflow:"hidden",height:"0px"},u={display:"block",overflow:"visible",height:"auto"};function c(e,t){const n=t?l:u;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function d(e){if(window.matchMedia("(prefers-reduced-motion: reduce)").matches)return 0;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}function p(e){let{collapsibleRef:t,collapsed:n,animation:a}=e;const o=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=function(){const t=e.scrollHeight;return{transition:`height ${a?.duration??d(t)}ms ${a?.easing??i}`,height:`${t}px`}}();e.style.transition=t.transition,e.style.height=t.height}if(!o.current)return c(e,n),void(o.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(r(),requestAnimationFrame((()=>{e.style.height=l.height,e.style.overflow=l.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{r()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,a])}function f(e){if(!o.Z.canUseDOM)return e?l:u}function m(e){let{as:t="div",collapsed:n,children:a,animation:o,onCollapseTransitionEnd:i,className:s,disableSSRStyle:l}=e;const u=(0,r.useRef)(null);return p({collapsibleRef:u,collapsed:n,animation:o}),r.createElement(t,{ref:u,style:l?void 0:f(n),onTransitionEnd:e=>{"height"===e.propertyName&&(c(u.current,n),i?.(n))},className:s},a)}function g(e){let{collapsed:t,...n}=e;const[o,i]=(0,r.useState)(!t),[s,l]=(0,r.useState)(t);return(0,r.useLayoutEffect)((()=>{t||i(!0)}),[t]),(0,r.useLayoutEffect)((()=>{o&&l(t)}),[o,t]),o?r.createElement(m,(0,a.Z)({},n,{collapsed:s})):null}function h(e){let{lazy:t,...n}=e;const a=t?g:m;return r.createElement(a,n)}},59689:(e,t,n)=>{"use strict";n.d(t,{nT:()=>m,pl:()=>f});var a=n(67294),r=n(72389),o=n(50012),i=n(902),s=n(86668);const l=(0,o.WA)("docusaurus.announcement.dismiss"),u=(0,o.WA)("docusaurus.announcement.id"),c=()=>"true"===l.get(),d=e=>l.set(String(e)),p=a.createContext(null);function f(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,s.L)(),t=(0,r.Z)(),[n,o]=(0,a.useState)((()=>!!t&&c()));(0,a.useEffect)((()=>{o(c())}),[]);const i=(0,a.useCallback)((()=>{d(!0),o(!0)}),[]);return(0,a.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=u.get();"annoucement-bar"===n&&(n="announcement-bar");const a=t!==n;u.set(t),a&&d(!1),!a&&c()||o(!1)}),[e]),(0,a.useMemo)((()=>({isActive:!!e&&!n,close:i})),[e,n,i])}();return a.createElement(p.Provider,{value:n},t)}function m(){const e=(0,a.useContext)(p);if(!e)throw new i.i6("AnnouncementBarProvider");return e}},92949:(e,t,n)=>{"use strict";n.d(t,{I:()=>h,S:()=>g});var a=n(67294),r=n(10412),o=n(902),i=n(50012),s=n(86668);const l=a.createContext(void 0),u="theme",c=(0,i.WA)(u),d={light:"light",dark:"dark"},p=e=>e===d.dark?d.dark:d.light,f=e=>r.Z.canUseDOM?p(document.documentElement.getAttribute("data-theme")):p(e),m=e=>{c.set(p(e))};function g(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,s.L)(),[r,o]=(0,a.useState)(f(e));(0,a.useEffect)((()=>{t&&c.del()}),[t]);const i=(0,a.useCallback)((function(t,a){void 0===a&&(a={});const{persist:r=!0}=a;t?(o(t),r&&m(t)):(o(n?window.matchMedia("(prefers-color-scheme: dark)").matches?d.dark:d.light:e),c.del())}),[n,e]);(0,a.useEffect)((()=>{document.documentElement.setAttribute("data-theme",p(r))}),[r]),(0,a.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==u)return;const t=c.get();null!==t&&i(p(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,i]);const l=(0,a.useRef)(!1);return(0,a.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),a=()=>{window.matchMedia("print").matches||l.current?l.current=window.matchMedia("print").matches:i(null)};return e.addListener(a),()=>e.removeListener(a)}),[i,t,n]),(0,a.useMemo)((()=>({colorMode:r,setColorMode:i,get isDarkTheme(){return r===d.dark},setLightTheme(){i(d.light)},setDarkTheme(){i(d.dark)}})),[r,i])}();return a.createElement(l.Provider,{value:n},t)}function h(){const e=(0,a.useContext)(l);if(null==e)throw new o.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},60373:(e,t,n)=>{"use strict";n.d(t,{J:()=>v,L5:()=>h});var a=n(67294),r=n(80143),o=n(29935),i=n(86668),s=n(52802),l=n(902),u=n(50012);const c=e=>`docs-preferred-version-${e}`,d={save:(e,t,n)=>{(0,u.WA)(c(e),{persistence:t}).set(n)},read:(e,t)=>(0,u.WA)(c(e),{persistence:t}).get(),clear:(e,t)=>{(0,u.WA)(c(e),{persistence:t}).del()}},p=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const f=a.createContext(null);function m(){const e=(0,r._r)(),t=(0,i.L)().docs.versionPersistence,n=(0,a.useMemo)((()=>Object.keys(e)),[e]),[o,s]=(0,a.useState)((()=>p(n)));(0,a.useEffect)((()=>{s(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:a}=e;function r(e){const t=d.read(e,n);return a[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(d.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,r(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[o,(0,a.useMemo)((()=>({savePreferredVersion:function(e,n){d.save(e,t,n),s((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function g(e){let{children:t}=e;const n=m();return a.createElement(f.Provider,{value:n},t)}function h(e){let{children:t}=e;return s.cE?a.createElement(g,null,t):a.createElement(a.Fragment,null,t)}function b(){const e=(0,a.useContext)(f);if(!e)throw new l.i6("DocsPreferredVersionContextProvider");return e}function v(e){void 0===e&&(e=o.m);const t=(0,r.zh)(e),[n,i]=b(),{preferredVersionName:s}=n[e];return{preferredVersion:t.versions.find((e=>e.name===s))??null,savePreferredVersionName:(0,a.useCallback)((t=>{i.savePreferredVersion(e,t)}),[i,e])}}},1116:(e,t,n)=>{"use strict";n.d(t,{V:()=>l,b:()=>s});var a=n(67294),r=n(902);const o=Symbol("EmptyContext"),i=a.createContext(o);function s(e){let{children:t,name:n,items:r}=e;const o=(0,a.useMemo)((()=>n&&r?{name:n,items:r}:null),[n,r]);return a.createElement(i.Provider,{value:o},t)}function l(){const e=(0,a.useContext)(i);if(e===o)throw new r.i6("DocsSidebarProvider");return e}},72961:(e,t,n)=>{"use strict";n.d(t,{M:()=>p,e:()=>f});var a=n(67294),r=n(13102),o=n(87524),i=n(16550),s=(n(61688),n(902));function l(e){!function(e){const t=(0,i.k6)(),n=(0,s.zX)(e);(0,a.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}var u=n(86668);const c=a.createContext(void 0);function d(){const e=function(){const e=(0,r.HY)(),{items:t}=(0,u.L)().navbar;return 0===t.length&&!e.component}(),t=(0,o.i)(),n=!e&&"mobile"===t,[i,s]=(0,a.useState)(!1);l((()=>{if(i)return s(!1),!1}));const c=(0,a.useCallback)((()=>{s((e=>!e))}),[]);return(0,a.useEffect)((()=>{"desktop"===t&&s(!1)}),[t]),(0,a.useMemo)((()=>({disabled:e,shouldRender:n,toggle:c,shown:i})),[e,n,c,i])}function p(e){let{children:t}=e;const n=d();return a.createElement(c.Provider,{value:n},t)}function f(){const e=a.useContext(c);if(void 0===e)throw new s.i6("NavbarMobileSidebarProvider");return e}},13102:(e,t,n)=>{"use strict";n.d(t,{HY:()=>s,Zo:()=>l,n2:()=>i});var a=n(67294),r=n(902);const o=a.createContext(null);function i(e){let{children:t}=e;const n=(0,a.useState)({component:null,props:null});return a.createElement(o.Provider,{value:n},t)}function s(){const e=(0,a.useContext)(o);if(!e)throw new r.i6("NavbarSecondaryMenuContentProvider");return e[0]}function l(e){let{component:t,props:n}=e;const i=(0,a.useContext)(o);if(!i)throw new r.i6("NavbarSecondaryMenuContentProvider");const[,s]=i,l=(0,r.Ql)(n);return(0,a.useEffect)((()=>{s({component:t,props:l})}),[s,t,l]),(0,a.useEffect)((()=>()=>s({component:null,props:null})),[s]),null}},19727:(e,t,n)=>{"use strict";n.d(t,{h:()=>r,t:()=>o});var a=n(67294);const r="navigation-with-keyboard";function o(){(0,a.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(r),"mousedown"===e.type&&document.body.classList.remove(r)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(r),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},87524:(e,t,n)=>{"use strict";n.d(t,{i:()=>u});var a=n(67294),r=n(10412);const o={desktop:"desktop",mobile:"mobile",ssr:"ssr"},i=996;function s(){return r.Z.canUseDOM?window.innerWidth>i?o.desktop:o.mobile:o.ssr}const l=!1;function u(){const[e,t]=(0,a.useState)((()=>l?"ssr":s()));return(0,a.useEffect)((()=>{function e(){t(s())}const n=l?window.setTimeout(e,1e3):void 0;return window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e),clearTimeout(n)}}),[]),e}},35281:(e,t,n)=>{"use strict";n.d(t,{k:()=>a});const a={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{}}},52802:(e,t,n)=>{"use strict";n.d(t,{Wl:()=>p,_F:()=>g,cE:()=>d,hI:()=>k,lO:()=>v,vY:()=>w,oz:()=>y,s1:()=>b});var a=n(67294),r=n(16550),o=n(18790),i=n(80143),s=n(60373),l=n(1116);function u(e){return Array.from(new Set(e))}var c=n(48596);const d=!!i._r;function p(e){if(e.href)return e.href;for(const t of e.items){if("link"===t.type)return t.href;if("category"===t.type){const e=p(t);if(e)return e}}}const f=(e,t)=>void 0!==e&&(0,c.Mg)(e,t),m=(e,t)=>e.some((e=>g(e,t)));function g(e,t){return"link"===e.type?f(e.href,t):"category"===e.type&&(f(e.href,t)||m(e.items,t))}function h(e){let{sidebarItems:t,pathname:n,onlyCategories:a=!1}=e;const r=[];return function e(t){for(const o of t)if("category"===o.type&&((0,c.Mg)(o.href,n)||e(o.items))||"link"===o.type&&(0,c.Mg)(o.href,n)){return a&&"category"!==o.type||r.unshift(o),!0}return!1}(t),r}function b(){const e=(0,l.V)(),{pathname:t}=(0,r.TH)(),n=(0,i.gA)()?.pluginData.breadcrumbs;return!1!==n&&e?h({sidebarItems:e.items,pathname:t}):null}function v(e){const{activeVersion:t}=(0,i.Iw)(e),{preferredVersion:n}=(0,s.J)(e),r=(0,i.yW)(e);return(0,a.useMemo)((()=>u([t,n,r].filter(Boolean))),[t,n,r])}function y(e,t){const n=v(t);return(0,a.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),a=t.find((t=>t[0]===e));if(!a)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${Object.keys(t).join("\n- ")}`);return a[1]}),[e,n])}function w(e,t){const n=v(t);return(0,a.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),a=t.find((t=>t.id===e));if(!a){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${u(t.map((e=>e.id))).join("\n- ")}`)}return a}),[e,n])}function k(e){let{route:t,versionMetadata:n}=e;const a=(0,r.TH)(),i=t.routes,s=i.find((e=>(0,r.LX)(a.pathname,e)));if(!s)return null;const l=s.sidebar,u=l?n.docsSidebars[l]:void 0;return{docElement:(0,o.H)(i),sidebarName:l,sidebarItems:u}}},1944:(e,t,n)=>{"use strict";n.d(t,{FG:()=>p,d:()=>c,VC:()=>f});var a=n(67294),r=n(86010),o=n(35742),i=n(30226);function s(){const e=a.useContext(i._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var l=n(44996),u=n(52263);function c(e){let{title:t,description:n,keywords:r,image:i,children:s}=e;const c=function(e){const{siteConfig:t}=(0,u.Z)(),{title:n,titleDelimiter:a}=t;return e?.trim().length?`${e.trim()} ${a} ${n}`:n}(t),{withBaseUrl:d}=(0,l.C)(),p=i?d(i,{absolute:!0}):void 0;return a.createElement(o.Z,null,t&&a.createElement("title",null,c),t&&a.createElement("meta",{property:"og:title",content:c}),n&&a.createElement("meta",{name:"description",content:n}),n&&a.createElement("meta",{property:"og:description",content:n}),r&&a.createElement("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),p&&a.createElement("meta",{property:"og:image",content:p}),p&&a.createElement("meta",{name:"twitter:image",content:p}),s)}const d=a.createContext(void 0);function p(e){let{className:t,children:n}=e;const i=a.useContext(d),s=(0,r.Z)(i,t);return a.createElement(d.Provider,{value:s},a.createElement(o.Z,null,a.createElement("html",{className:s})),n)}function f(e){let{children:t}=e;const n=s(),o=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const i=`plugin-id-${n.plugin.id}`;return a.createElement(p,{className:(0,r.Z)(o,i)},t)}},902:(e,t,n)=>{"use strict";n.d(t,{D9:()=>i,Qc:()=>u,Ql:()=>l,i6:()=>s,zX:()=>o});var a=n(67294);const r=n(10412).Z.canUseDOM?a.useLayoutEffect:a.useEffect;function o(e){const t=(0,a.useRef)(e);return r((()=>{t.current=e}),[e]),(0,a.useCallback)((function(){return t.current(...arguments)}),[])}function i(e){const t=(0,a.useRef)();return r((()=>{t.current=e})),t.current}class s extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function l(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,a.useMemo)((()=>e),t.flat())}function u(e){return t=>{let{children:n}=t;return a.createElement(a.Fragment,null,e.reduceRight(((e,t)=>a.createElement(t,null,e)),n))}}},48596:(e,t,n)=>{"use strict";n.d(t,{Mg:()=>i,Ns:()=>s});var a=n(67294),r=n(723),o=n(52263);function i(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function s(){const{baseUrl:e}=(0,o.Z)().siteConfig;return(0,a.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function a(e){return e.path===t&&!0===e.exact}function r(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(a)||e(t.filter(r).flatMap((e=>e.routes??[])))}(n)}({routes:r.Z,baseUrl:e})),[e])}},12466:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>p,OC:()=>l,RF:()=>d});var a=n(67294),r=n(10412),o=n(72389),i=n(902);const s=a.createContext(void 0);function l(e){let{children:t}=e;const n=function(){const e=(0,a.useRef)(!0);return(0,a.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return a.createElement(s.Provider,{value:n},t)}function u(){const e=(0,a.useContext)(s);if(null==e)throw new i.i6("ScrollControllerProvider");return e}const c=()=>r.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function d(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=u(),r=(0,a.useRef)(c()),o=(0,i.zX)(e);(0,a.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=c();o(e,r.current),r.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[o,n,...t])}function p(){const e=(0,a.useRef)(null),t=(0,o.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function a(){const r=document.documentElement.scrollTop;(n&&r>e||!n&&rt&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},43320:(e,t,n)=>{"use strict";n.d(t,{HX:()=>a,os:()=>r});n(52263);const a="default";function r(e,t){return`docs-${e}-${t}`}},50012:(e,t,n)=>{"use strict";n.d(t,{WA:()=>l});n(67294),n(61688);const a="localStorage";function r(e){let{key:t,oldValue:n,newValue:a,storage:r}=e;if(n===a)return;const o=document.createEvent("StorageEvent");o.initStorageEvent("storage",!1,!1,t,n,a,window.location.href,r),window.dispatchEvent(o)}function o(e){if(void 0===e&&(e=a),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,i||(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),i=!0),null}var t}let i=!1;const s={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function l(e,t){if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(e);const n=o(t?.persistence);return null===n?s:{get:()=>{try{return n.getItem(e)}catch(t){return console.error(`Docusaurus storage error, can't get key=${e}`,t),null}},set:t=>{try{const a=n.getItem(e);n.setItem(e,t),r({key:e,oldValue:a,newValue:t,storage:n})}catch(a){console.error(`Docusaurus storage error, can't set ${e}=${t}`,a)}},del:()=>{try{const t=n.getItem(e);n.removeItem(e),r({key:e,oldValue:t,newValue:null,storage:n})}catch(t){console.error(`Docusaurus storage error, can't delete key=${e}`,t)}},listen:t=>{try{const a=a=>{a.storageArea===n&&a.key===e&&t(a)};return window.addEventListener("storage",a),()=>window.removeEventListener("storage",a)}catch(a){return console.error(`Docusaurus storage error, can't listen for changes of key=${e}`,a),()=>{}}}}}},94711:(e,t,n)=>{"use strict";n.d(t,{l:()=>o});var a=n(52263),r=n(16550);function o(){const{siteConfig:{baseUrl:e,url:t},i18n:{defaultLocale:n,currentLocale:o}}=(0,a.Z)(),{pathname:i}=(0,r.TH)(),s=o===n?e:e.replace(`/${o}/`,"/"),l=i.replace(e,"");return{createUrl:function(e){let{locale:a,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===n?`${s}`:`${s}${e}/`}(a)}${l}`}}}},85936:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var a=n(67294),r=n(16550),o=n(902);function i(e){const t=(0,r.TH)(),n=(0,o.D9)(t),i=(0,o.zX)(e);(0,a.useEffect)((()=>{n&&t!==n&&i({location:t,previousLocation:n})}),[i,t,n])}},86668:(e,t,n)=>{"use strict";n.d(t,{L:()=>r});var a=n(52263);function r(){return(0,a.Z)().siteConfig.themeConfig}},8802:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const{trailingSlash:n,baseUrl:a}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[r]=e.split(/[#?]/),o="/"===r||r===a?r:(i=r,n?function(e){return e.endsWith("/")?e:`${e}/`}(i):function(e){return e.endsWith("/")?e.slice(0,-1):e}(i));var i;return e.replace(r,o)}},54143:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=void 0,t.getErrorCausalChain=function e(t){return t.cause?[t,...e(t.cause)]:[t]}},18780:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="post-content";var r=n(8802);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return a(r).default}});var o=n(54143);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return o.getErrorCausalChain}})},86010:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;tr});const r=function(){for(var e,t,n=0,r="";n{"use strict";n.d(t,{lX:()=>w,q_:()=>_,ob:()=>f,PP:()=>C,Ep:()=>p});var a=n(87462);function r(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,a=n+1,r=e.length;a=0;p--){var f=i[p];"."===f?o(i,p):".."===f?(o(i,p),d++):d&&(o(i,p),d--)}if(!u)for(;d--;d)i.unshift("..");!u||""===i[0]||i[0]&&r(i[0])||i.unshift("");var m=i.join("/");return n&&"/"!==m.substr(-1)&&(m+="/"),m};var s=n(38776);function l(e){return"/"===e.charAt(0)?e:"/"+e}function u(e){return"/"===e.charAt(0)?e.substr(1):e}function c(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e.pathname,n=e.search,a=e.hash,r=t||"/";return n&&"?"!==n&&(r+="?"===n.charAt(0)?n:"?"+n),a&&"#"!==a&&(r+="#"===a.charAt(0)?a:"#"+a),r}function f(e,t,n,r){var o;"string"==typeof e?(o=function(e){var t=e||"/",n="",a="",r=t.indexOf("#");-1!==r&&(a=t.substr(r),t=t.substr(0,r));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===a?"":a}}(e),o.state=t):(void 0===(o=(0,a.Z)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(s){throw s instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):s}return n&&(o.key=n),r?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=i(o.pathname,r.pathname)):o.pathname=r.pathname:o.pathname||(o.pathname="/"),o}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,a,r){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof a?a(o,r):r(!0):r(!1!==o)}else r(!0)},appendListener:function(e){var n=!0;function a(){n&&e.apply(void 0,arguments)}return t.push(a),function(){n=!1,t=t.filter((function(e){return e!==a}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),a=0;at?n.splice(t,n.length-t,r):n.push(r),d({action:a,location:r,index:t,entries:n})}}))},replace:function(e,t){var a="REPLACE",r=f(e,t,g(),w.location);c.confirmTransitionTo(r,a,n,(function(e){e&&(w.entries[w.index]=r,d({action:a,location:r}))}))},go:y,goBack:function(){y(-1)},goForward:function(){y(1)},canGo:function(e){var t=w.index+e;return t>=0&&t{"use strict";var a=n(59864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return a.isMemo(e)?i:s[e.$$typeof]||r}s[a.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[a.Memo]=i;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,a){if("string"!=typeof n){if(m){var r=f(n);r&&r!==m&&e(t,r,a)}var i=c(n);d&&(i=i.concat(d(n)));for(var s=l(t),g=l(n),h=0;h{"use strict";e.exports=function(e,t,n,a,r,o,i,s){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,a,r,o,i,s],c=0;(l=new Error(t.replace(/%s/g,(function(){return u[c++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},5826:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},32497:(e,t,n)=>{"use strict";n.r(t)},52295:(e,t,n)=>{"use strict";n.r(t)},74865:function(e,t,n){var a,r;a=function(){var e,t,n={version:"0.2.0"},a=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function r(e,t,n){return en?n:e}function o(e){return 100*(-1+e)}function i(e,t,n){var r;return(r="translate3d"===a.positionUsing?{transform:"translate3d("+o(e)+"%,0,0)"}:"translate"===a.positionUsing?{transform:"translate("+o(e)+"%,0)"}:{"margin-left":o(e)+"%"}).transition="all "+t+"ms "+n,r}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(a[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=r(e,a.minimum,1),n.status=1===e?null:e;var o=n.render(!t),u=o.querySelector(a.barSelector),c=a.speed,d=a.easing;return o.offsetWidth,s((function(t){""===a.positionUsing&&(a.positionUsing=n.getPositioningCSS()),l(u,i(e,c,d)),1===e?(l(o,{transition:"none",opacity:1}),o.offsetWidth,setTimeout((function(){l(o,{transition:"all "+c+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),c)}),c)):setTimeout(t,c)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),a.trickleSpeed)};return a.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*r(Math.random()*t,.1,.95)),t=r(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*a.trickleRate)},e=0,t=0,n.promise=function(a){return a&&"resolved"!==a.state()?(0===t&&n.start(),e++,t++,a.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=a.template;var r,i=t.querySelector(a.barSelector),s=e?"-100":o(n.status||0),u=document.querySelector(a.parent);return l(i,{transition:"all 0 linear",transform:"translate3d("+s+"%,0,0)"}),a.showSpinner||(r=t.querySelector(a.spinnerSelector))&&f(r),u!=document.body&&c(u,"nprogress-custom-parent"),u.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(a.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var s=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),l=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function a(t){var n=document.body.style;if(t in n)return t;for(var a,r=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((a=e[r]+o)in n)return a;return t}function r(e){return e=n(e),t[e]||(t[e]=a(e))}function o(e,t,n){t=r(t),e.style[t]=n}return function(e,t){var n,a,r=arguments;if(2==r.length)for(n in t)void 0!==(a=t[n])&&t.hasOwnProperty(n)&&o(e,n,a);else o(e,r[1],r[2])}}();function u(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function c(e,t){var n=p(e),a=n+t;u(n,t)||(e.className=a.substring(1))}function d(e,t){var n,a=p(e);u(e,t)&&(n=a.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(r="function"==typeof a?a.call(t,n,t,e):a)||(e.exports=r)},27418:e=>{"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach((function(e){a[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(r){return!1}}()?Object.assign:function(e,r){for(var o,i,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),l=1;l{"use strict";n.d(t,{Z:()=>o});var a=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},a={util:{encode:function e(t){return t instanceof r?new r(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/=d.reach);E+=A.value.length,A=A.next){var O=A.value;if(t.length>e.length)return;if(!(O instanceof r)){var x,_=1;if(v){if(!(x=o(k,E,e,b))||x.index>=e.length)break;var S=x.index,C=x.index+x[0].length,T=E;for(T+=A.value.length;S>=T;)T+=(A=A.next).value.length;if(E=T-=A.value.length,A.value instanceof r)continue;for(var L=A;L!==t.tail&&(Td.reach&&(d.reach=D);var I=A.prev;if(P&&(I=l(t,I,P),E+=P.length),u(t,I,_),A=l(t,I,new r(p,h?a.tokenize(R,h):R,y,R)),N&&l(t,A,N),_>1){var M={cause:p+","+m,reach:D};i(e,t,n,A.prev,E,M),d&&M.reach>d.reach&&(d.reach=M.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function l(e,t,n){var a=t.next,r={value:n,prev:t,next:a};return t.next=r,a.prev=r,e.length++,r}function u(e,t,n){for(var a=t.next,r=0;r"+o.content+""},a}(),r=a;a.default=a,r.languages.markup={comment:{pattern://,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^$)/i,lookbehind:!0,inside:r.languages[t]},n.cdata=/^$/i;var a={"included-cdata":{pattern://i,inside:n}};a["language-"+t]={pattern:/[\s\S]+/,inside:r.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:a},r.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:function(e,t){r.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:r.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml,function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},a={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:a},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:a},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:a.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:a.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var r=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],o=a.variable[1].inside,i=0;i]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},r.languages.c=r.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),r.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),r.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},r.languages.c.string],char:r.languages.c.char,comment:r.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:r.languages.c}}}}),r.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete r.languages.c.boolean,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!)\w+(?:\s*\.\s*\w+)*\b/.source.replace(//g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!)\w+/.source.replace(//g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/(?:\s*:\s*)?|:\s*/.source.replace(//g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(r),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(r),function(e){var t,n=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+n.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[n,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var a={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},r={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:a,number:r,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:a,number:r})}(r),r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:r.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),r.languages.js=r.languages.javascript,function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(r),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,a="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",r=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),o=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function i(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,(function(){return a})).replace(/<>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,(function(){return a}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,(function(){return a})).replace(/<>/g,(function(){return"(?:"+r+"|"+o+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:i(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:i(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:i(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:i(o),lookbehind:!0,greedy:!0},number:{pattern:i(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(r),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(//g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var a=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,r=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return a})),o=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+r+o+"(?:"+r+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+r+o+")(?:"+r+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(a),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+r+")"+o+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+r+"$"),inside:{"table-header":{pattern:RegExp(a),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)|_(?:(?!_))+_)+__\b|\*\*(?:(?!\*)|\*(?:(?!\*))+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)|__(?:(?!_))+__)+_\b|\*(?:(?!\*)|\*\*(?:(?!\*))+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~))+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\]))+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\]))+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,a=t.length;n",quot:'"'},l=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(r),r.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:r.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},r.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),n=0;n0)){var s=p(/^\{$/,/^\}$/);if(-1===s)continue;for(var l=n;l=0&&f(u,"variable-input")}}}}function c(e){return t[n+e]}function d(e,t){t=t||0;for(var n=0;n?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,a=t.inside.interpolation,r=a.inside["interpolation-punctuation"],o=a.pattern.source;function i(t,a){if(e.languages[t])return{pattern:RegExp("((?:"+a+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function s(e,t){return"___"+t.toUpperCase()+"_"+e+"___"}function l(t,n,a){var r={code:t,grammar:n,language:a};return e.hooks.run("before-tokenize",r),r.tokens=e.tokenize(r.code,r.grammar),e.hooks.run("after-tokenize",r),r.tokens}function u(t){var n={};n["interpolation-punctuation"]=r;var o=e.tokenize(t,n);if(3===o.length){var i=[1,1];i.push.apply(i,l(o[1],e.languages.javascript,"javascript")),o.splice.apply(o,i)}return new e.Token("interpolation",o,a.alias,t)}function c(t,n,a){var r=e.tokenize(t,{interpolation:{pattern:RegExp(o),lookbehind:!0}}),i=0,c={},d=l(r.map((function(e){if("string"==typeof e)return e;for(var n,r=e.content;-1!==t.indexOf(n=s(i++,a)););return c[n]=r,n})).join(""),n,a),p=Object.keys(c);return i=0,function e(t){for(var n=0;n=p.length)return;var a=t[n];if("string"==typeof a||"string"==typeof a.content){var r=p[i],o="string"==typeof a?a:a.content,s=o.indexOf(r);if(-1!==s){++i;var l=o.substring(0,s),d=u(c[r]),f=o.substring(s+r.length),m=[];if(l&&m.push(l),m.push(d),f){var g=[f];e(g),m.push.apply(m,g)}"string"==typeof a?(t.splice.apply(t,[n,1].concat(m)),n+=m.length-1):a.content=m}}else{var h=a.content;Array.isArray(h)?e(h):e([h])}}}(d),new e.Token(a,d,"language-"+a,t)}e.languages.javascript["template-string"]=[i("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),i("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),i("svg",/\bsvg/.source),i("markdown",/\b(?:markdown|md)/.source),i("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),i("sql",/\bsql/.source),t].filter(Boolean);var d={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function p(e){return"string"==typeof e?e:Array.isArray(e)?e.map(p).join(""):p(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in d&&function t(n){for(var a=0,r=n.length;a]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(r),function(e){function t(e,t){return RegExp(e.replace(//g,(function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source})),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:(?:\s*,\s*(?:\*\s*as\s+|\{[^{}]*\}))?|\*\s*as\s+|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],a=0;a*\.{3}(?:[^{}]|)*\})/.source;function o(e,t){return e=e.replace(//g,(function(){return n})).replace(//g,(function(){return a})).replace(//g,(function(){return r})),RegExp(e,t)}r=o(r).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=o(/<\/?(?:[\w.:-]+(?:+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|))?|))**\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:o(//.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:o(/=/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var i=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(i).join(""):""},s=function(t){for(var n=[],a=0;a0&&n[n.length-1].tagName===i(r.content[0].content[1])&&n.pop():"/>"===r.content[r.content.length-1].content||n.push({tagName:i(r.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===r.type&&"{"===r.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===r.type&&"}"===r.content?n[n.length-1].openedBraces--:o=!0),(o||"string"==typeof r)&&n.length>0&&0===n[n.length-1].openedBraces){var l=i(r);a0&&("string"==typeof t[a-1]||"plain-text"===t[a-1].type)&&(l=i(t[a-1])+l,t.splice(a-1,1),a--),t[a]=new e.Token("plain-text",l,null,l)}r.content&&"string"!=typeof r.content&&s(r.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||s(e.tokens)}))}(r),function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(n){var a=t[n],r=[];/^\w+$/.test(n)||r.push(/\w+/.exec(n)[0]),"diff"===n&&r.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+a+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:r,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(r),r.languages.git={comment:/^#.*/m,deleted:/^[-\u2013].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m},r.languages.go=r.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),r.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete r.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,a,r,o){if(n.language===a){var i=n.tokenStack=[];n.code=n.code.replace(r,(function(e){if("function"==typeof o&&!o(e))return e;for(var r,s=i.length;-1!==n.code.indexOf(r=t(a,s));)++s;return i[s]=e,r})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,a){if(n.language===a&&n.tokenStack){n.grammar=e.languages[a];var r=0,o=Object.keys(n.tokenStack);!function i(s){for(var l=0;l=o.length);l++){var u=s[l];if("string"==typeof u||u.content&&"string"==typeof u.content){var c=o[r],d=n.tokenStack[c],p="string"==typeof u?u:u.content,f=t(a,c),m=p.indexOf(f);if(m>-1){++r;var g=p.substring(0,m),h=new e.Token(a,e.tokenize(d,n.grammar),"language-"+a,d),b=p.substring(m+f.length),v=[];g&&v.push.apply(v,i([g])),v.push(h),b&&v.push.apply(v,i([b])),"string"==typeof u?s.splice.apply(s,[l,1].concat(v)):u.content=v}}else u.content&&i(u.content)}return s}(n.tokens)}}}})}(r),function(e){e.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},e.hooks.add("before-tokenize",(function(t){e.languages["markup-templating"].buildPlaceholders(t,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"handlebars")})),e.languages.hbs=e.languages.handlebars}(r),r.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},r.languages.webmanifest=r.languages.json,r.languages.less=r.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),r.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}}),r.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/},r.languages.objectivec=r.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete r.languages.objectivec["class-name"],r.languages.objc=r.languages.objectivec,r.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/},r.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},r.languages.python["string-interpolation"].inside.interpolation.inside.rest=r.languages.python,r.languages.py=r.languages.python,r.languages.reason=r.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),r.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete r.languages.reason.function,function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete e.languages.sass.atrule;var t=/\$[-\w]+|#\{\$[-\w]+\}/,n=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:t,operator:n}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:t,operator:n,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})}(r),r.languages.scss=r.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),r.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),r.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),r.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),r.languages.scss.atrule.inside.rest=r.languages.scss,function(e){var t={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},a={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:n,punctuation:/[{}()\[\];:,]/};a.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:a}},a.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:a}},e.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:a}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:a}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:a}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:a.interpolation}},rest:a}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:a.interpolation,comment:a.comment,punctuation:/[{},]/}},func:a.func,string:a.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:a.interpolation,punctuation:/[{}()\[\];:.]/}}(r),function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var n=e.languages.tsx.tag;n.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+n.pattern.source+")",n.pattern.flags),n.lookbehind=!0}(r),r.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/};const o=r},29901:e=>{e.exports&&(e.exports={core:{meta:{path:"components/prism-core.js",option:"mandatory"},core:"Core"},themes:{meta:{path:"themes/{id}.css",link:"index.html?theme={id}",exclusive:!0},prism:{title:"Default",option:"default"},"prism-dark":"Dark","prism-funky":"Funky","prism-okaidia":{title:"Okaidia",owner:"ocodia"},"prism-twilight":{title:"Twilight",owner:"remybach"},"prism-coy":{title:"Coy",owner:"tshedor"},"prism-solarizedlight":{title:"Solarized Light",owner:"hectormatos2011 "},"prism-tomorrow":{title:"Tomorrow Night",owner:"Rosey"}},languages:{meta:{path:"components/prism-{id}",noCSS:!0,examplesPath:"examples/prism-{id}",addCheckAll:!0},markup:{title:"Markup",alias:["html","xml","svg","mathml","ssml","atom","rss"],aliasTitles:{html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",atom:"Atom",rss:"RSS"},option:"default"},css:{title:"CSS",option:"default",modify:"markup"},clike:{title:"C-like",option:"default"},javascript:{title:"JavaScript",require:"clike",modify:"markup",optional:"regex",alias:"js",option:"default"},abap:{title:"ABAP",owner:"dellagustin"},abnf:{title:"ABNF",owner:"RunDevelopment"},actionscript:{title:"ActionScript",require:"javascript",modify:"markup",owner:"Golmote"},ada:{title:"Ada",owner:"Lucretia"},agda:{title:"Agda",owner:"xy-ren"},al:{title:"AL",owner:"RunDevelopment"},antlr4:{title:"ANTLR4",alias:"g4",owner:"RunDevelopment"},apacheconf:{title:"Apache Configuration",owner:"GuiTeK"},apex:{title:"Apex",require:["clike","sql"],owner:"RunDevelopment"},apl:{title:"APL",owner:"ngn"},applescript:{title:"AppleScript",owner:"Golmote"},aql:{title:"AQL",owner:"RunDevelopment"},arduino:{title:"Arduino",require:"cpp",alias:"ino",owner:"dkern"},arff:{title:"ARFF",owner:"Golmote"},armasm:{title:"ARM Assembly",alias:"arm-asm",owner:"RunDevelopment"},arturo:{title:"Arturo",alias:"art",optional:["bash","css","javascript","markup","markdown","sql"],owner:"drkameleon"},asciidoc:{alias:"adoc",title:"AsciiDoc",owner:"Golmote"},aspnet:{title:"ASP.NET (C#)",require:["markup","csharp"],owner:"nauzilus"},asm6502:{title:"6502 Assembly",owner:"kzurawel"},asmatmel:{title:"Atmel AVR Assembly",owner:"cerkit"},autohotkey:{title:"AutoHotkey",owner:"aviaryan"},autoit:{title:"AutoIt",owner:"Golmote"},avisynth:{title:"AviSynth",alias:"avs",owner:"Zinfidel"},"avro-idl":{title:"Avro IDL",alias:"avdl",owner:"RunDevelopment"},awk:{title:"AWK",alias:"gawk",aliasTitles:{gawk:"GAWK"},owner:"RunDevelopment"},bash:{title:"Bash",alias:["sh","shell"],aliasTitles:{sh:"Shell",shell:"Shell"},owner:"zeitgeist87"},basic:{title:"BASIC",owner:"Golmote"},batch:{title:"Batch",owner:"Golmote"},bbcode:{title:"BBcode",alias:"shortcode",aliasTitles:{shortcode:"Shortcode"},owner:"RunDevelopment"},bbj:{title:"BBj",owner:"hyyan"},bicep:{title:"Bicep",owner:"johnnyreilly"},birb:{title:"Birb",require:"clike",owner:"Calamity210"},bison:{title:"Bison",require:"c",owner:"Golmote"},bnf:{title:"BNF",alias:"rbnf",aliasTitles:{rbnf:"RBNF"},owner:"RunDevelopment"},bqn:{title:"BQN",owner:"yewscion"},brainfuck:{title:"Brainfuck",owner:"Golmote"},brightscript:{title:"BrightScript",owner:"RunDevelopment"},bro:{title:"Bro",owner:"wayward710"},bsl:{title:"BSL (1C:Enterprise)",alias:"oscript",aliasTitles:{oscript:"OneScript"},owner:"Diversus23"},c:{title:"C",require:"clike",owner:"zeitgeist87"},csharp:{title:"C#",require:"clike",alias:["cs","dotnet"],owner:"mvalipour"},cpp:{title:"C++",require:"c",owner:"zeitgeist87"},cfscript:{title:"CFScript",require:"clike",alias:"cfc",owner:"mjclemente"},chaiscript:{title:"ChaiScript",require:["clike","cpp"],owner:"RunDevelopment"},cil:{title:"CIL",owner:"sbrl"},cilkc:{title:"Cilk/C",require:"c",alias:"cilk-c",owner:"OpenCilk"},cilkcpp:{title:"Cilk/C++",require:"cpp",alias:["cilk-cpp","cilk"],owner:"OpenCilk"},clojure:{title:"Clojure",owner:"troglotit"},cmake:{title:"CMake",owner:"mjrogozinski"},cobol:{title:"COBOL",owner:"RunDevelopment"},coffeescript:{title:"CoffeeScript",require:"javascript",alias:"coffee",owner:"R-osey"},concurnas:{title:"Concurnas",alias:"conc",owner:"jasontatton"},csp:{title:"Content-Security-Policy",owner:"ScottHelme"},cooklang:{title:"Cooklang",owner:"ahue"},coq:{title:"Coq",owner:"RunDevelopment"},crystal:{title:"Crystal",require:"ruby",owner:"MakeNowJust"},"css-extras":{title:"CSS Extras",require:"css",modify:"css",owner:"milesj"},csv:{title:"CSV",owner:"RunDevelopment"},cue:{title:"CUE",owner:"RunDevelopment"},cypher:{title:"Cypher",owner:"RunDevelopment"},d:{title:"D",require:"clike",owner:"Golmote"},dart:{title:"Dart",require:"clike",owner:"Golmote"},dataweave:{title:"DataWeave",owner:"machaval"},dax:{title:"DAX",owner:"peterbud"},dhall:{title:"Dhall",owner:"RunDevelopment"},diff:{title:"Diff",owner:"uranusjr"},django:{title:"Django/Jinja2",require:"markup-templating",alias:"jinja2",owner:"romanvm"},"dns-zone-file":{title:"DNS zone file",owner:"RunDevelopment",alias:"dns-zone"},docker:{title:"Docker",alias:"dockerfile",owner:"JustinBeckwith"},dot:{title:"DOT (Graphviz)",alias:"gv",optional:"markup",owner:"RunDevelopment"},ebnf:{title:"EBNF",owner:"RunDevelopment"},editorconfig:{title:"EditorConfig",owner:"osipxd"},eiffel:{title:"Eiffel",owner:"Conaclos"},ejs:{title:"EJS",require:["javascript","markup-templating"],owner:"RunDevelopment",alias:"eta",aliasTitles:{eta:"Eta"}},elixir:{title:"Elixir",owner:"Golmote"},elm:{title:"Elm",owner:"zwilias"},etlua:{title:"Embedded Lua templating",require:["lua","markup-templating"],owner:"RunDevelopment"},erb:{title:"ERB",require:["ruby","markup-templating"],owner:"Golmote"},erlang:{title:"Erlang",owner:"Golmote"},"excel-formula":{title:"Excel Formula",alias:["xlsx","xls"],owner:"RunDevelopment"},fsharp:{title:"F#",require:"clike",owner:"simonreynolds7"},factor:{title:"Factor",owner:"catb0t"},false:{title:"False",owner:"edukisto"},"firestore-security-rules":{title:"Firestore security rules",require:"clike",owner:"RunDevelopment"},flow:{title:"Flow",require:"javascript",owner:"Golmote"},fortran:{title:"Fortran",owner:"Golmote"},ftl:{title:"FreeMarker Template Language",require:"markup-templating",owner:"RunDevelopment"},gml:{title:"GameMaker Language",alias:"gamemakerlanguage",require:"clike",owner:"LiarOnce"},gap:{title:"GAP (CAS)",owner:"RunDevelopment"},gcode:{title:"G-code",owner:"RunDevelopment"},gdscript:{title:"GDScript",owner:"RunDevelopment"},gedcom:{title:"GEDCOM",owner:"Golmote"},gettext:{title:"gettext",alias:"po",owner:"RunDevelopment"},gherkin:{title:"Gherkin",owner:"hason"},git:{title:"Git",owner:"lgiraudel"},glsl:{title:"GLSL",require:"c",owner:"Golmote"},gn:{title:"GN",alias:"gni",owner:"RunDevelopment"},"linker-script":{title:"GNU Linker Script",alias:"ld",owner:"RunDevelopment"},go:{title:"Go",require:"clike",owner:"arnehormann"},"go-module":{title:"Go module",alias:"go-mod",owner:"RunDevelopment"},gradle:{title:"Gradle",require:"clike",owner:"zeabdelkhalek-badido18"},graphql:{title:"GraphQL",optional:"markdown",owner:"Golmote"},groovy:{title:"Groovy",require:"clike",owner:"robfletcher"},haml:{title:"Haml",require:"ruby",optional:["css","css-extras","coffeescript","erb","javascript","less","markdown","scss","textile"],owner:"Golmote"},handlebars:{title:"Handlebars",require:"markup-templating",alias:["hbs","mustache"],aliasTitles:{mustache:"Mustache"},owner:"Golmote"},haskell:{title:"Haskell",alias:"hs",owner:"bholst"},haxe:{title:"Haxe",require:"clike",optional:"regex",owner:"Golmote"},hcl:{title:"HCL",owner:"outsideris"},hlsl:{title:"HLSL",require:"c",owner:"RunDevelopment"},hoon:{title:"Hoon",owner:"matildepark"},http:{title:"HTTP",optional:["csp","css","hpkp","hsts","javascript","json","markup","uri"],owner:"danielgtaylor"},hpkp:{title:"HTTP Public-Key-Pins",owner:"ScottHelme"},hsts:{title:"HTTP Strict-Transport-Security",owner:"ScottHelme"},ichigojam:{title:"IchigoJam",owner:"BlueCocoa"},icon:{title:"Icon",owner:"Golmote"},"icu-message-format":{title:"ICU Message Format",owner:"RunDevelopment"},idris:{title:"Idris",alias:"idr",owner:"KeenS",require:"haskell"},ignore:{title:".ignore",owner:"osipxd",alias:["gitignore","hgignore","npmignore"],aliasTitles:{gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore"}},inform7:{title:"Inform 7",owner:"Golmote"},ini:{title:"Ini",owner:"aviaryan"},io:{title:"Io",owner:"AlesTsurko"},j:{title:"J",owner:"Golmote"},java:{title:"Java",require:"clike",owner:"sherblot"},javadoc:{title:"JavaDoc",require:["markup","java","javadoclike"],modify:"java",optional:"scala",owner:"RunDevelopment"},javadoclike:{title:"JavaDoc-like",modify:["java","javascript","php"],owner:"RunDevelopment"},javastacktrace:{title:"Java stack trace",owner:"RunDevelopment"},jexl:{title:"Jexl",owner:"czosel"},jolie:{title:"Jolie",require:"clike",owner:"thesave"},jq:{title:"JQ",owner:"RunDevelopment"},jsdoc:{title:"JSDoc",require:["javascript","javadoclike","typescript"],modify:"javascript",optional:["actionscript","coffeescript"],owner:"RunDevelopment"},"js-extras":{title:"JS Extras",require:"javascript",modify:"javascript",optional:["actionscript","coffeescript","flow","n4js","typescript"],owner:"RunDevelopment"},json:{title:"JSON",alias:"webmanifest",aliasTitles:{webmanifest:"Web App Manifest"},owner:"CupOfTea696"},json5:{title:"JSON5",require:"json",owner:"RunDevelopment"},jsonp:{title:"JSONP",require:"json",owner:"RunDevelopment"},jsstacktrace:{title:"JS stack trace",owner:"sbrl"},"js-templates":{title:"JS Templates",require:"javascript",modify:"javascript",optional:["css","css-extras","graphql","markdown","markup","sql"],owner:"RunDevelopment"},julia:{title:"Julia",owner:"cdagnino"},keepalived:{title:"Keepalived Configure",owner:"dev-itsheng"},keyman:{title:"Keyman",owner:"mcdurdin"},kotlin:{title:"Kotlin",alias:["kt","kts"],aliasTitles:{kts:"Kotlin Script"},require:"clike",owner:"Golmote"},kumir:{title:"KuMir (\u041a\u0443\u041c\u0438\u0440)",alias:"kum",owner:"edukisto"},kusto:{title:"Kusto",owner:"RunDevelopment"},latex:{title:"LaTeX",alias:["tex","context"],aliasTitles:{tex:"TeX",context:"ConTeXt"},owner:"japborst"},latte:{title:"Latte",require:["clike","markup-templating","php"],owner:"nette"},less:{title:"Less",require:"css",optional:"css-extras",owner:"Golmote"},lilypond:{title:"LilyPond",require:"scheme",alias:"ly",owner:"RunDevelopment"},liquid:{title:"Liquid",require:"markup-templating",owner:"cinhtau"},lisp:{title:"Lisp",alias:["emacs","elisp","emacs-lisp"],owner:"JuanCaicedo"},livescript:{title:"LiveScript",owner:"Golmote"},llvm:{title:"LLVM IR",owner:"porglezomp"},log:{title:"Log file",optional:"javastacktrace",owner:"RunDevelopment"},lolcode:{title:"LOLCODE",owner:"Golmote"},lua:{title:"Lua",owner:"Golmote"},magma:{title:"Magma (CAS)",owner:"RunDevelopment"},makefile:{title:"Makefile",owner:"Golmote"},markdown:{title:"Markdown",require:"markup",optional:"yaml",alias:"md",owner:"Golmote"},"markup-templating":{title:"Markup templating",require:"markup",owner:"Golmote"},mata:{title:"Mata",owner:"RunDevelopment"},matlab:{title:"MATLAB",owner:"Golmote"},maxscript:{title:"MAXScript",owner:"RunDevelopment"},mel:{title:"MEL",owner:"Golmote"},mermaid:{title:"Mermaid",owner:"RunDevelopment"},metafont:{title:"METAFONT",owner:"LaeriExNihilo"},mizar:{title:"Mizar",owner:"Golmote"},mongodb:{title:"MongoDB",owner:"airs0urce",require:"javascript"},monkey:{title:"Monkey",owner:"Golmote"},moonscript:{title:"MoonScript",alias:"moon",owner:"RunDevelopment"},n1ql:{title:"N1QL",owner:"TMWilds"},n4js:{title:"N4JS",require:"javascript",optional:"jsdoc",alias:"n4jsd",owner:"bsmith-n4"},"nand2tetris-hdl":{title:"Nand To Tetris HDL",owner:"stephanmax"},naniscript:{title:"Naninovel Script",owner:"Elringus",alias:"nani"},nasm:{title:"NASM",owner:"rbmj"},neon:{title:"NEON",owner:"nette"},nevod:{title:"Nevod",owner:"nezaboodka"},nginx:{title:"nginx",owner:"volado"},nim:{title:"Nim",owner:"Golmote"},nix:{title:"Nix",owner:"Golmote"},nsis:{title:"NSIS",owner:"idleberg"},objectivec:{title:"Objective-C",require:"c",alias:"objc",owner:"uranusjr"},ocaml:{title:"OCaml",owner:"Golmote"},odin:{title:"Odin",owner:"edukisto"},opencl:{title:"OpenCL",require:"c",modify:["c","cpp"],owner:"Milania1"},openqasm:{title:"OpenQasm",alias:"qasm",owner:"RunDevelopment"},oz:{title:"Oz",owner:"Golmote"},parigp:{title:"PARI/GP",owner:"Golmote"},parser:{title:"Parser",require:"markup",owner:"Golmote"},pascal:{title:"Pascal",alias:"objectpascal",aliasTitles:{objectpascal:"Object Pascal"},owner:"Golmote"},pascaligo:{title:"Pascaligo",owner:"DefinitelyNotAGoat"},psl:{title:"PATROL Scripting Language",owner:"bertysentry"},pcaxis:{title:"PC-Axis",alias:"px",owner:"RunDevelopment"},peoplecode:{title:"PeopleCode",alias:"pcode",owner:"RunDevelopment"},perl:{title:"Perl",owner:"Golmote"},php:{title:"PHP",require:"markup-templating",owner:"milesj"},phpdoc:{title:"PHPDoc",require:["php","javadoclike"],modify:"php",owner:"RunDevelopment"},"php-extras":{title:"PHP Extras",require:"php",modify:"php",owner:"milesj"},"plant-uml":{title:"PlantUML",alias:"plantuml",owner:"RunDevelopment"},plsql:{title:"PL/SQL",require:"sql",owner:"Golmote"},powerquery:{title:"PowerQuery",alias:["pq","mscript"],owner:"peterbud"},powershell:{title:"PowerShell",owner:"nauzilus"},processing:{title:"Processing",require:"clike",owner:"Golmote"},prolog:{title:"Prolog",owner:"Golmote"},promql:{title:"PromQL",owner:"arendjr"},properties:{title:".properties",owner:"Golmote"},protobuf:{title:"Protocol Buffers",require:"clike",owner:"just-boris"},pug:{title:"Pug",require:["markup","javascript"],optional:["coffeescript","ejs","handlebars","less","livescript","markdown","scss","stylus","twig"],owner:"Golmote"},puppet:{title:"Puppet",owner:"Golmote"},pure:{title:"Pure",optional:["c","cpp","fortran"],owner:"Golmote"},purebasic:{title:"PureBasic",require:"clike",alias:"pbfasm",owner:"HeX0R101"},purescript:{title:"PureScript",require:"haskell",alias:"purs",owner:"sriharshachilakapati"},python:{title:"Python",alias:"py",owner:"multipetros"},qsharp:{title:"Q#",require:"clike",alias:"qs",owner:"fedonman"},q:{title:"Q (kdb+ database)",owner:"Golmote"},qml:{title:"QML",require:"javascript",owner:"RunDevelopment"},qore:{title:"Qore",require:"clike",owner:"temnroegg"},r:{title:"R",owner:"Golmote"},racket:{title:"Racket",require:"scheme",alias:"rkt",owner:"RunDevelopment"},cshtml:{title:"Razor C#",alias:"razor",require:["markup","csharp"],optional:["css","css-extras","javascript","js-extras"],owner:"RunDevelopment"},jsx:{title:"React JSX",require:["markup","javascript"],optional:["jsdoc","js-extras","js-templates"],owner:"vkbansal"},tsx:{title:"React TSX",require:["jsx","typescript"]},reason:{title:"Reason",require:"clike",owner:"Golmote"},regex:{title:"Regex",owner:"RunDevelopment"},rego:{title:"Rego",owner:"JordanSh"},renpy:{title:"Ren'py",alias:"rpy",owner:"HyuchiaDiego"},rescript:{title:"ReScript",alias:"res",owner:"vmarcosp"},rest:{title:"reST (reStructuredText)",owner:"Golmote"},rip:{title:"Rip",owner:"ravinggenius"},roboconf:{title:"Roboconf",owner:"Golmote"},robotframework:{title:"Robot Framework",alias:"robot",owner:"RunDevelopment"},ruby:{title:"Ruby",require:"clike",alias:"rb",owner:"samflores"},rust:{title:"Rust",owner:"Golmote"},sas:{title:"SAS",optional:["groovy","lua","sql"],owner:"Golmote"},sass:{title:"Sass (Sass)",require:"css",optional:"css-extras",owner:"Golmote"},scss:{title:"Sass (SCSS)",require:"css",optional:"css-extras",owner:"MoOx"},scala:{title:"Scala",require:"java",owner:"jozic"},scheme:{title:"Scheme",owner:"bacchus123"},"shell-session":{title:"Shell session",require:"bash",alias:["sh-session","shellsession"],owner:"RunDevelopment"},smali:{title:"Smali",owner:"RunDevelopment"},smalltalk:{title:"Smalltalk",owner:"Golmote"},smarty:{title:"Smarty",require:"markup-templating",optional:"php",owner:"Golmote"},sml:{title:"SML",alias:"smlnj",aliasTitles:{smlnj:"SML/NJ"},owner:"RunDevelopment"},solidity:{title:"Solidity (Ethereum)",alias:"sol",require:"clike",owner:"glachaud"},"solution-file":{title:"Solution file",alias:"sln",owner:"RunDevelopment"},soy:{title:"Soy (Closure Template)",require:"markup-templating",owner:"Golmote"},sparql:{title:"SPARQL",require:"turtle",owner:"Triply-Dev",alias:"rq"},"splunk-spl":{title:"Splunk SPL",owner:"RunDevelopment"},sqf:{title:"SQF: Status Quo Function (Arma 3)",require:"clike",owner:"RunDevelopment"},sql:{title:"SQL",owner:"multipetros"},squirrel:{title:"Squirrel",require:"clike",owner:"RunDevelopment"},stan:{title:"Stan",owner:"RunDevelopment"},stata:{title:"Stata Ado",require:["mata","java","python"],owner:"RunDevelopment"},iecst:{title:"Structured Text (IEC 61131-3)",owner:"serhioromano"},stylus:{title:"Stylus",owner:"vkbansal"},supercollider:{title:"SuperCollider",alias:"sclang",owner:"RunDevelopment"},swift:{title:"Swift",owner:"chrischares"},systemd:{title:"Systemd configuration file",owner:"RunDevelopment"},"t4-templating":{title:"T4 templating",owner:"RunDevelopment"},"t4-cs":{title:"T4 Text Templates (C#)",require:["t4-templating","csharp"],alias:"t4",owner:"RunDevelopment"},"t4-vb":{title:"T4 Text Templates (VB)",require:["t4-templating","vbnet"],owner:"RunDevelopment"},tap:{title:"TAP",owner:"isaacs",require:"yaml"},tcl:{title:"Tcl",owner:"PeterChaplin"},tt2:{title:"Template Toolkit 2",require:["clike","markup-templating"],owner:"gflohr"},textile:{title:"Textile",require:"markup",optional:"css",owner:"Golmote"},toml:{title:"TOML",owner:"RunDevelopment"},tremor:{title:"Tremor",alias:["trickle","troy"],owner:"darach",aliasTitles:{trickle:"trickle",troy:"troy"}},turtle:{title:"Turtle",alias:"trig",aliasTitles:{trig:"TriG"},owner:"jakubklimek"},twig:{title:"Twig",require:"markup-templating",owner:"brandonkelly"},typescript:{title:"TypeScript",require:"javascript",optional:"js-templates",alias:"ts",owner:"vkbansal"},typoscript:{title:"TypoScript",alias:"tsconfig",aliasTitles:{tsconfig:"TSConfig"},owner:"dkern"},unrealscript:{title:"UnrealScript",alias:["uscript","uc"],owner:"RunDevelopment"},uorazor:{title:"UO Razor Script",owner:"jaseowns"},uri:{title:"URI",alias:"url",aliasTitles:{url:"URL"},owner:"RunDevelopment"},v:{title:"V",require:"clike",owner:"taggon"},vala:{title:"Vala",require:"clike",optional:"regex",owner:"TemplarVolk"},vbnet:{title:"VB.Net",require:"basic",owner:"Bigsby"},velocity:{title:"Velocity",require:"markup",owner:"Golmote"},verilog:{title:"Verilog",owner:"a-rey"},vhdl:{title:"VHDL",owner:"a-rey"},vim:{title:"vim",owner:"westonganger"},"visual-basic":{title:"Visual Basic",alias:["vb","vba"],aliasTitles:{vba:"VBA"},owner:"Golmote"},warpscript:{title:"WarpScript",owner:"RunDevelopment"},wasm:{title:"WebAssembly",owner:"Golmote"},"web-idl":{title:"Web IDL",alias:"webidl",owner:"RunDevelopment"},wgsl:{title:"WGSL",owner:"Dr4gonthree"},wiki:{title:"Wiki markup",require:"markup",owner:"Golmote"},wolfram:{title:"Wolfram language",alias:["mathematica","nb","wl"],aliasTitles:{mathematica:"Mathematica",nb:"Mathematica Notebook"},owner:"msollami"},wren:{title:"Wren",owner:"clsource"},xeora:{title:"Xeora",require:"markup",alias:"xeoracube",aliasTitles:{xeoracube:"XeoraCube"},owner:"freakmaxi"},"xml-doc":{title:"XML doc (.net)",require:"markup",modify:["csharp","fsharp","vbnet"],owner:"RunDevelopment"},xojo:{title:"Xojo (REALbasic)",owner:"Golmote"},xquery:{title:"XQuery",require:"markup",owner:"Golmote"},yaml:{title:"YAML",alias:"yml",owner:"hason"},yang:{title:"YANG",owner:"RunDevelopment"},zig:{title:"Zig",owner:"RunDevelopment"}},plugins:{meta:{path:"plugins/{id}/prism-{id}",link:"plugins/{id}/"},"line-highlight":{title:"Line Highlight",description:"Highlights specific lines and/or line ranges."},"line-numbers":{title:"Line Numbers",description:"Line number at the beginning of code lines.",owner:"kuba-kubula"},"show-invisibles":{title:"Show Invisibles",description:"Show hidden characters such as tabs and line breaks.",optional:["autolinker","data-uri-highlight"]},autolinker:{title:"Autolinker",description:"Converts URLs and emails in code to clickable links. Parses Markdown links in comments."},wpd:{title:"WebPlatform Docs",description:'Makes tokens link to WebPlatform.org documentation. The links open in a new tab.'},"custom-class":{title:"Custom Class",description:"This plugin allows you to prefix Prism's default classes (.comment can become .namespace--comment) or replace them with your defined ones (like .editor__comment). You can even add new classes.",owner:"dvkndn",noCSS:!0},"file-highlight":{title:"File Highlight",description:"Fetch external files and highlight them with Prism. Used on the Prism website itself.",noCSS:!0},"show-language":{title:"Show Language",description:"Display the highlighted language in code blocks (inline code does not show the label).",owner:"nauzilus",noCSS:!0,require:"toolbar"},"jsonp-highlight":{title:"JSONP Highlight",description:"Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",noCSS:!0,owner:"nauzilus"},"highlight-keywords":{title:"Highlight Keywords",description:"Adds special CSS classes for each keyword for fine-grained highlighting.",owner:"vkbansal",noCSS:!0},"remove-initial-line-feed":{title:"Remove initial line feed",description:"Removes the initial line feed in code blocks.",owner:"Golmote",noCSS:!0},"inline-color":{title:"Inline color",description:"Adds a small inline preview for colors in style sheets.",require:"css-extras",owner:"RunDevelopment"},previewers:{title:"Previewers",description:"Previewers for angles, colors, gradients, easing and time.",require:"css-extras",owner:"Golmote"},autoloader:{title:"Autoloader",description:"Automatically loads the needed languages to highlight the code blocks.",owner:"Golmote",noCSS:!0},"keep-markup":{title:"Keep Markup",description:"Prevents custom markup from being dropped out during highlighting.",owner:"Golmote",optional:"normalize-whitespace",noCSS:!0},"command-line":{title:"Command Line",description:"Display a command line with a prompt and, optionally, the output/response from the commands.",owner:"chriswells0"},"unescaped-markup":{title:"Unescaped Markup",description:"Write markup without having to escape anything."},"normalize-whitespace":{title:"Normalize Whitespace",description:"Supports multiple operations to normalize whitespace in code blocks.",owner:"zeitgeist87",optional:"unescaped-markup",noCSS:!0},"data-uri-highlight":{title:"Data-URI Highlight",description:"Highlights data-URI contents.",owner:"Golmote",noCSS:!0},toolbar:{title:"Toolbar",description:"Attach a toolbar for plugins to easily register buttons on the top of a code block.",owner:"mAAdhaTTah"},"copy-to-clipboard":{title:"Copy to Clipboard Button",description:"Add a button that copies the code block to the clipboard when clicked.",owner:"mAAdhaTTah",require:"toolbar",noCSS:!0},"download-button":{title:"Download Button",description:"A button in the toolbar of a code block adding a convenient way to download a code file.",owner:"Golmote",require:"toolbar",noCSS:!0},"match-braces":{title:"Match braces",description:"Highlights matching braces.",owner:"RunDevelopment"},"diff-highlight":{title:"Diff Highlight",description:"Highlights the code inside diff blocks.",owner:"RunDevelopment",require:"diff"},"filter-highlight-all":{title:"Filter highlightAll",description:"Filters the elements the highlightAll and highlightAllUnder methods actually highlight.",owner:"RunDevelopment",noCSS:!0},treeview:{title:"Treeview",description:"A language with special styles to highlight file system tree structures.",owner:"Golmote"}}})},2885:(e,t,n)=>{const a=n(29901),r=n(39642),o=new Set;function i(e){void 0===e?e=Object.keys(a.languages).filter((e=>"meta"!=e)):Array.isArray(e)||(e=[e]);const t=[...o,...Object.keys(Prism.languages)];r(a,e,t).load((e=>{if(!(e in a.languages))return void(i.silent||console.warn("Language does not exist: "+e));const t="./prism-"+e;delete n.c[n(16500).resolve(t)],delete Prism.languages[e],n(16500)(t),o.add(e)}))}i.silent=!1,e.exports=i},6726:(e,t,n)=>{var a={"./":2885};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=o,e.exports=r,r.id=6726},16500:(e,t,n)=>{var a={"./":2885};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=o,e.exports=r,r.id=16500},39642:e=>{"use strict";var t=function(){var e=function(){};function t(e,t){Array.isArray(e)?e.forEach(t):null!=e&&t(e,0)}function n(e){for(var t={},n=0,a=e.length;n "));var s={},l=e[a];if(l){function u(t){if(!(t in e))throw new Error(a+" depends on an unknown component "+t);if(!(t in s))for(var i in r(t,o),s[t]=!0,n[t])s[i]=!0}t(l.require,u),t(l.optional,u),t(l.modify,u)}n[a]=s,o.pop()}}return function(e){var t=n[e];return t||(r(e,a),t=n[e]),t}}function r(e){for(var t in e)return!0;return!1}return function(o,i,s){var l=function(e){var t={};for(var n in e){var a=e[n];for(var r in a)if("meta"!=r){var o=a[r];t[r]="string"==typeof o?{title:o}:o}}return t}(o),u=function(e){var n;return function(a){if(a in e)return a;if(!n)for(var r in n={},e){var o=e[r];t(o&&o.alias,(function(t){if(t in n)throw new Error(t+" cannot be alias for both "+r+" and "+n[t]);if(t in e)throw new Error(t+" cannot be alias of "+r+" because it is a component.");n[t]=r}))}return n[a]||a}}(l);i=i.map(u),s=(s||[]).map(u);var c=n(i),d=n(s);i.forEach((function e(n){var a=l[n];t(a&&a.require,(function(t){t in d||(c[t]=!0,e(t))}))}));for(var p,f=a(l),m=c;r(m);){for(var g in p={},m){var h=l[g];t(h&&h.modify,(function(e){e in d&&(p[e]=!0)}))}for(var b in d)if(!(b in c))for(var v in f(b))if(v in c){p[b]=!0;break}for(var y in m=p)c[y]=!0}var w={getIds:function(){var e=[];return w.load((function(t){e.push(t)})),e},load:function(t,n){return function(t,n,a,r){var o=r?r.series:void 0,i=r?r.parallel:e,s={},l={};function u(e){if(e in s)return s[e];l[e]=!0;var r,c=[];for(var d in t(e))d in n&&c.push(d);if(0===c.length)r=a(e);else{var p=i(c.map((function(e){var t=u(e);return delete l[e],t})));o?r=o(p,(function(){return a(e)})):a(e)}return s[e]=r}for(var c in n)u(c);var d=[];for(var p in l)d.push(s[p]);return i(d)}(f,c,t,n)}};return w}}();e.exports=t},92703:(e,t,n)=>{"use strict";var a=n(50414);function r(){}function o(){}o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,i){if(i!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return n.PropTypes=n,n}},45697:(e,t,n)=>{e.exports=n(92703)()},50414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},64448:(e,t,n)=>{"use strict";var a=n(67294),r=n(27418),o=n(63840);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n