@blueking/chat-x 0.0.1-beta.2 → 0.0.1-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,9 @@ export type ReferenceDocumentMessageContent = IBaseMessageContent<MessageContent
29
29
  title: string;
30
30
  url?: string;
31
31
  }[]>;
32
- export type TextMessageContent = IBaseMessageContent<MessageContentType.Text, string>;
32
+ export type TextMessageContent = IBaseMessageContent<MessageContentType.Text, {
33
+ text: string;
34
+ }>;
33
35
  export type ThinkingMessageContent = IBaseMessageContent<MessageContentType.Thinking, {
34
36
  duration?: number;
35
37
  text: string;
package/dist/index.css CHANGED
@@ -1,2 +1,2 @@
1
- .ai-shortcut-btn{color:#313238;white-space:nowrap;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;height:28px;padding:0 4px;font-size:12px;transition:background-color .2s;display:flex}.ai-shortcut-btn.is-menu-mode{border-radius:0;flex:0 0 32px;justify-content:flex-start;align-items:center;width:100%;height:32px;padding:0 12px;display:flex}.ai-shortcut-btn.is-menu-mode:hover{cursor:pointer;background-color:#f5f7fa}.ai-shortcut-btn.is-menu-mode .shortcut-btn-icon{color:#4d4f56;flex:0 0 14px;align-items:center;font-size:14px;display:flex}.ai-shortcut-btn-icon{color:#979ba5;justify-content:center;align-items:center;width:16px;height:16px;margin-right:4px;font-size:16px;display:flex}.ai-shortcut-btn:hover{cursor:pointer;background:#f0f1f5}.ai-shortcut-btn:hover .shortcut-btn-icon{color:#4d4f56}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{color:#fff;white-space:normal;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:transform,visibility,opacity;position:relative}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-width:8px 8px 0;border-top-color:initial;transform-origin:top;bottom:-7px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-width:0 8px 8px;border-bottom-color:initial;transform-origin:bottom;top:-7px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:0;right:-7px}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:100%;left:-7px}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;width:16px;height:16px}.tippy-arrow:before{content:"";border-style:solid;border-color:transparent;position:absolute}.tippy-content{z-index:1;padding:5px 9px;position:relative}.ai-selection-popover{z-index:var(--v3d2c2a56);pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:16px;height:32px;padding:0 12px;position:fixed;box-shadow:0 2px 10px rgba(0,0,0,.1),0 0 4px rgba(25,25,41,.1)}.ai-selection-popover-content{align-items:center;gap:4px;height:100%;display:flex}.ai-selection-popover-content .shortcut-btn-more-icon{color:#979ba5;justify-content:center;align-items:center;width:10px;height:10px;font-size:10px;display:flex;transform:rotate(90deg)}.ai-selection-popover-content .shortcut-menu{color:#4d4f56;background:#fff;border:1px solid #dcdee5;border-radius:2px;flex-direction:column;min-width:90px;max-height:160px;padding:6px 0;font-size:12px;display:flex;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ai-selection-popover-content .shortcut-menu-item{flex:0 0 32px;align-items:center;width:100%;height:32px;padding:0 12px;display:flex}.ai-selection-popover-content .shortcut-menu-item:hover{cursor:pointer;background-color:#f5f7fa}.ai-selection-popover-content .shortcut-menu-item .item-icon{color:#4d4f56;flex:0 0 14px;align-items:center;margin-right:6px;font-size:14px;display:flex}.ai-fade-enter-active,.ai-fade-leave-active{transition:opacity .2s,transform .2s}.ai-fade-enter-from,.ai-fade-leave-to{opacity:0;transform:translateY(4px)}.shortcut-btns{color:#4d4f56;align-items:center;gap:4px;width:100%;min-width:168px;max-width:600px;margin-bottom:6px;font-size:12px;display:flex;position:relative;overflow:hidden}.shortcut-btns-item{white-space:nowrap;background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;height:28px;padding:0 12px;display:flex;position:relative}.shortcut-btns-item:before{z-index:2;pointer-events:none;content:"";background:linear-gradient(145deg,#b8c6ec 0%,#e3d2e3 100%);border-radius:14px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.shortcut-btns-item:hover{cursor:pointer;background-image:linear-gradient(105deg,rgba(35,93,250,.1) 0%,rgba(188,129,239,.1) 100%)}.shortcut-btns-item-hidden{visibility:hidden;pointer-events:none;opacity:0;position:absolute}.shortcut-btns-more{flex-shrink:0;width:32px;padding:0;font-size:12px}.shortcut-btns-more-icon{color:#979ba5;justify-content:center;align-items:center;display:flex;transform:rotate(90deg)}.shortcut-menu{color:#4d4f56;background:#fff;border:1px solid #dcdee5;border-radius:2px;flex-direction:column;min-width:90px;max-height:160px;padding:6px 0;font-size:12px;display:flex;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.shortcut-menu-item{flex:0 0 32px;align-items:center;width:100%;height:32px;padding:0 12px;display:flex}.shortcut-menu-item:hover{cursor:pointer;background-color:#f5f7fa}.shortcut-menu-item .item-icon{color:#4d4f56;flex:0 0 14px;align-items:center;margin-right:6px;font-size:14px;display:flex}.shortcut-render{background:#fff;border-radius:8px;flex-direction:column;width:100%;font-size:12px;display:flex;position:relative}.shortcut-render:before{z-index:2;pointer-events:none;content:"";background:linear-gradient(145deg,#6cbaff 0%,#3a84ff 100%);border-radius:14px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.shortcut-render-header{color:#313238;background:#f5f7fa;border-radius:8px 8px 0 0;flex:0 0 32px;align-items:center;height:32px;padding:0 12px;display:flex}.shortcut-render-header .header-icon{width:16px;height:16px;margin-right:6px;font-size:16px}.shortcut-render-header .header-close{color:#979ba5;width:16px;height:16px;margin-left:auto;font-size:16px}.shortcut-render-header .header-close:hover{color:#3a84ff;cursor:pointer}.shortcut-render-header .header-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.shortcut-render-content{border-radius:0 0 8px 8px;flex:1;width:100%;padding:12px}.shortcut-render-content .shortcut-footer{justify-content:flex-end;gap:8px;display:flex}.shortcut-render-content .shortcut-render-form .bk-form-label{color:#4d4f56;font-size:12px}.shortcut-render-content .shortcut-render-form .bk-form-item{margin-bottom:12px}.shortcut-render-content .shortcut-render-form .bk-form-item .bk-radio-label,.shortcut-render-content .shortcut-render-form .bk-form-item .bk-checkbox-label{font-size:12px}.shortcut-render-content .shortcut-render-form .bk-form-item:last-child{margin-bottom:0}.markdown-body{--base-size-4:.25rem;--base-size-8:.5rem;--base-size-16:1rem;--base-size-24:1.5rem;--base-size-40:2.5rem;--base-text-weight-normal:400;--base-text-weight-medium:500;--base-text-weight-semibold:600;--fontStack-monospace:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;--fgColor-accent:Highlight}@media (prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--focus-outlineColor:#1f6feb;--fgColor-default:#f0f6fc;--fgColor-muted:#9198a1;--fgColor-accent:#4493f8;--fgColor-success:#3fb950;--fgColor-attention:#d29922;--fgColor-danger:#f85149;--fgColor-done:#ab7df8;--bgColor-default:#0d1117;--bgColor-muted:#151b23;--bgColor-neutral-muted:rgba(101,108,118,.2);--bgColor-attention-muted:rgba(187,128,9,.15);--borderColor-default:#3d444d;--borderColor-muted:rgba(61,68,77,.7);--borderColor-neutral-muted:rgba(61,68,77,.7);--borderColor-accent-emphasis:#1f6feb;--borderColor-success-emphasis:#238636;--borderColor-attention-emphasis:#9e6a03;--borderColor-danger-emphasis:#da3633;--borderColor-done-emphasis:#8957e5;--color-prettylights-syntax-comment:#9198a1;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#f0f6fc;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-brackethighlighter-angle:#9198a1;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#f0f6fc;--color-prettylights-syntax-markup-bold:#f0f6fc;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#f0f6fc;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#3d444d}}@media (prefers-color-scheme:light){.markdown-body,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--focus-outlineColor:#0969da;--fgColor-default:#1f2328;--fgColor-muted:#59636e;--fgColor-accent:#0969da;--fgColor-success:#1a7f37;--fgColor-attention:#9a6700;--fgColor-danger:#d1242f;--fgColor-done:#8250df;--bgColor-default:#fff;--bgColor-muted:#f6f8fa;--bgColor-neutral-muted:rgba(129,139,152,.12);--bgColor-attention-muted:#fff8c5;--borderColor-default:#d1d9e0;--borderColor-muted:rgba(209,217,224,.7);--borderColor-neutral-muted:rgba(209,217,224,.7);--borderColor-accent-emphasis:#0969da;--borderColor-success-emphasis:#1a7f37;--borderColor-attention-emphasis:#9a6700;--borderColor-danger-emphasis:#cf222e;--borderColor-done-emphasis:#8250df;--color-prettylights-syntax-comment:#59636e;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#1f2328;--color-prettylights-syntax-entity-tag:#0550ae;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-brackethighlighter-angle:#59636e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#1f2328;--color-prettylights-syntax-markup-bold:#1f2328;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#d1d9e0;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#818b98}}.markdown-body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:var(--fgColor-default);background-color:var(--bgColor-default);word-wrap:break-word;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5}.markdown-body .octicon{fill:currentColor;vertical-align:text-bottom;display:inline-block}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{content:" ";background-color:currentColor;width:16px;height:16px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{color:var(--fgColor-accent);background-color:transparent;text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold,600)}.markdown-body dfn{font-style:italic}.markdown-body h1{font-weight:var(--base-text-weight-semibold,600);border-bottom:1px solid var(--borderColor-muted);margin:.67em 0;padding-bottom:.3em;font-size:2em}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{box-sizing:content-box;border-style:none;max-width:100%}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;border-bottom:1px solid var(--borderColor-muted);height:.25em;margin:var(--base-size-24)0;background:0 0;background-color:var(--borderColor-default);border:0;padding:0;overflow:hidden}.markdown-body input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.markdown-body [type=button]{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button}.markdown-body [type=reset]{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button}.markdown-body [type=submit]{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button}.markdown-body [type=checkbox]{box-sizing:border-box;padding:0}.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button{height:auto}.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::-webkit-input-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::-moz-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::-ms-input-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{content:"";display:table}.markdown-body hr:after{clear:both;content:"";display:table}.markdown-body table{border-spacing:0;border-collapse:collapse;font-variant:tabular-nums;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;display:block;overflow:auto}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=radio]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body [role=button]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body input[type=radio]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body a:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body [role=button]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=radio]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus{outline-offset:0}.markdown-body a:not([class]):focus-visible{outline-offset:0}.markdown-body input[type=radio]:focus{outline-offset:0}.markdown-body input[type=radio]:focus-visible{outline-offset:0}.markdown-body input[type=checkbox]:focus{outline-offset:0}.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{padding:var(--base-size-4);font:11px var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted);border-radius:6px;line-height:10px;display:inline-block}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold,600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold,600);border-bottom:1px solid var(--borderColor-muted);padding-bottom:.3em;font-size:1.5em}.markdown-body h3{font-weight:var(--base-text-weight-semibold,600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold,600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold,600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold,600);color:var(--fgColor-muted);font-size:.85em}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default);margin:0;padding:0 1em}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);font-size:12px}.markdown-body pre{font-family:var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);word-wrap:normal;margin-top:0;margin-bottom:0;font-size:12px}.markdown-body .octicon{vertical-align:text-bottom;fill:currentColor;display:inline-block;overflow:visible!important}.markdown-body input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;margin:0}.markdown-body input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;margin:0}.markdown-body .mr-2{margin-right:var(--base-size-8,8px)!important}.markdown-body:before{content:"";display:table}.markdown-body:after{clear:both;content:"";display:table}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit;padding:0 .2em}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{border-bottom:0;padding-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type=a\ s]{list-style-type:lower-alpha}.markdown-body ol[type=A\ s]{list-style-type:upper-alpha}.markdown-body ol[type=i\ s]{list-style-type:lower-roman}.markdown-body ol[type=I\ s]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold,600);padding:0}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold,600)}.markdown-body table th,.markdown-body table td{border:1px solid var(--borderColor-default);padding:6px 13px}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{vertical-align:text-top;background-color:transparent;max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{float:left;border:1px solid var(--borderColor-default);width:auto;margin:13px 0 0;padding:7px;display:block;overflow:hidden}.markdown-body span.frame span img{float:left;display:block}.markdown-body span.frame span span{clear:both;color:var(--fgColor-default);padding:5px 0 0;display:block}.markdown-body span.align-center{clear:both;display:block;overflow:hidden}.markdown-body span.align-center>span{text-align:center;margin:13px auto 0;display:block;overflow:hidden}.markdown-body span.align-center span img{text-align:center;margin:0 auto}.markdown-body span.align-right{clear:both;display:block;overflow:hidden}.markdown-body span.align-right>span{text-align:right;margin:13px 0 0;display:block;overflow:hidden}.markdown-body span.align-right span img{text-align:right;margin:0}.markdown-body span.float-left{float:left;margin-right:13px;display:block;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{float:right;margin-left:13px;display:block;overflow:hidden}.markdown-body span.float-right>span{text-align:right;margin:13px auto 0;display:block;overflow:hidden}.markdown-body code,.markdown-body tt{white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px;margin:0;padding:.2em .4em;font-size:85%}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{-webkit-text-decoration:inherit;text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{word-break:normal;white-space:pre;background:0 0;border:0;margin:0;padding:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{word-break:normal;margin-bottom:0}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px;font-size:85%;line-height:1.45;overflow:auto}.markdown-body pre code,.markdown-body pre tt{max-width:auto;line-height:inherit;word-wrap:normal;background-color:transparent;border:0;margin:0;padding:0;display:inline;overflow:visible}.markdown-body .csv-data td,.markdown-body .csv-data th{text-align:left;white-space:nowrap;padding:5px;font-size:12px;line-height:1;overflow:hidden}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8)9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold,600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default);font-size:12px}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{padding-left:var(--base-size-16);margin-top:var(--base-size-16);display:inline-block}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{top:calc(var(--base-size-8)*-1);right:calc(var(--base-size-8)*-1);bottom:calc(var(--base-size-8)*-1);left:calc(var(--base-size-24)*-1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px;position:absolute}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.markdown-body .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.markdown-body .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}.markdown-body [role=button]:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body button:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body summary:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body a:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible){outline:none}.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{min-width:1ch;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-weight:var(--base-text-weight-normal,400);vertical-align:-.075em;line-height:1;display:inline-block;font-style:normal!important}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal,400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{vertical-align:middle;margin:0 .2em .25em -1.4em}.markdown-body ul:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ul:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ul:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container{clip:auto;width:auto;height:24px;display:block;overflow:visible}.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{clip:auto;width:auto;height:24px;display:block;overflow:visible}.markdown-body ::-webkit-calendar-picker-indicator{-webkit-filter:invert(50%);filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8)var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{font-weight:var(--base-text-weight-medium,500);align-items:center;line-height:1;display:flex}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}.markdown-content{width:100%;height:100%}@media (max-width:767px){.markdown-content .markdown-body{padding:15px}}.markdown-content .markdown-body{background-color:transparent}.markdown-content .markdown-body table{width:100%}.reference-content{flex-direction:column;gap:8px;display:flex}.reference-content-title{color:#4d4f56;background:#f0f1f5;border-radius:4px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:28px;padding:0 10px;display:flex}.reference-content-title-icon{justify-content:center;align-items:center;width:14px;height:14px;margin-right:4px;font-size:14px;display:flex}.reference-content-title-icon.collapsed-icon{color:#4d4f56;width:12px;height:12px;margin-left:4px;margin-right:0;font-size:10px;transform:rotate(90deg)}.reference-content-title-icon.is-collapsed{transform:rotate(-90deg)}.reference-content-title-text{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;display:inline;overflow:hidden}.reference-content-title:hover{cursor:pointer;background:#eaebf0}.reference-content-content{background:#f5f7fa;border-radius:2px;flex-direction:column;padding:16px 0;font-size:14px;display:flex}.reference-content-content .reference-content-item{color:#3a84ff;flex:0 0 28px;align-items:center;height:28px;padding:0 12px;display:flex}.reference-content-content .reference-content-item-title{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;overflow:hidden}.reference-content-content .reference-content-item .ai-common-icon{flex:0 0 14px;width:13px;height:14px;font-size:14px;font-weight:600;display:none}.reference-content-content .reference-content-item .ai-common-icon:first-child{margin-left:auto}.reference-content-content .reference-content-item .ai-common-icon:last-child{margin-left:12px}.reference-content-content .reference-content-item:hover{cursor:pointer;background:#eaebf0}.reference-content-content .reference-content-item:hover .ai-common-icon{display:flex}.reference-content-content .reference-content-img{border-radius:2px;flex:0 0 14px;width:14px;height:14px;margin-left:12px;margin-right:4px}.error-content{align-items:center;display:flex}.error-content .ai-error-icon{color:#ea3636;width:14px;height:14px;margin-right:6px;font-size:14px}.think-content{flex-direction:column;gap:8px;display:flex}.think-content-title{color:#4d4f56;background:#f0f1f5;border-radius:4px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:28px;padding:0 10px;display:flex}.think-content-title.is-error{background-color:#fff0f0}.think-content-title.is-error .ai-thinking-icon{color:#ea3636}.think-content-title-icon{justify-content:center;align-items:center;width:16px;height:16px;margin-right:4px;font-size:18px;display:flex}.think-content-title-icon.ai-thinking-icon{transform:rotate(90deg)}.think-content-title-icon.collapsed-icon{color:#4d4f56;width:12px;height:12px;margin-left:4px;margin-right:0;font-size:10px;transform:rotate(90deg)}.think-content-title-icon.is-collapsed{transform:rotate(-90deg)}.think-content-title-text{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;display:inline;overflow:hidden}.think-content-title .ai-content-loading-icon{justify-content:center;align-items:center;width:10px;height:10px;margin-left:2px;margin-right:0;font-size:10px;display:flex}@keyframes thinking-status-icon-1{0%{color:#cddffe}50%{color:#699df4}to{color:#1768ef}}.think-content-title .ai-content-loading-icon.loading-status-1{color:#cddffe;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:color;animation:1.5s .5s infinite thinking-status-icon-1;transform:translateZ(0)}@keyframes thinking-status-icon-2{0%{color:#699df4}50%{color:#1768ef}to{color:#cddffe}}.think-content-title .ai-content-loading-icon.loading-status-2{color:#699df4;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:color;animation:1.5s 1s infinite thinking-status-icon-2;transform:translateZ(0)}@keyframes thinking-status-icon-3{0%{color:#1768ef}50%{color:#cddffe}to{color:#699df4}}.think-content-title .ai-content-loading-icon.loading-status-3{color:#1768ef;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:color;animation:1.5s 1.5s infinite thinking-status-icon-3;transform:translateZ(0)}.think-content-title:hover{cursor:pointer;background:#eaebf0}.think-content-content{background:#f5f7fa;border-radius:2px;flex-direction:column;padding:8px 12px;display:flex}.ai-prompt-list{color:#4d4f56;background:#fff;border:1px solid #dcdee5;border-radius:4px;flex-direction:column;width:330px;max-height:258px;padding:8px;font-size:12px;display:flex;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ai-prompt-list .ai-prompt-list-item{background-color:#f5f7fa;align-items:center;width:100%;margin-bottom:4px;padding:6px 10px;line-height:20px;display:flex}.ai-prompt-list .ai-prompt-list-item:last-child{margin-bottom:0}.ai-prompt-list .ai-prompt-list-item:hover{cursor:pointer;background-color:#eaebf0}.ai-prompt-list .ai-prompt-list-item.is-active{background-color:#eaebf0}.ai-slash-menu{background:#fff;border:1px solid #dcdee5;border-radius:2px;width:160px;max-height:200px;font-size:12px;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ai-slash-menu .ai-slash-item{text-overflow:ellipsis;white-space:nowrap;flex-wrap:nowrap;flex:0 0 32px;align-items:center;width:100%;height:32px;display:flex;overflow:hidden}.ai-slash-menu .ai-slash-item .ellipsis-text{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;overflow:hidden}.ai-slash-menu .ai-slash-group{color:#979ba5;flex-direction:column;display:flex}.ai-slash-menu .ai-slash-group .mark-tool{background-color:#979ba5;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .mark-shortcut{background-color:#3a84ff;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .mark-doc{background-color:#2caf5e;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .mark-mcp{background-color:#f59500;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .ai-slash-group-title .title-icon{fill:#979ba5;flex:0 0 12px;justify-content:center;align-items:center;width:12px;height:12px;margin-left:8px;margin-right:4px;transition:transform .2s ease-in-out;display:flex;transform:rotate(0)}.ai-slash-menu .ai-slash-group .ai-slash-group-title .title-icon:hover{cursor:pointer;fill:#3a84ff}.ai-slash-menu .ai-slash-group .ai-slash-group-title .title-icon.is-expand{transform:rotate(90deg)}.ai-slash-menu .ai-slash-group .ai-slash-group-item{cursor:pointer;width:100%;padding:0 16px 0 32px}.ai-slash-menu .ai-slash-group .ai-slash-group-item.is-active,.ai-slash-menu .ai-slash-group .ai-slash-group-item:hover{background-color:#f5f7fa}.tippy-box[data-theme~=ai-slash-editor-overflow-tips-theme] .tippy-content{font-size:12px}.ai-slash-input-wrapper{flex-direction:column;flex:1;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:400px;display:flex;overflow:auto}.ai-slash-input-wrapper .mention-tag-tool{color:#4d4f56;background:#f0f1f5;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-tool .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-tool:hover{color:#4d4f56;background:#dcdee5}.ai-slash-input-wrapper .mention-tag-tool:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .mention-tag-shortcut{color:#3a84ff;background:#e1ecff;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-shortcut .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-shortcut:hover{color:#1768ef;background:#cddffe}.ai-slash-input-wrapper .mention-tag-shortcut:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .mention-tag-doc{color:#2caf5e;background:#daf6e5;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-doc .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-doc:hover{color:#14a568;background:#cbf0da}.ai-slash-input-wrapper .mention-tag-doc:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .mention-tag-mcp{color:#f59500;background:#fdeed8;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-mcp .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-mcp:hover{color:#e38b02;background:#fce5c0}.ai-slash-input-wrapper .mention-tag-mcp:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .ai-slash-input{color:#4d4f56;border:none;border-radius:8px;outline:none;width:100%;min-height:100%;padding:8px;font-size:12px;line-height:1.5}.ai-slash-input-wrapper [contenteditable=true]:empty:before{color:#c4c6cc;pointer-events:none;content:attr(aria-placeholder)/""}.tippy-box[data-theme~=ai-slash-editor-theme]{box-shadow:none!important}.tippy-box[data-theme~=ai-slash-editor-theme] .tippy-content{padding:0!important}.input-attachment{align-items:center;height:40px;padding:0 12px;display:flex}.input-attachment .send-message-icon{color:#c4c6cc;background:#f0f1f5;border-radius:4px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;font-size:14px;display:flex}.input-attachment .send-message-icon__active{color:#fff;cursor:pointer;background:#3a84ff}.input-attachment .send-message-icon__disabled{color:#c4c6cc;cursor:not-allowed;background:#f0f1f5}.input-attachment .send-message-icon__loading{color:#fff;cursor:pointer;background:#3a84ff}.chat-input-container{flex-direction:column;align-items:center;width:100%;display:flex}.chat-input-container .chat-input{background:#fff;border-radius:8px;flex-direction:column;width:100%;min-width:168px;max-width:600px;min-height:110px;max-height:200px;display:flex;position:relative}.chat-input-container .chat-input:before{z-index:var(--f4717682);z-index:2;pointer-events:none;content:"";background:linear-gradient(145deg,#6cbaff 0%,#3a84ff 100%);border-radius:14px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.tool-btn{color:#a8aab2;background-color:transparent;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;margin-right:6px;font-size:14px;display:flex}.tool-btn:hover{color:#4d4f56;cursor:pointer;background-color:#eaebf0}.message-tools{align-items:center;display:flex}.assistant-message{color:#313238;flex-direction:column;align-items:flex-start;width:100%;font-size:12px;line-height:1.5;display:flex}.assistant-message-content{flex-direction:column;gap:16px;width:100%;margin-bottom:10px;display:flex}.assistant-message-tools{visibility:hidden;align-items:center;width:100%;margin-bottom:12px;display:flex}.assistant-message:hover .assistant-message-tools{visibility:visible}.info-message{border-bottom:1px dashed #dcdee5;flex-direction:column;justify-content:center;align-items:center;height:0;font-size:12px;display:flex}.info-message-content{background-color:#fff;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 32px);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0 16px;display:flex}.text-content{word-break:break-all;background-color:#e1ecff;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 12px;display:flex}.user-message{color:#313238;flex-direction:column;align-items:flex-end;font-size:12px;line-height:1.5;display:flex}
1
+ .tippy-box[data-theme~=ai-chat-box] .tippy-content{font-size:12px!important}.tippy-box[data-theme~=ai-chat-box-light]{box-shadow:none!important}.tippy-box[data-theme~=ai-chat-box-light] .tippy-content{background:#fff;border-radius:2px;font-size:12px;padding:0!important}html,body{color:#4d4f56;margin:0;padding:0}.ai-common-icon{vertical-align:middle;fill:currentColor;outline:none;width:1em;height:1em;overflow:hidden}.ai-divider{background-color:#dcdee5;border-radius:2px;flex:0 0 1px;width:1px;height:12px;display:flex}.ai-shortcut-btn{color:#313238;white-space:nowrap;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;height:28px;padding:0 4px;font-size:12px;transition:background-color .2s;display:flex}.ai-shortcut-btn.is-menu-mode{border-radius:0;flex:0 0 32px;justify-content:flex-start;align-items:center;width:100%;height:32px;padding:0 12px;display:flex}.ai-shortcut-btn.is-menu-mode:hover{cursor:pointer;background-color:#f5f7fa}.ai-shortcut-btn.is-menu-mode .shortcut-btn-icon{color:#4d4f56;flex:0 0 14px;align-items:center;font-size:14px;display:flex}.ai-shortcut-btn-icon{color:#979ba5;justify-content:center;align-items:center;width:16px;height:16px;margin-right:4px;font-size:16px;display:flex}.ai-shortcut-btn:hover{cursor:pointer;background:#f0f1f5}.ai-shortcut-btn:hover .shortcut-btn-icon{color:#4d4f56}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{color:#fff;white-space:normal;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:transform,visibility,opacity;position:relative}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-width:8px 8px 0;border-top-color:initial;transform-origin:top;bottom:-7px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-width:0 8px 8px;border-bottom-color:initial;transform-origin:bottom;top:-7px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:0;right:-7px}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:100%;left:-7px}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;width:16px;height:16px}.tippy-arrow:before{content:"";border-style:solid;border-color:transparent;position:absolute}.tippy-content{z-index:1;padding:5px 9px;position:relative}.ai-selection-popover{z-index:var(--v3d2c2a56);pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;border-radius:16px;height:32px;padding:0 12px;position:fixed;box-shadow:0 2px 10px rgba(0,0,0,.1),0 0 4px rgba(25,25,41,.1)}.ai-selection-popover-content{align-items:center;gap:4px;height:100%;display:flex}.ai-selection-popover-content .shortcut-btn-more-icon{color:#979ba5;justify-content:center;align-items:center;width:10px;height:10px;font-size:10px;display:flex;transform:rotate(90deg)}.ai-selection-popover-content .shortcut-menu{color:#4d4f56;background:#fff;border:1px solid #dcdee5;border-radius:2px;flex-direction:column;min-width:90px;max-height:160px;padding:6px 0;font-size:12px;display:flex;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ai-selection-popover-content .shortcut-menu-item{flex:0 0 32px;align-items:center;width:100%;height:32px;padding:0 12px;display:flex}.ai-selection-popover-content .shortcut-menu-item:hover{cursor:pointer;background-color:#f5f7fa}.ai-selection-popover-content .shortcut-menu-item .item-icon{color:#4d4f56;flex:0 0 14px;align-items:center;margin-right:6px;font-size:14px;display:flex}.ai-fade-enter-active,.ai-fade-leave-active{transition:opacity .2s,transform .2s}.ai-fade-enter-from,.ai-fade-leave-to{opacity:0;transform:translateY(4px)}.shortcut-btns{color:#4d4f56;align-items:center;gap:4px;width:100%;min-width:168px;max-width:600px;margin-bottom:6px;font-size:12px;display:flex;position:relative;overflow:hidden}.shortcut-btns-item{white-space:nowrap;background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;height:28px;padding:0 12px;display:flex;position:relative}.shortcut-btns-item:before{z-index:2;pointer-events:none;content:"";background:linear-gradient(145deg,#b8c6ec 0%,#e3d2e3 100%);border-radius:14px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.shortcut-btns-item:hover{cursor:pointer;background-image:linear-gradient(105deg,rgba(35,93,250,.1) 0%,rgba(188,129,239,.1) 100%)}.shortcut-btns-item-hidden{visibility:hidden;pointer-events:none;opacity:0;position:absolute}.shortcut-btns-more{flex-shrink:0;width:32px;padding:0;font-size:12px}.shortcut-btns-more-icon{color:#979ba5;justify-content:center;align-items:center;display:flex;transform:rotate(90deg)}.shortcut-menu{color:#4d4f56;background:#fff;border:1px solid #dcdee5;border-radius:2px;flex-direction:column;min-width:90px;max-height:160px;padding:6px 0;font-size:12px;display:flex;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.shortcut-menu-item{flex:0 0 32px;align-items:center;width:100%;height:32px;padding:0 12px;display:flex}.shortcut-menu-item:hover{cursor:pointer;background-color:#f5f7fa}.shortcut-menu-item .item-icon{color:#4d4f56;flex:0 0 14px;align-items:center;margin-right:6px;font-size:14px;display:flex}.shortcut-render{background:#fff;border-radius:8px;flex-direction:column;width:100%;font-size:12px;display:flex;position:relative}.shortcut-render:before{z-index:2;pointer-events:none;content:"";background:linear-gradient(145deg,#6cbaff 0%,#3a84ff 100%);border-radius:14px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.shortcut-render-header{color:#313238;background:#f5f7fa;border-radius:8px 8px 0 0;flex:0 0 32px;align-items:center;height:32px;padding:0 12px;display:flex}.shortcut-render-header .header-icon{width:16px;height:16px;margin-right:6px;font-size:16px}.shortcut-render-header .header-close{color:#979ba5;width:16px;height:16px;margin-left:auto;font-size:16px}.shortcut-render-header .header-close:hover{color:#3a84ff;cursor:pointer}.shortcut-render-header .header-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.shortcut-render-content{border-radius:0 0 8px 8px;flex:1;width:100%;padding:12px}.shortcut-render-content .shortcut-footer{justify-content:flex-end;gap:8px;display:flex}.shortcut-render-content .shortcut-render-form .bk-form-label{color:#4d4f56;font-size:12px}.shortcut-render-content .shortcut-render-form .bk-form-item{margin-bottom:12px}.shortcut-render-content .shortcut-render-form .bk-form-item .bk-radio-label,.shortcut-render-content .shortcut-render-form .bk-form-item .bk-checkbox-label{font-size:12px}.shortcut-render-content .shortcut-render-form .bk-form-item:last-child{margin-bottom:0}.markdown-body{--base-size-4:.25rem;--base-size-8:.5rem;--base-size-16:1rem;--base-size-24:1.5rem;--base-size-40:2.5rem;--base-text-weight-normal:400;--base-text-weight-medium:500;--base-text-weight-semibold:600;--fontStack-monospace:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;--fgColor-accent:Highlight}@media (prefers-color-scheme:dark){.markdown-body,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--focus-outlineColor:#1f6feb;--fgColor-default:#f0f6fc;--fgColor-muted:#9198a1;--fgColor-accent:#4493f8;--fgColor-success:#3fb950;--fgColor-attention:#d29922;--fgColor-danger:#f85149;--fgColor-done:#ab7df8;--bgColor-default:#0d1117;--bgColor-muted:#151b23;--bgColor-neutral-muted:rgba(101,108,118,.2);--bgColor-attention-muted:rgba(187,128,9,.15);--borderColor-default:#3d444d;--borderColor-muted:rgba(61,68,77,.7);--borderColor-neutral-muted:rgba(61,68,77,.7);--borderColor-accent-emphasis:#1f6feb;--borderColor-success-emphasis:#238636;--borderColor-attention-emphasis:#9e6a03;--borderColor-danger-emphasis:#da3633;--borderColor-done-emphasis:#8957e5;--color-prettylights-syntax-comment:#9198a1;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#f0f6fc;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-brackethighlighter-angle:#9198a1;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#f0f6fc;--color-prettylights-syntax-markup-bold:#f0f6fc;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#f0f6fc;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#3d444d}}@media (prefers-color-scheme:light){.markdown-body,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--focus-outlineColor:#0969da;--fgColor-default:#1f2328;--fgColor-muted:#59636e;--fgColor-accent:#0969da;--fgColor-success:#1a7f37;--fgColor-attention:#9a6700;--fgColor-danger:#d1242f;--fgColor-done:#8250df;--bgColor-default:#fff;--bgColor-muted:#f6f8fa;--bgColor-neutral-muted:rgba(129,139,152,.12);--bgColor-attention-muted:#fff8c5;--borderColor-default:#d1d9e0;--borderColor-muted:rgba(209,217,224,.7);--borderColor-neutral-muted:rgba(209,217,224,.7);--borderColor-accent-emphasis:#0969da;--borderColor-success-emphasis:#1a7f37;--borderColor-attention-emphasis:#9a6700;--borderColor-danger-emphasis:#cf222e;--borderColor-done-emphasis:#8250df;--color-prettylights-syntax-comment:#59636e;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-prettylights-syntax-entity:#6639ba;--color-prettylights-syntax-storage-modifier-import:#1f2328;--color-prettylights-syntax-entity-tag:#0550ae;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-brackethighlighter-angle:#59636e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#1f2328;--color-prettylights-syntax-markup-bold:#1f2328;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#d1d9e0;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#818b98}}.markdown-body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:var(--fgColor-default);background-color:var(--bgColor-default);word-wrap:break-word;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5}.markdown-body .octicon{fill:currentColor;vertical-align:text-bottom;display:inline-block}.markdown-body h1:hover .anchor .octicon-link:before,.markdown-body h2:hover .anchor .octicon-link:before,.markdown-body h3:hover .anchor .octicon-link:before,.markdown-body h4:hover .anchor .octicon-link:before,.markdown-body h5:hover .anchor .octicon-link:before,.markdown-body h6:hover .anchor .octicon-link:before{content:" ";background-color:currentColor;width:16px;height:16px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>")}.markdown-body details,.markdown-body figcaption,.markdown-body figure{display:block}.markdown-body summary{display:list-item}.markdown-body [hidden]{display:none!important}.markdown-body a{color:var(--fgColor-accent);background-color:transparent;text-decoration:none}.markdown-body abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.markdown-body b,.markdown-body strong{font-weight:var(--base-text-weight-semibold,600)}.markdown-body dfn{font-style:italic}.markdown-body h1{font-weight:var(--base-text-weight-semibold,600);border-bottom:1px solid var(--borderColor-muted);margin:.67em 0;padding-bottom:.3em;font-size:2em}.markdown-body mark{background-color:var(--bgColor-attention-muted);color:var(--fgColor-default)}.markdown-body small{font-size:90%}.markdown-body sub,.markdown-body sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}.markdown-body sub{bottom:-.25em}.markdown-body sup{top:-.5em}.markdown-body img{box-sizing:content-box;border-style:none;max-width:100%}.markdown-body code,.markdown-body kbd,.markdown-body pre,.markdown-body samp{font-family:monospace;font-size:1em}.markdown-body figure{margin:1em var(--base-size-40)}.markdown-body hr{box-sizing:content-box;border-bottom:1px solid var(--borderColor-muted);height:.25em;margin:var(--base-size-24)0;background:0 0;background-color:var(--borderColor-default);border:0;padding:0;overflow:hidden}.markdown-body input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.markdown-body [type=button]{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button}.markdown-body [type=reset]{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button}.markdown-body [type=submit]{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button}.markdown-body [type=checkbox]{box-sizing:border-box;padding:0}.markdown-body [type=radio]{box-sizing:border-box;padding:0}.markdown-body [type=number]::-webkit-inner-spin-button{height:auto}.markdown-body [type=number]::-webkit-outer-spin-button{height:auto}.markdown-body [type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.markdown-body [type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.markdown-body ::-webkit-input-placeholder{color:inherit;opacity:.54}.markdown-body ::-webkit-file-upload-button{-webkit-appearance:button;-moz-appearance:button;-ms-appearance:button;appearance:button;font:inherit}.markdown-body a:hover{text-decoration:underline}.markdown-body ::-webkit-input-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::-moz-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::-ms-input-placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body ::placeholder{color:var(--fgColor-muted);opacity:1}.markdown-body hr:before{content:"";display:table}.markdown-body hr:after{clear:both;content:"";display:table}.markdown-body table{border-spacing:0;border-collapse:collapse;font-variant:tabular-nums;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;display:block;overflow:auto}.markdown-body td,.markdown-body th{padding:0}.markdown-body details summary{cursor:pointer}.markdown-body a:focus,.markdown-body [role=button]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=radio]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=checkbox]:focus{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body [role=button]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body input[type=radio]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body input[type=checkbox]:focus:not(:focus-visible){outline:1px solid transparent}.markdown-body a:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body [role=button]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=radio]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body input[type=checkbox]:focus-visible{outline:2px solid var(--focus-outlineColor);outline-offset:-2px;box-shadow:none}.markdown-body a:not([class]):focus{outline-offset:0}.markdown-body a:not([class]):focus-visible{outline-offset:0}.markdown-body input[type=radio]:focus{outline-offset:0}.markdown-body input[type=radio]:focus-visible{outline-offset:0}.markdown-body input[type=checkbox]:focus{outline-offset:0}.markdown-body input[type=checkbox]:focus-visible{outline-offset:0}.markdown-body kbd{padding:var(--base-size-4);font:11px var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);color:var(--fgColor-default);vertical-align:middle;background-color:var(--bgColor-muted);border:solid 1px var(--borderColor-neutral-muted);border-bottom-color:var(--borderColor-neutral-muted);box-shadow:inset 0 -1px 0 var(--borderColor-neutral-muted);border-radius:6px;line-height:10px;display:inline-block}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:var(--base-size-24);margin-bottom:var(--base-size-16);font-weight:var(--base-text-weight-semibold,600);line-height:1.25}.markdown-body h2{font-weight:var(--base-text-weight-semibold,600);border-bottom:1px solid var(--borderColor-muted);padding-bottom:.3em;font-size:1.5em}.markdown-body h3{font-weight:var(--base-text-weight-semibold,600);font-size:1.25em}.markdown-body h4{font-weight:var(--base-text-weight-semibold,600);font-size:1em}.markdown-body h5{font-weight:var(--base-text-weight-semibold,600);font-size:.875em}.markdown-body h6{font-weight:var(--base-text-weight-semibold,600);color:var(--fgColor-muted);font-size:.85em}.markdown-body p{margin-top:0;margin-bottom:10px}.markdown-body blockquote{color:var(--fgColor-muted);border-left:.25em solid var(--borderColor-default);margin:0;padding:0 1em}.markdown-body ul,.markdown-body ol{margin-top:0;margin-bottom:0;padding-left:2em}.markdown-body ol ol,.markdown-body ul ol{list-style-type:lower-roman}.markdown-body ul ul ol,.markdown-body ul ol ol,.markdown-body ol ul ol,.markdown-body ol ol ol{list-style-type:lower-alpha}.markdown-body dd{margin-left:0}.markdown-body tt,.markdown-body code,.markdown-body samp{font-family:var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);font-size:12px}.markdown-body pre{font-family:var(--fontStack-monospace,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace);word-wrap:normal;margin-top:0;margin-bottom:0;font-size:12px}.markdown-body .octicon{vertical-align:text-bottom;fill:currentColor;display:inline-block;overflow:visible!important}.markdown-body input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;margin:0}.markdown-body input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;margin:0}.markdown-body .mr-2{margin-right:var(--base-size-8,8px)!important}.markdown-body:before{content:"";display:table}.markdown-body:after{clear:both;content:"";display:table}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:var(--fgColor-danger)}.markdown-body .anchor{float:left;padding-right:var(--base-size-4);margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre,.markdown-body details{margin-top:0;margin-bottom:var(--base-size-16)}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:var(--fgColor-default);vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit;padding:0 .2em}.markdown-body summary h1,.markdown-body summary h2,.markdown-body summary h3,.markdown-body summary h4,.markdown-body summary h5,.markdown-body summary h6{display:inline-block}.markdown-body summary h1 .anchor,.markdown-body summary h2 .anchor,.markdown-body summary h3 .anchor,.markdown-body summary h4 .anchor,.markdown-body summary h5 .anchor,.markdown-body summary h6 .anchor{margin-left:-40px}.markdown-body summary h1,.markdown-body summary h2{border-bottom:0;padding-bottom:0}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ol[type=a\ s]{list-style-type:lower-alpha}.markdown-body ol[type=A\ s]{list-style-type:upper-alpha}.markdown-body ol[type=i\ s]{list-style-type:lower-roman}.markdown-body ol[type=I\ s]{list-style-type:upper-roman}.markdown-body ol[type="1"]{list-style-type:decimal}.markdown-body div>ol:not([type]){list-style-type:decimal}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:var(--base-size-16)}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{margin-top:var(--base-size-16);font-size:1em;font-style:italic;font-weight:var(--base-text-weight-semibold,600);padding:0}.markdown-body dl dd{padding:0 var(--base-size-16);margin-bottom:var(--base-size-16)}.markdown-body table th{font-weight:var(--base-text-weight-semibold,600)}.markdown-body table th,.markdown-body table td{border:1px solid var(--borderColor-default);padding:6px 13px}.markdown-body table td>:last-child{margin-bottom:0}.markdown-body table tr{background-color:var(--bgColor-default);border-top:1px solid var(--borderColor-muted)}.markdown-body table tr:nth-child(2n){background-color:var(--bgColor-muted)}.markdown-body table img{background-color:transparent}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{vertical-align:text-top;background-color:transparent;max-width:none}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{float:left;border:1px solid var(--borderColor-default);width:auto;margin:13px 0 0;padding:7px;display:block;overflow:hidden}.markdown-body span.frame span img{float:left;display:block}.markdown-body span.frame span span{clear:both;color:var(--fgColor-default);padding:5px 0 0;display:block}.markdown-body span.align-center{clear:both;display:block;overflow:hidden}.markdown-body span.align-center>span{text-align:center;margin:13px auto 0;display:block;overflow:hidden}.markdown-body span.align-center span img{text-align:center;margin:0 auto}.markdown-body span.align-right{clear:both;display:block;overflow:hidden}.markdown-body span.align-right>span{text-align:right;margin:13px 0 0;display:block;overflow:hidden}.markdown-body span.align-right span img{text-align:right;margin:0}.markdown-body span.float-left{float:left;margin-right:13px;display:block;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{float:right;margin-left:13px;display:block;overflow:hidden}.markdown-body span.float-right>span{text-align:right;margin:13px auto 0;display:block;overflow:hidden}.markdown-body code,.markdown-body tt{white-space:break-spaces;background-color:var(--bgColor-neutral-muted);border-radius:6px;margin:0;padding:.2em .4em;font-size:85%}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{-webkit-text-decoration:inherit;text-decoration:inherit}.markdown-body samp{font-size:85%}.markdown-body pre code{font-size:100%}.markdown-body pre>code{word-break:normal;white-space:pre;background:0 0;border:0;margin:0;padding:0}.markdown-body .highlight{margin-bottom:var(--base-size-16)}.markdown-body .highlight pre{word-break:normal;margin-bottom:0}.markdown-body .highlight pre,.markdown-body pre{padding:var(--base-size-16);color:var(--fgColor-default);background-color:var(--bgColor-muted);border-radius:6px;font-size:85%;line-height:1.45;overflow:auto}.markdown-body pre code,.markdown-body pre tt{max-width:auto;line-height:inherit;word-wrap:normal;background-color:transparent;border:0;margin:0;padding:0;display:inline;overflow:visible}.markdown-body .csv-data td,.markdown-body .csv-data th{text-align:left;white-space:nowrap;padding:5px;font-size:12px;line-height:1;overflow:hidden}.markdown-body .csv-data .blob-num{padding:10px var(--base-size-8)9px;text-align:right;background:var(--bgColor-default);border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:var(--base-text-weight-semibold,600);background:var(--bgColor-muted);border-top:0}.markdown-body [data-footnote-ref]:before{content:"["}.markdown-body [data-footnote-ref]:after{content:"]"}.markdown-body .footnotes{color:var(--fgColor-muted);border-top:1px solid var(--borderColor-default);font-size:12px}.markdown-body .footnotes ol{padding-left:var(--base-size-16)}.markdown-body .footnotes ol ul{padding-left:var(--base-size-16);margin-top:var(--base-size-16);display:inline-block}.markdown-body .footnotes li{position:relative}.markdown-body .footnotes li:target:before{top:calc(var(--base-size-8)*-1);right:calc(var(--base-size-8)*-1);bottom:calc(var(--base-size-8)*-1);left:calc(var(--base-size-24)*-1);pointer-events:none;content:"";border:2px solid var(--borderColor-accent-emphasis);border-radius:6px;position:absolute}.markdown-body .footnotes li:target{color:var(--fgColor-default)}.markdown-body .footnotes .data-footnote-backref g-emoji{font-family:monospace}.markdown-body body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}.markdown-body .pl-c{color:var(--color-prettylights-syntax-comment)}.markdown-body .pl-c1,.markdown-body .pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.markdown-body .pl-e,.markdown-body .pl-en{color:var(--color-prettylights-syntax-entity)}.markdown-body .pl-smi,.markdown-body .pl-s .pl-s1{color:var(--color-prettylights-syntax-storage-modifier-import)}.markdown-body .pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.markdown-body .pl-k{color:var(--color-prettylights-syntax-keyword)}.markdown-body .pl-s,.markdown-body .pl-pds,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sre,.markdown-body .pl-sr .pl-sra{color:var(--color-prettylights-syntax-string)}.markdown-body .pl-v,.markdown-body .pl-smw{color:var(--color-prettylights-syntax-variable)}.markdown-body .pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.markdown-body .pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.markdown-body .pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.markdown-body .pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp);font-weight:700}.markdown-body .pl-ml{color:var(--color-prettylights-syntax-markup-list)}.markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms{color:var(--color-prettylights-syntax-markup-heading);font-weight:700}.markdown-body .pl-mi{color:var(--color-prettylights-syntax-markup-italic);font-style:italic}.markdown-body .pl-mb{color:var(--color-prettylights-syntax-markup-bold);font-weight:700}.markdown-body .pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.markdown-body .pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.markdown-body .pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.markdown-body .pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.markdown-body .pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range);font-weight:700}.markdown-body .pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.markdown-body .pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.markdown-body .pl-corl{color:var(--color-prettylights-syntax-constant-other-reference-link);text-decoration:underline}.markdown-body [role=button]:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body button:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body summary:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body a:focus:not(:focus-visible){box-shadow:none;outline:none}.markdown-body [tabindex="0"]:focus:not(:focus-visible){outline:none}.markdown-body details-dialog:focus:not(:focus-visible){outline:none}.markdown-body g-emoji{min-width:1ch;font-family:Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1em;font-weight:var(--base-text-weight-normal,400);vertical-align:-.075em;line-height:1;display:inline-block;font-style:normal!important}.markdown-body g-emoji img{width:1em;height:1em}.markdown-body .task-list-item{list-style-type:none}.markdown-body .task-list-item label{font-weight:var(--base-text-weight-normal,400)}.markdown-body .task-list-item.enabled label{cursor:pointer}.markdown-body .task-list-item+.task-list-item{margin-top:var(--base-size-4)}.markdown-body .task-list-item .handle{display:none}.markdown-body .task-list-item-checkbox{vertical-align:middle;margin:0 .2em .25em -1.4em}.markdown-body ul:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ul:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ul:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body ol:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox{margin:0 -1.6em .25em .2em}.markdown-body .contains-task-list:hover .task-list-item-convert-container{clip:auto;width:auto;height:24px;display:block;overflow:visible}.markdown-body .contains-task-list:focus-within .task-list-item-convert-container{clip:auto;width:auto;height:24px;display:block;overflow:visible}.markdown-body ::-webkit-calendar-picker-indicator{-webkit-filter:invert(50%);filter:invert(50%)}.markdown-body .markdown-alert{padding:var(--base-size-8)var(--base-size-16);margin-bottom:var(--base-size-16);color:inherit;border-left:.25em solid var(--borderColor-default)}.markdown-body .markdown-alert>:first-child{margin-top:0}.markdown-body .markdown-alert>:last-child{margin-bottom:0}.markdown-body .markdown-alert .markdown-alert-title{font-weight:var(--base-text-weight-medium,500);align-items:center;line-height:1;display:flex}.markdown-body .markdown-alert.markdown-alert-note{border-left-color:var(--borderColor-accent-emphasis)}.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title{color:var(--fgColor-accent)}.markdown-body .markdown-alert.markdown-alert-important{border-left-color:var(--borderColor-done-emphasis)}.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title{color:var(--fgColor-done)}.markdown-body .markdown-alert.markdown-alert-warning{border-left-color:var(--borderColor-attention-emphasis)}.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title{color:var(--fgColor-attention)}.markdown-body .markdown-alert.markdown-alert-tip{border-left-color:var(--borderColor-success-emphasis)}.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title{color:var(--fgColor-success)}.markdown-body .markdown-alert.markdown-alert-caution{border-left-color:var(--borderColor-danger-emphasis)}.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title{color:var(--fgColor-danger)}.markdown-body>:first-child>.heading-element:first-child{margin-top:0!important}.markdown-body .highlight pre:has(+.zeroclipboard-container){min-height:52px}.markdown-content{width:100%;height:100%}@media (max-width:767px){.markdown-content .markdown-body{padding:15px}}.markdown-content .markdown-body{background-color:transparent}.markdown-content .markdown-body table{width:100%}.reference-content{flex-direction:column;gap:8px;display:flex}.reference-content-title{color:#4d4f56;background:#f0f1f5;border-radius:4px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:28px;padding:0 10px;display:flex}.reference-content-title-icon{justify-content:center;align-items:center;width:14px;height:14px;margin-right:4px;font-size:14px;display:flex}.reference-content-title-icon.collapsed-icon{color:#4d4f56;width:12px;height:12px;margin-left:4px;margin-right:0;font-size:10px;transform:rotate(90deg)}.reference-content-title-icon.is-collapsed{transform:rotate(-90deg)}.reference-content-title-text{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;display:inline;overflow:hidden}.reference-content-title:hover{cursor:pointer;background:#eaebf0}.reference-content-content{background:#f5f7fa;border-radius:2px;flex-direction:column;padding:16px 0;font-size:14px;display:flex}.reference-content-content .reference-content-item{color:#3a84ff;flex:0 0 28px;align-items:center;height:28px;padding:0 12px;display:flex}.reference-content-content .reference-content-item-title{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;overflow:hidden}.reference-content-content .reference-content-item .ai-common-icon{flex:0 0 14px;width:13px;height:14px;font-size:14px;font-weight:600;display:none}.reference-content-content .reference-content-item .ai-common-icon:first-child{margin-left:auto}.reference-content-content .reference-content-item .ai-common-icon:last-child{margin-left:12px}.reference-content-content .reference-content-item:hover{cursor:pointer;background:#eaebf0}.reference-content-content .reference-content-item:hover .ai-common-icon{display:flex}.reference-content-content .reference-content-img{border-radius:2px;flex:0 0 14px;width:14px;height:14px;margin-left:12px;margin-right:4px}.error-content{align-items:center;display:flex}.error-content .ai-error-icon{color:#ea3636;width:14px;height:14px;margin-right:6px;font-size:14px}.think-content{flex-direction:column;gap:8px;display:flex}.think-content-title{color:#4d4f56;background:#f0f1f5;border-radius:4px;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:28px;padding:0 10px;display:flex}.think-content-title.is-error{background-color:#fff0f0}.think-content-title.is-error .ai-thinking-icon{color:#ea3636}.think-content-title-icon{justify-content:center;align-items:center;width:16px;height:16px;margin-right:4px;font-size:18px;display:flex}.think-content-title-icon.ai-thinking-icon{transform:rotate(90deg)}.think-content-title-icon.collapsed-icon{color:#4d4f56;width:12px;height:12px;margin-left:4px;margin-right:0;font-size:10px;transform:rotate(90deg)}.think-content-title-icon.is-collapsed{transform:rotate(-90deg)}.think-content-title-text{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;display:inline;overflow:hidden}.think-content-title .ai-content-loading-icon{justify-content:center;align-items:center;width:10px;height:10px;margin-left:2px;margin-right:0;font-size:10px;display:flex}@keyframes thinking-status-icon-1{0%{color:#cddffe}50%{color:#699df4}to{color:#1768ef}}.think-content-title .ai-content-loading-icon.loading-status-1{color:#cddffe;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:color;animation:1.5s .5s infinite thinking-status-icon-1;transform:translateZ(0)}@keyframes thinking-status-icon-2{0%{color:#699df4}50%{color:#1768ef}to{color:#cddffe}}.think-content-title .ai-content-loading-icon.loading-status-2{color:#699df4;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:color;animation:1.5s 1s infinite thinking-status-icon-2;transform:translateZ(0)}@keyframes thinking-status-icon-3{0%{color:#1768ef}50%{color:#cddffe}to{color:#699df4}}.think-content-title .ai-content-loading-icon.loading-status-3{color:#1768ef;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:color;animation:1.5s 1.5s infinite thinking-status-icon-3;transform:translateZ(0)}.think-content-title:hover{cursor:pointer;background:#eaebf0}.think-content-content{background:#f5f7fa;border-radius:2px;flex-direction:column;padding:8px 12px;display:flex}.ai-prompt-list{color:#4d4f56;background:#fff;border:1px solid #dcdee5;border-radius:4px;flex-direction:column;width:330px;max-height:258px;padding:8px;font-size:12px;display:flex;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ai-prompt-list .ai-prompt-list-item{background-color:#f5f7fa;align-items:center;width:100%;margin-bottom:4px;padding:6px 10px;line-height:20px;display:flex}.ai-prompt-list .ai-prompt-list-item:last-child{margin-bottom:0}.ai-prompt-list .ai-prompt-list-item:hover{cursor:pointer;background-color:#eaebf0}.ai-prompt-list .ai-prompt-list-item.is-active{background-color:#eaebf0}.ai-slash-menu{background:#fff;border:1px solid #dcdee5;border-radius:2px;width:160px;max-height:200px;font-size:12px;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.1)}.ai-slash-menu .ai-slash-item{text-overflow:ellipsis;white-space:nowrap;flex-wrap:nowrap;flex:0 0 32px;align-items:center;width:100%;height:32px;display:flex;overflow:hidden}.ai-slash-menu .ai-slash-item .ellipsis-text{text-overflow:ellipsis;white-space:nowrap;flex:1;width:100%;overflow:hidden}.ai-slash-menu .ai-slash-group{color:#979ba5;flex-direction:column;display:flex}.ai-slash-menu .ai-slash-group .mark-tool{background-color:#979ba5;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .mark-shortcut{background-color:#3a84ff;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .mark-doc{background-color:#2caf5e;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .mark-mcp{background-color:#f59500;border-radius:2px;flex:0 0 10px;width:10px;height:10px;margin-right:6px;display:flex}.ai-slash-menu .ai-slash-group .ai-slash-group-title .title-icon{fill:#979ba5;flex:0 0 12px;justify-content:center;align-items:center;width:12px;height:12px;margin-left:8px;margin-right:4px;transition:transform .2s ease-in-out;display:flex;transform:rotate(0)}.ai-slash-menu .ai-slash-group .ai-slash-group-title .title-icon:hover{cursor:pointer;fill:#3a84ff}.ai-slash-menu .ai-slash-group .ai-slash-group-title .title-icon.is-expand{transform:rotate(90deg)}.ai-slash-menu .ai-slash-group .ai-slash-group-item{cursor:pointer;width:100%;padding:0 16px 0 32px}.ai-slash-menu .ai-slash-group .ai-slash-group-item.is-active,.ai-slash-menu .ai-slash-group .ai-slash-group-item:hover{background-color:#f5f7fa}.tippy-box[data-theme~=ai-slash-editor-overflow-tips-theme] .tippy-content{font-size:12px}.ai-slash-input-wrapper{flex-direction:column;flex:1;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:400px;display:flex;overflow:auto}.ai-slash-input-wrapper .mention-tag-tool{color:#4d4f56;background:#f0f1f5;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-tool .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-tool:hover{color:#4d4f56;background:#dcdee5}.ai-slash-input-wrapper .mention-tag-tool:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .mention-tag-shortcut{color:#3a84ff;background:#e1ecff;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-shortcut .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-shortcut:hover{color:#1768ef;background:#cddffe}.ai-slash-input-wrapper .mention-tag-shortcut:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .mention-tag-doc{color:#2caf5e;background:#daf6e5;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-doc .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-doc:hover{color:#14a568;background:#cbf0da}.ai-slash-input-wrapper .mention-tag-doc:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .mention-tag-mcp{color:#f59500;background:#fdeed8;border-radius:2px;align-items:center;height:18px;padding:0 2px 0 6px;font-size:12px;display:inline-flex;position:relative}.ai-slash-input-wrapper .mention-tag-mcp .mention-tag-remove-icon{z-index:1;color:#4d4f56;cursor:pointer;justify-content:center;align-items:center;width:14px;height:14px;font-size:14px;display:none;position:absolute;top:-7px;right:-7px}.ai-slash-input-wrapper .mention-tag-mcp:hover{color:#e38b02;background:#fce5c0}.ai-slash-input-wrapper .mention-tag-mcp:hover .mention-tag-remove-icon{display:flex}.ai-slash-input-wrapper .ai-slash-input{color:#4d4f56;border:none;border-radius:8px;outline:none;width:100%;min-height:100%;padding:8px;font-size:12px;line-height:1.5}.ai-slash-input-wrapper [contenteditable=true]:empty:before{color:#c4c6cc;pointer-events:none;content:attr(aria-placeholder)/""}.tippy-box[data-theme~=ai-slash-editor-theme]{box-shadow:none!important}.tippy-box[data-theme~=ai-slash-editor-theme] .tippy-content{padding:0!important}.input-attachment{align-items:center;height:40px;padding:0 12px;display:flex}.input-attachment .send-message-icon{color:#c4c6cc;background:#f0f1f5;border-radius:4px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;font-size:14px;display:flex}.input-attachment .send-message-icon__active{color:#fff;cursor:pointer;background:#3a84ff}.input-attachment .send-message-icon__disabled{color:#c4c6cc;cursor:not-allowed;background:#f0f1f5}.input-attachment .send-message-icon__loading{color:#fff;cursor:pointer;background:#3a84ff}.chat-input-container{flex-direction:column;align-items:center;width:100%;display:flex}.chat-input-container .chat-input{background:#fff;border-radius:8px;flex-direction:column;width:100%;min-width:168px;max-width:600px;min-height:110px;max-height:200px;display:flex;position:relative}.chat-input-container .chat-input:before{z-index:var(--v1515a9ee);z-index:2;pointer-events:none;content:"";background:linear-gradient(145deg,#6cbaff 0%,#3a84ff 100%);border-radius:14px;padding:1px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.tool-btn{color:#a8aab2;background-color:transparent;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;margin-right:6px;font-size:14px;display:flex}.tool-btn:hover{color:#4d4f56;cursor:pointer;background-color:#eaebf0}.message-tools{align-items:center;display:flex}.assistant-message{color:#313238;flex-direction:column;align-items:flex-start;width:100%;font-size:12px;line-height:1.5;display:flex}.assistant-message-content{flex-direction:column;gap:16px;width:100%;margin-bottom:10px;display:flex}.assistant-message-tools{visibility:hidden;align-items:center;width:100%;margin-bottom:12px;display:flex}.assistant-message:hover .assistant-message-tools{visibility:visible}.info-message{border-bottom:1px dashed #dcdee5;flex-direction:column;justify-content:center;align-items:center;height:0;font-size:12px;display:flex}.info-message-content{background-color:#fff;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 32px);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0 16px;display:flex}.text-content{word-break:break-all;background-color:#e1ecff;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 12px;display:flex}.user-message{color:#313238;flex-direction:column;align-items:flex-end;font-size:12px;line-height:1.5;display:flex}
2
2
  /*$vite$:1*/
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import './styles/global.scss';
1
2
  export * from './ag-ui/types';
2
3
  export * from './common';
3
4
  export * from './components';
package/dist/index.js CHANGED
@@ -8176,7 +8176,7 @@ var _hoisted_1$9 = { class: "ai-slash-input-wrapper" }, _hoisted_2$3 = ["aria-pl
8176
8176
  }),
8177
8177
  emits: ["update:modelValue"],
8178
8178
  setup(e) {
8179
- useCssVars((e) => ({ f4717682: unref(CHAT_Z_INDEX) }));
8179
+ useCssVars((e) => ({ v1515a9ee: unref(CHAT_Z_INDEX) }));
8180
8180
  let n = useModel(e, "modelValue"), r = e, a = shallowRef(!1), o = computed(() => a.value ? MessageState.LOADING : n.value.length ? MessageState.ACTIVE : MessageState.DISABLED), s = function() {
8181
8181
  var e = _asyncToGenerator(function* () {
8182
8182
  try {
@@ -8191,12 +8191,12 @@ var _hoisted_1$9 = { class: "ai-slash-input-wrapper" }, _hoisted_2$3 = ["aria-pl
8191
8191
  return function() {
8192
8192
  return e.apply(this, arguments);
8193
8193
  };
8194
- }(), f = (e) => {
8194
+ }(), u = (e) => {
8195
8195
  if (e.key === "Enter" || e.key === "NumpadEnter") {
8196
8196
  if (e.shiftKey) return;
8197
8197
  s();
8198
8198
  }
8199
- }, p = function() {
8199
+ }, f = function() {
8200
8200
  var e = _asyncToGenerator(function* () {
8201
8201
  try {
8202
8202
  var e;
@@ -8217,7 +8217,7 @@ var _hoisted_1$9 = { class: "ai-slash-input-wrapper" }, _hoisted_2$3 = ["aria-pl
8217
8217
  placeholder: e.placeholder,
8218
8218
  prompts: e.prompts,
8219
8219
  resources: e.resources,
8220
- onKeydown: f
8220
+ onKeydown: u
8221
8221
  }, null, 8, [
8222
8222
  "modelValue",
8223
8223
  "placeholder",
@@ -8226,9 +8226,9 @@ var _hoisted_1$9 = { class: "ai-slash-input-wrapper" }, _hoisted_2$3 = ["aria-pl
8226
8226
  ]), createVNode(input_attachment_default, {
8227
8227
  "message-state": o.value,
8228
8228
  onSendMessage: s,
8229
- onStopSending: p
8229
+ onStopSending: f
8230
8230
  }, {
8231
- default: withCtx(() => [renderSlot(r.$slots, "attachment"), createTextVNode(" " + toDisplayString(o.value), 1)]),
8231
+ default: withCtx(() => [renderSlot(r.$slots, "attachment")]),
8232
8232
  _: 3
8233
8233
  }, 8, ["message-state"])])]));
8234
8234
  }
@@ -8302,7 +8302,10 @@ var _hoisted_1$9 = { class: "ai-slash-input-wrapper" }, _hoisted_2$3 = ["aria-pl
8302
8302
  type: {}
8303
8303
  },
8304
8304
  setup(e) {
8305
- return (n, r) => (openBlock(), createElementBlock("div", _hoisted_1$2, toDisplayString(e.data), 1));
8305
+ return (n, r) => {
8306
+ var i;
8307
+ return openBlock(), createElementBlock("div", _hoisted_1$2, toDisplayString((i = e.data.text) == null ? e.data : i), 1);
8308
+ };
8306
8309
  }
8307
8310
  }), _hoisted_1$1 = { class: "user-message" }, _hoisted_2 = { class: "user-message-content" }, user_message_default = /* @__PURE__ */ defineComponent({
8308
8311
  __name: "user-message",