@metrevals/inspect-scout-viewer 0.2.3-beta.1763116516
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.
- package/README.md +97 -0
- package/lib/App.d.ts +3 -0
- package/lib/App.d.ts.map +1 -0
- package/lib/AppErrorBoundary.d.ts +16 -0
- package/lib/AppErrorBoundary.d.ts.map +1 -0
- package/lib/AppRouter.d.ts +2 -0
- package/lib/AppRouter.d.ts.map +1 -0
- package/lib/_commonjsHelpers-DWwsNxpa.js +9 -0
- package/lib/_commonjsHelpers-DWwsNxpa.js.map +1 -0
- package/lib/api/api-scout-server.d.ts +3 -0
- package/lib/api/api-scout-server.d.ts.map +1 -0
- package/lib/api/api-vscode.d.ts +4 -0
- package/lib/api/api-vscode.d.ts.map +1 -0
- package/lib/api/api.d.ts +11 -0
- package/lib/api/api.d.ts.map +1 -0
- package/lib/api/jsonrpc.d.ts +44 -0
- package/lib/api/jsonrpc.d.ts.map +1 -0
- package/lib/app/appearance/fonts.d.ts +27 -0
- package/lib/app/appearance/fonts.d.ts.map +1 -0
- package/lib/app/appearance/icons.d.ts +130 -0
- package/lib/app/appearance/icons.d.ts.map +1 -0
- package/lib/app/appearance/styles.d.ts +39 -0
- package/lib/app/appearance/styles.d.ts.map +1 -0
- package/lib/app/components/Footer.d.ts +20 -0
- package/lib/app/components/Footer.d.ts.map +1 -0
- package/lib/app/components/MarkdownDivWithReferences.d.ts +15 -0
- package/lib/app/components/MarkdownDivWithReferences.d.ts.map +1 -0
- package/lib/app/components/Pager.d.ts +10 -0
- package/lib/app/components/Pager.d.ts.map +1 -0
- package/lib/app/hooks.d.ts +19 -0
- package/lib/app/hooks.d.ts.map +1 -0
- package/lib/app/navbar/Navbar.d.ts +8 -0
- package/lib/app/navbar/Navbar.d.ts.map +1 -0
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts +13 -0
- package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +1 -0
- package/lib/app/result/ScanResultHeader.d.ts +8 -0
- package/lib/app/result/ScanResultHeader.d.ts.map +1 -0
- package/lib/app/result/ScanResultNav.d.ts +3 -0
- package/lib/app/result/ScanResultNav.d.ts.map +1 -0
- package/lib/app/result/ScanResultPanel.d.ts +3 -0
- package/lib/app/result/ScanResultPanel.d.ts.map +1 -0
- package/lib/app/result/info/InfoPanel.d.ts +9 -0
- package/lib/app/result/info/InfoPanel.d.ts.map +1 -0
- package/lib/app/result/input/InputPanel.d.ts +7 -0
- package/lib/app/result/input/InputPanel.d.ts.map +1 -0
- package/lib/app/result/result/ResultPanel.d.ts +8 -0
- package/lib/app/result/result/ResultPanel.d.ts.map +1 -0
- package/lib/app/result/transcript/TranscriptPanel.d.ts +11 -0
- package/lib/app/result/transcript/TranscriptPanel.d.ts.map +1 -0
- package/lib/app/scanJobs/ScanJobGrid.d.ts +3 -0
- package/lib/app/scanJobs/ScanJobGrid.d.ts.map +1 -0
- package/lib/app/scanJobs/ScanJobsPanel.d.ts +3 -0
- package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +1 -0
- package/lib/app/scanner/ScannerPanel.d.ts +3 -0
- package/lib/app/scanner/ScannerPanel.d.ts.map +1 -0
- package/lib/app/scanner/ScannerPanelBody.d.ts +4 -0
- package/lib/app/scanner/ScannerPanelBody.d.ts.map +1 -0
- package/lib/app/scanner/ScannerPanelTitle.d.ts +3 -0
- package/lib/app/scanner/ScannerPanelTitle.d.ts.map +1 -0
- package/lib/app/scanner/info/ScanInfo.d.ts +3 -0
- package/lib/app/scanner/info/ScanInfo.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsBody.d.ts +3 -0
- package/lib/app/scanner/results/ScanResultsBody.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsFilter.d.ts +5 -0
- package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsOutline.d.ts +3 -0
- package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +1 -0
- package/lib/app/scanner/results/ScanResultsPanel.d.ts +3 -0
- package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +1 -0
- package/lib/app/scanner/results/list/ScanHeader.d.ts +8 -0
- package/lib/app/scanner/results/list/ScanHeader.d.ts.map +1 -0
- package/lib/app/scanner/results/list/ScanResultsList.d.ts +13 -0
- package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +1 -0
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts +10 -0
- package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +1 -0
- package/lib/app/types.d.ts +117 -0
- package/lib/app/types.d.ts.map +1 -0
- package/lib/app/utils/arrow.d.ts +3 -0
- package/lib/app/utils/arrow.d.ts.map +1 -0
- package/lib/app/utils/refs.d.ts +5 -0
- package/lib/app/utils/refs.d.ts.map +1 -0
- package/lib/app/utils/results.d.ts +7 -0
- package/lib/app/utils/results.d.ts.map +1 -0
- package/lib/app/values/Explanation.d.ts +8 -0
- package/lib/app/values/Explanation.d.ts.map +1 -0
- package/lib/app/values/Identifier.d.ts +8 -0
- package/lib/app/values/Identifier.d.ts.map +1 -0
- package/lib/app/values/Value.d.ts +9 -0
- package/lib/app/values/Value.d.ts.map +1 -0
- package/lib/chat/ChatMessage.d.ts +14 -0
- package/lib/chat/ChatMessage.d.ts.map +1 -0
- package/lib/chat/ChatMessageRenderer.d.ts +16 -0
- package/lib/chat/ChatMessageRenderer.d.ts.map +1 -0
- package/lib/chat/ChatMessageRow.d.ts +19 -0
- package/lib/chat/ChatMessageRow.d.ts.map +1 -0
- package/lib/chat/ChatView.d.ts +21 -0
- package/lib/chat/ChatView.d.ts.map +1 -0
- package/lib/chat/ChatViewVirtualList.d.ts +30 -0
- package/lib/chat/ChatViewVirtualList.d.ts.map +1 -0
- package/lib/chat/JsonMessageContent.d.ts +8 -0
- package/lib/chat/JsonMessageContent.d.ts.map +1 -0
- package/lib/chat/MessageCitations.d.ts +7 -0
- package/lib/chat/MessageCitations.d.ts.map +1 -0
- package/lib/chat/MessageContent.d.ts +19 -0
- package/lib/chat/MessageContent.d.ts.map +1 -0
- package/lib/chat/MessageContents.d.ts +19 -0
- package/lib/chat/MessageContents.d.ts.map +1 -0
- package/lib/chat/content-data/ContentDataView.d.ts +20 -0
- package/lib/chat/content-data/ContentDataView.d.ts.map +1 -0
- package/lib/chat/content-data/WebSearch.d.ts +5 -0
- package/lib/chat/content-data/WebSearch.d.ts.map +1 -0
- package/lib/chat/content-data/WebSearchResults.d.ts +10 -0
- package/lib/chat/content-data/WebSearchResults.d.ts.map +1 -0
- package/lib/chat/documents/ContentDocumentView.d.ts +9 -0
- package/lib/chat/documents/ContentDocumentView.d.ts.map +1 -0
- package/lib/chat/messages.d.ts +9 -0
- package/lib/chat/messages.d.ts.map +1 -0
- package/lib/chat/server-tools/ServerToolCall.d.ts +13 -0
- package/lib/chat/server-tools/ServerToolCall.d.ts.map +1 -0
- package/lib/chat/tools/ToolCallView.d.ts +20 -0
- package/lib/chat/tools/ToolCallView.d.ts.map +1 -0
- package/lib/chat/tools/ToolInput.d.ts +12 -0
- package/lib/chat/tools/ToolInput.d.ts.map +1 -0
- package/lib/chat/tools/ToolOutput.d.ts +12 -0
- package/lib/chat/tools/ToolOutput.d.ts.map +1 -0
- package/lib/chat/tools/ToolTitle.d.ts +11 -0
- package/lib/chat/tools/ToolTitle.d.ts.map +1 -0
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +6 -0
- package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +1 -0
- package/lib/chat/tools/tool.d.ts +13 -0
- package/lib/chat/tools/tool.d.ts.map +1 -0
- package/lib/chat/types.d.ts +4 -0
- package/lib/chat/types.d.ts.map +1 -0
- package/lib/chunk-DfAF0w94-Oj7OW_Zs.js +9 -0
- package/lib/chunk-DfAF0w94-Oj7OW_Zs.js.map +1 -0
- package/lib/components/ActivityBar.d.ts +7 -0
- package/lib/components/ActivityBar.d.ts.map +1 -0
- package/lib/components/AnsiDisplay.d.ts +9 -0
- package/lib/components/AnsiDisplay.d.ts.map +1 -0
- package/lib/components/AsciinemaPlayer.d.ts +20 -0
- package/lib/components/AsciinemaPlayer.d.ts.map +1 -0
- package/lib/components/Card.d.ts +33 -0
- package/lib/components/Card.d.ts.map +1 -0
- package/lib/components/CopyButton.d.ts +12 -0
- package/lib/components/CopyButton.d.ts.map +1 -0
- package/lib/components/DataframeView.d.ts +8 -0
- package/lib/components/DataframeView.d.ts.map +1 -0
- package/lib/components/EmptyPanel.d.ts +7 -0
- package/lib/components/EmptyPanel.d.ts.map +1 -0
- package/lib/components/ErrorPanel.d.ts +13 -0
- package/lib/components/ErrorPanel.d.ts.map +1 -0
- package/lib/components/ExpandablePanel.d.ts +13 -0
- package/lib/components/ExpandablePanel.d.ts.map +1 -0
- package/lib/components/ExtendedFindContext.d.ts +8 -0
- package/lib/components/ExtendedFindContext.d.ts.map +1 -0
- package/lib/components/ExtendedFindProvider.d.ts +7 -0
- package/lib/components/ExtendedFindProvider.d.ts.map +1 -0
- package/lib/components/HumanBaselineView.d.ts +22 -0
- package/lib/components/HumanBaselineView.d.ts.map +1 -0
- package/lib/components/JsonPanel.d.ts +12 -0
- package/lib/components/JsonPanel.d.ts.map +1 -0
- package/lib/components/LabeledValue.d.ts +12 -0
- package/lib/components/LabeledValue.d.ts.map +1 -0
- package/lib/components/LightboxCarousel.d.ts +15 -0
- package/lib/components/LightboxCarousel.d.ts.map +1 -0
- package/lib/components/LiveVirtualList.d.ts +23 -0
- package/lib/components/LiveVirtualList.d.ts.map +1 -0
- package/lib/components/MarkdownDiv.d.ts +11 -0
- package/lib/components/MarkdownDiv.d.ts.map +1 -0
- package/lib/components/NavPills.d.ts +12 -0
- package/lib/components/NavPills.d.ts.map +1 -0
- package/lib/components/NoContentsPanel.d.ts +7 -0
- package/lib/components/NoContentsPanel.d.ts.map +1 -0
- package/lib/components/PopOver.d.ts +23 -0
- package/lib/components/PopOver.d.ts.map +1 -0
- package/lib/components/Preformatted.d.ts +8 -0
- package/lib/components/Preformatted.d.ts.map +1 -0
- package/lib/components/ProgressBar.d.ts +10 -0
- package/lib/components/ProgressBar.d.ts.map +1 -0
- package/lib/components/PulsingDots.d.ts +11 -0
- package/lib/components/PulsingDots.d.ts.map +1 -0
- package/lib/components/SegmentedControl.d.ts +15 -0
- package/lib/components/SegmentedControl.d.ts.map +1 -0
- package/lib/components/StickyScroll.d.ts +13 -0
- package/lib/components/StickyScroll.d.ts.map +1 -0
- package/lib/components/TabSet.d.ts +28 -0
- package/lib/components/TabSet.d.ts.map +1 -0
- package/lib/components/prism.d.ts +3 -0
- package/lib/components/prism.d.ts.map +1 -0
- package/lib/content/MetaDataGrid.d.ts +15 -0
- package/lib/content/MetaDataGrid.d.ts.map +1 -0
- package/lib/content/RecordTree.d.ts +25 -0
- package/lib/content/RecordTree.d.ts.map +1 -0
- package/lib/content/RenderedContent.d.ts +17 -0
- package/lib/content/RenderedContent.d.ts.map +1 -0
- package/lib/content/RenderedText.d.ts +11 -0
- package/lib/content/RenderedText.d.ts.map +1 -0
- package/lib/content/record_processors/store.d.ts +3 -0
- package/lib/content/record_processors/store.d.ts.map +1 -0
- package/lib/content/record_processors/types.d.ts +2 -0
- package/lib/content/record_processors/types.d.ts.map +1 -0
- package/lib/content/types.d.ts +17 -0
- package/lib/content/types.d.ts.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +113846 -0
- package/lib/index.js.map +1 -0
- package/lib/lib-CBtriEt5-CU1RYBHb.js +1070 -0
- package/lib/lib-CBtriEt5-CU1RYBHb.js.map +1 -0
- package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js +644 -0
- package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js.map +1 -0
- package/lib/main.d.ts +1 -0
- package/lib/main.d.ts.map +1 -0
- package/lib/router/url.d.ts +35 -0
- package/lib/router/url.d.ts.map +1 -0
- package/lib/state/hooks.d.ts +8 -0
- package/lib/state/hooks.d.ts.map +1 -0
- package/lib/state/scrolling.d.ts +23 -0
- package/lib/state/scrolling.d.ts.map +1 -0
- package/lib/state/store.d.ts +199 -0
- package/lib/state/store.d.ts.map +1 -0
- package/lib/styles/index.css +5827 -0
- package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js +28011 -0
- package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js.map +1 -0
- package/lib/transcript/ApprovalEventView.d.ts +13 -0
- package/lib/transcript/ApprovalEventView.d.ts.map +1 -0
- package/lib/transcript/ErrorEventView.d.ts +13 -0
- package/lib/transcript/ErrorEventView.d.ts.map +1 -0
- package/lib/transcript/InfoEventView.d.ts +13 -0
- package/lib/transcript/InfoEventView.d.ts.map +1 -0
- package/lib/transcript/InputEventView.d.ts +13 -0
- package/lib/transcript/InputEventView.d.ts.map +1 -0
- package/lib/transcript/LoggerEventView.d.ts +13 -0
- package/lib/transcript/LoggerEventView.d.ts.map +1 -0
- package/lib/transcript/ModelEventView.d.ts +26 -0
- package/lib/transcript/ModelEventView.d.ts.map +1 -0
- package/lib/transcript/SampleInitEventView.d.ts +13 -0
- package/lib/transcript/SampleInitEventView.d.ts.map +1 -0
- package/lib/transcript/SampleLimitEventView.d.ts +13 -0
- package/lib/transcript/SampleLimitEventView.d.ts.map +1 -0
- package/lib/transcript/SandboxEventView.d.ts +13 -0
- package/lib/transcript/SandboxEventView.d.ts.map +1 -0
- package/lib/transcript/ScoreEditEventView.d.ts +13 -0
- package/lib/transcript/ScoreEditEventView.d.ts.map +1 -0
- package/lib/transcript/ScoreEventView.d.ts +14 -0
- package/lib/transcript/ScoreEventView.d.ts.map +1 -0
- package/lib/transcript/SpanEventView.d.ts +14 -0
- package/lib/transcript/SpanEventView.d.ts.map +1 -0
- package/lib/transcript/StepEventView.d.ts +14 -0
- package/lib/transcript/StepEventView.d.ts.map +1 -0
- package/lib/transcript/SubtaskEventView.d.ts +14 -0
- package/lib/transcript/SubtaskEventView.d.ts.map +1 -0
- package/lib/transcript/ToolEventView.d.ts +14 -0
- package/lib/transcript/ToolEventView.d.ts.map +1 -0
- package/lib/transcript/TranscriptView.d.ts +13 -0
- package/lib/transcript/TranscriptView.d.ts.map +1 -0
- package/lib/transcript/TranscriptVirtualList.d.ts +32 -0
- package/lib/transcript/TranscriptVirtualList.d.ts.map +1 -0
- package/lib/transcript/TranscriptVirtualListComponent.d.ts +19 -0
- package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +1 -0
- package/lib/transcript/event/EventNav.d.ts +13 -0
- package/lib/transcript/event/EventNav.d.ts.map +1 -0
- package/lib/transcript/event/EventNavs.d.ts +16 -0
- package/lib/transcript/event/EventNavs.d.ts.map +1 -0
- package/lib/transcript/event/EventPanel.d.ts +20 -0
- package/lib/transcript/event/EventPanel.d.ts.map +1 -0
- package/lib/transcript/event/EventProgressPanel.d.ts +7 -0
- package/lib/transcript/event/EventProgressPanel.d.ts.map +1 -0
- package/lib/transcript/event/EventRow.d.ts +13 -0
- package/lib/transcript/event/EventRow.d.ts.map +1 -0
- package/lib/transcript/event/EventSection.d.ts +13 -0
- package/lib/transcript/event/EventSection.d.ts.map +1 -0
- package/lib/transcript/event/EventTimingPanel.d.ts +13 -0
- package/lib/transcript/event/EventTimingPanel.d.ts.map +1 -0
- package/lib/transcript/event/utils.d.ts +3 -0
- package/lib/transcript/event/utils.d.ts.map +1 -0
- package/lib/transcript/hooks.d.ts +2 -0
- package/lib/transcript/hooks.d.ts.map +1 -0
- package/lib/transcript/outline/OutlineRow.d.ts +11 -0
- package/lib/transcript/outline/OutlineRow.d.ts.map +1 -0
- package/lib/transcript/outline/TranscriptOutline.d.ts +13 -0
- package/lib/transcript/outline/TranscriptOutline.d.ts.map +1 -0
- package/lib/transcript/outline/tree-visitors.d.ts +14 -0
- package/lib/transcript/outline/tree-visitors.d.ts.map +1 -0
- package/lib/transcript/state/StateDiffView.d.ts +12 -0
- package/lib/transcript/state/StateDiffView.d.ts.map +1 -0
- package/lib/transcript/state/StateEventRenderers.d.ts +49 -0
- package/lib/transcript/state/StateEventRenderers.d.ts.map +1 -0
- package/lib/transcript/state/StateEventView.d.ts +14 -0
- package/lib/transcript/state/StateEventView.d.ts.map +1 -0
- package/lib/transcript/transform/fixups.d.ts +7 -0
- package/lib/transcript/transform/fixups.d.ts.map +1 -0
- package/lib/transcript/transform/flatten.d.ts +16 -0
- package/lib/transcript/transform/flatten.d.ts.map +1 -0
- package/lib/transcript/transform/hooks.d.ts +7 -0
- package/lib/transcript/transform/hooks.d.ts.map +1 -0
- package/lib/transcript/transform/transform.d.ts +3 -0
- package/lib/transcript/transform/transform.d.ts.map +1 -0
- package/lib/transcript/transform/treeify.d.ts +4 -0
- package/lib/transcript/transform/treeify.d.ts.map +1 -0
- package/lib/transcript/transform/utils.d.ts +19 -0
- package/lib/transcript/transform/utils.d.ts.map +1 -0
- package/lib/transcript/types.d.ts +24 -0
- package/lib/transcript/types.d.ts.map +1 -0
- package/lib/types/index.d.ts +103 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/usage/ModelTokenTable.d.ts +9 -0
- package/lib/usage/ModelTokenTable.d.ts.map +1 -0
- package/lib/usage/ModelUsagePanel.d.ts +12 -0
- package/lib/usage/ModelUsagePanel.d.ts.map +1 -0
- package/lib/usage/TokenTable.d.ts +15 -0
- package/lib/usage/TokenTable.d.ts.map +1 -0
- package/lib/usage/UsageCard.d.ts +11 -0
- package/lib/usage/UsageCard.d.ts.map +1 -0
- package/lib/utils/array.d.ts +2 -0
- package/lib/utils/array.d.ts.map +1 -0
- package/lib/utils/arrow.d.ts +3 -0
- package/lib/utils/arrow.d.ts.map +1 -0
- package/lib/utils/base64.d.ts +5 -0
- package/lib/utils/base64.d.ts.map +1 -0
- package/lib/utils/chatMessage.d.ts +4 -0
- package/lib/utils/chatMessage.d.ts.map +1 -0
- package/lib/utils/dom.d.ts +2 -0
- package/lib/utils/dom.d.ts.map +1 -0
- package/lib/utils/embeddedState.d.ts +11 -0
- package/lib/utils/embeddedState.d.ts.map +1 -0
- package/lib/utils/format.d.ts +41 -0
- package/lib/utils/format.d.ts.map +1 -0
- package/lib/utils/html.d.ts +6 -0
- package/lib/utils/html.d.ts.map +1 -0
- package/lib/utils/json-worker.d.ts +2 -0
- package/lib/utils/json-worker.d.ts.map +1 -0
- package/lib/utils/json.d.ts +5 -0
- package/lib/utils/json.d.ts.map +1 -0
- package/lib/utils/logger.d.ts +8 -0
- package/lib/utils/logger.d.ts.map +1 -0
- package/lib/utils/mime.d.ts +2 -0
- package/lib/utils/mime.d.ts.map +1 -0
- package/lib/utils/object.d.ts +2 -0
- package/lib/utils/object.d.ts.map +1 -0
- package/lib/utils/path.d.ts +26 -0
- package/lib/utils/path.d.ts.map +1 -0
- package/lib/utils/python.d.ts +12 -0
- package/lib/utils/python.d.ts.map +1 -0
- package/lib/utils/react.d.ts +2 -0
- package/lib/utils/react.d.ts.map +1 -0
- package/lib/utils/sync.d.ts +22 -0
- package/lib/utils/sync.d.ts.map +1 -0
- package/lib/utils/type.d.ts +12 -0
- package/lib/utils/type.d.ts.map +1 -0
- package/lib/utils/uri.d.ts +20 -0
- package/lib/utils/uri.d.ts.map +1 -0
- package/lib/utils/vscode.d.ts +21 -0
- package/lib/utils/vscode.d.ts.map +1 -0
- package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js +1081 -0
- package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js.map +1 -0
- package/lib/xypic-DrMJn58R-DRoJoooA.js +9542 -0
- package/lib/xypic-DrMJn58R-DRoJoooA.js.map +1 -0
- package/package.json +100 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanJobGrid.d.ts","sourceRoot":"","sources":["../../../src/app/scanJobs/ScanJobGrid.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AA4BpE,eAAO,MAAM,WAAW,EAAE,EAkNzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanJobsPanel.d.ts","sourceRoot":"","sources":["../../../src/app/scanJobs/ScanJobsPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAatC,eAAO,MAAM,aAAa,EAAE,EA8B3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScannerPanel.d.ts","sourceRoot":"","sources":["../../../src/app/scanner/ScannerPanel.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAkBzC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAuChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScannerPanelBody.d.ts","sourceRoot":"","sources":["../../../src/app/scanner/ScannerPanelBody.tsx"],"names":[],"mappings":"AAmBA,eAAO,MAAM,YAAY,SAAS,CAAC;AACnC,eAAO,MAAM,iBAAiB,cAAc,CAAC;AAE7C,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA4GpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScannerPanelTitle.d.ts","sourceRoot":"","sources":["../../../src/app/scanner/ScannerPanelTitle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAU3B,eAAO,MAAM,iBAAiB,EAAE,EAmD/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanInfo.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/info/ScanInfo.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAW3B,eAAO,MAAM,QAAQ,EAAE,EAyBtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultsBody.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsBody.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAe3B,eAAO,MAAM,eAAe,EAAE,EAyC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultsFilter.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsFilter.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,EAAE,EAAe,MAAM,OAAO,CAAC;AAMrD,eAAO,MAAM,sBAAsB,qBAAqB,CAAC;AACzD,eAAO,MAAM,iBAAiB,gBAAgB,CAAC;AAE/C,eAAO,MAAM,iBAAiB,EAAE,EA+C/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultsOutline.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsOutline.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAchD,eAAO,MAAM,kBAAkB,EAAE,EAsBhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultsPanel.d.ts","sourceRoot":"","sources":["../../../../src/app/scanner/results/ScanResultsPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAS3B,eAAO,MAAM,gBAAgB,EAAE,EAkB9B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { GridDescriptor } from './ScanResultsList';
|
|
3
|
+
interface ScanResultsHeaderProps {
|
|
4
|
+
gridDescriptor: GridDescriptor;
|
|
5
|
+
}
|
|
6
|
+
export declare const ScanResultsHeader: FC<ScanResultsHeaderProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=ScanHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanHeader.d.ts","sourceRoot":"","sources":["../../../../../src/app/scanner/results/list/ScanHeader.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,UAAU,sBAAsB;IAC9B,cAAc,EAAE,cAAc,CAAC;CAChC;AACD,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAsBxD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ColumnTable } from 'arquero';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
export interface GridDescriptor {
|
|
4
|
+
gridStyle: Record<string, string>;
|
|
5
|
+
columns: string[];
|
|
6
|
+
}
|
|
7
|
+
interface ScanResultsListProps {
|
|
8
|
+
id: string;
|
|
9
|
+
columnTable: ColumnTable;
|
|
10
|
+
}
|
|
11
|
+
export declare const ScanResultsList: FC<ScanResultsListProps>;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ScanResultsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultsList.d.ts","sourceRoot":"","sources":["../../../../../src/app/scanner/results/list/ScanResultsList.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AAsBpE,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA6MpD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ScannerCore } from '../../../types';
|
|
2
|
+
import { GridDescriptor } from './ScanResultsList';
|
|
3
|
+
interface ScanResultsRowProps {
|
|
4
|
+
index: number;
|
|
5
|
+
entry: ScannerCore;
|
|
6
|
+
gridDescriptor: GridDescriptor;
|
|
7
|
+
}
|
|
8
|
+
export declare const ScanResultsRow: import('react').NamedExoticComponent<ScanResultsRowProps>;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=ScanResultsRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScanResultsRow.d.ts","sourceRoot":"","sources":["../../../../../src/app/scanner/results/list/ScanResultsRow.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAK7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGnD,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,WAAW,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC;CAChC;AAwED,eAAO,MAAM,cAAc,2DAAgC,CAAC"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { EventType } from '../transcript/types';
|
|
2
|
+
import { ModelUsage, Transcript } from '../types';
|
|
3
|
+
import { JsonValue, ChatMessageSystem, ChatMessageUser, ChatMessageAssistant, ChatMessageTool, Events } from '../types/log';
|
|
4
|
+
export type ErrorScope = "scanjobs" | "scanner" | "dataframe";
|
|
5
|
+
export type ScannerCore = ScannerCoreTranscript | ScannerCoreMessage | ScannerCoreMessages | ScannerCoreEvent | ScannerCoreEvents;
|
|
6
|
+
export type ValueType = "boolean" | "number" | "string" | "array" | "object" | "null";
|
|
7
|
+
export interface ScannerCoreBase {
|
|
8
|
+
uuid?: string;
|
|
9
|
+
inputType: "transcript" | "message" | "messages" | "event" | "events";
|
|
10
|
+
explanation?: string;
|
|
11
|
+
label?: string;
|
|
12
|
+
eventReferences: ScannerReference[];
|
|
13
|
+
messageReferences: ScannerReference[];
|
|
14
|
+
validationResult: boolean | Record<string, boolean>;
|
|
15
|
+
validationTarget: boolean | Record<string, boolean>;
|
|
16
|
+
value: string | boolean | number | null | unknown[] | object;
|
|
17
|
+
valueType: ValueType;
|
|
18
|
+
transcriptMetadata: Record<string, JsonValue>;
|
|
19
|
+
transcriptSourceId: string;
|
|
20
|
+
}
|
|
21
|
+
interface ScannerCoreTranscript extends ScannerCoreBase {
|
|
22
|
+
inputType: "transcript";
|
|
23
|
+
input: Transcript;
|
|
24
|
+
}
|
|
25
|
+
interface ScannerCoreMessage extends ScannerCoreBase {
|
|
26
|
+
inputType: "message";
|
|
27
|
+
input: MessageType;
|
|
28
|
+
}
|
|
29
|
+
interface ScannerCoreMessages extends ScannerCoreBase {
|
|
30
|
+
inputType: "messages";
|
|
31
|
+
input: MessageType[];
|
|
32
|
+
}
|
|
33
|
+
interface ScannerCoreEvent extends ScannerCoreBase {
|
|
34
|
+
inputType: "event";
|
|
35
|
+
input: EventType;
|
|
36
|
+
}
|
|
37
|
+
interface ScannerCoreEvents extends ScannerCoreBase {
|
|
38
|
+
inputType: "events";
|
|
39
|
+
input: EventType[];
|
|
40
|
+
}
|
|
41
|
+
export type ScannerData = ScannerDataTranscript | ScannerDataMessage | ScannerDataMessages | ScannerDataEvent | ScannerDataEvents;
|
|
42
|
+
export interface ScannerReference {
|
|
43
|
+
type: "message" | "event";
|
|
44
|
+
id: string;
|
|
45
|
+
cite: string;
|
|
46
|
+
}
|
|
47
|
+
export type MessageType = ChatMessageSystem | ChatMessageUser | ChatMessageAssistant | ChatMessageTool;
|
|
48
|
+
interface ScannerDataBase extends ScannerCoreBase {
|
|
49
|
+
answer?: string;
|
|
50
|
+
inputIds: string[];
|
|
51
|
+
metadata: Record<string, JsonValue>;
|
|
52
|
+
scanError?: string;
|
|
53
|
+
scanErrorTraceback?: string;
|
|
54
|
+
scanEvents: Events;
|
|
55
|
+
scanId: string;
|
|
56
|
+
scanMetadata: Record<string, JsonValue>;
|
|
57
|
+
scanModelUsage: Record<string, ModelUsage>;
|
|
58
|
+
scanTags: string[];
|
|
59
|
+
scanTotalTokens: number;
|
|
60
|
+
scannerFile: string;
|
|
61
|
+
scannerKey: string;
|
|
62
|
+
scannerName: string;
|
|
63
|
+
scannerParams: Record<string, JsonValue>;
|
|
64
|
+
transcriptId: string;
|
|
65
|
+
transcriptSourceUri: string;
|
|
66
|
+
}
|
|
67
|
+
interface ScannerDataTranscript extends ScannerDataBase {
|
|
68
|
+
inputType: "transcript";
|
|
69
|
+
input: Transcript;
|
|
70
|
+
}
|
|
71
|
+
interface ScannerDataMessage extends ScannerDataBase {
|
|
72
|
+
inputType: "message";
|
|
73
|
+
input: MessageType;
|
|
74
|
+
}
|
|
75
|
+
interface ScannerDataMessages extends ScannerDataBase {
|
|
76
|
+
inputType: "messages";
|
|
77
|
+
input: MessageType[];
|
|
78
|
+
}
|
|
79
|
+
interface ScannerDataEvent extends ScannerDataBase {
|
|
80
|
+
inputType: "event";
|
|
81
|
+
input: EventType;
|
|
82
|
+
}
|
|
83
|
+
interface ScannerDataEvents extends ScannerDataBase {
|
|
84
|
+
inputType: "events";
|
|
85
|
+
input: EventType[];
|
|
86
|
+
}
|
|
87
|
+
export declare function isTranscriptData(data: ScannerData): data is ScannerDataTranscript;
|
|
88
|
+
export declare function isMessageData(data: ScannerData): data is ScannerDataMessage;
|
|
89
|
+
export declare function isMessagesData(data: ScannerData): data is ScannerDataMessages;
|
|
90
|
+
export declare function isEventData(data: ScannerData): data is ScannerDataEvent;
|
|
91
|
+
export declare function isEventsData(data: ScannerData): data is ScannerDataEvents;
|
|
92
|
+
export declare function isStringValue(result: ScannerCore): result is ScannerCore & {
|
|
93
|
+
valueType: "string";
|
|
94
|
+
value: string;
|
|
95
|
+
};
|
|
96
|
+
export declare function isNumberValue(result: ScannerCore): result is ScannerCore & {
|
|
97
|
+
valueType: "number";
|
|
98
|
+
value: number;
|
|
99
|
+
};
|
|
100
|
+
export declare function isBooleanValue(result: ScannerCore): result is ScannerCore & {
|
|
101
|
+
valueType: "boolean";
|
|
102
|
+
value: boolean;
|
|
103
|
+
};
|
|
104
|
+
export declare function isNullValue(result: ScannerCore): result is ScannerCore & {
|
|
105
|
+
valueType: "null";
|
|
106
|
+
value: null;
|
|
107
|
+
};
|
|
108
|
+
export declare function isArrayValue(result: ScannerCore): result is ScannerCore & {
|
|
109
|
+
valueType: "array";
|
|
110
|
+
value: unknown[];
|
|
111
|
+
};
|
|
112
|
+
export declare function isObjectValue(result: ScannerCore): result is ScannerCore & {
|
|
113
|
+
valueType: "object";
|
|
114
|
+
value: object;
|
|
115
|
+
};
|
|
116
|
+
export {};
|
|
117
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/app/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow.d.ts","sourceRoot":"","sources":["../../../src/app/utils/arrow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAQ,MAAM,SAAS,CAAC;AA6B5C,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,WAAW,GAAG,WAAW,CAmGzE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MarkdownReference } from '../components/MarkdownDivWithReferences';
|
|
2
|
+
import { ScannerCore } from '../types';
|
|
3
|
+
export type MakeReferenceUrl = (ref: string, type: "message" | "event") => string | undefined;
|
|
4
|
+
export declare const toMarkdownRefs: (core: ScannerCore, makeReferenceUrl: MakeReferenceUrl) => MarkdownReference[];
|
|
5
|
+
//# sourceMappingURL=refs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refs.d.ts","sourceRoot":"","sources":["../../../src/app/utils/refs.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,MAAM,gBAAgB,GAAG,CAC7B,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,SAAS,GAAG,OAAO,KACtB,MAAM,GAAG,SAAS,CAAC;AAExB,eAAO,MAAM,cAAc,GACzB,MAAM,WAAW,EACjB,kBAAkB,gBAAgB,wBAuBnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"results.d.ts","sourceRoot":"","sources":["../../../src/app/utils/results.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,gBAAgB,GAAI,aAAa,WAAW,KAAG,cAmB3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Explanation.d.ts","sourceRoot":"","sources":["../../../src/app/values/Explanation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAsB,MAAM,OAAO,CAAC;AAY/C,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,UAAU,gBAAgB;IACxB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAoC5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Identifier.d.ts","sourceRoot":"","sources":["../../../src/app/values/Identifier.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAEtC,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAKvC,UAAU,gBAAgB;IACxB,MAAM,EAAE,WAAW,CAAC;CACrB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,gBAAgB,CAgB3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../../src/app/values/Value.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAgC,MAAM,OAAO,CAAC;AAYzD,OAAO,EACL,WAAW,EAOZ,MAAM,UAAU,CAAC;AAKlB,UAAU,UAAU;IAClB,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC;CAC3B;AAID,eAAO,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA2ChC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser } from '../types/log';
|
|
3
|
+
import { ChatViewToolCallStyle } from './types';
|
|
4
|
+
interface ChatMessageProps {
|
|
5
|
+
id: string;
|
|
6
|
+
message: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool;
|
|
7
|
+
toolMessages: ChatMessageTool[];
|
|
8
|
+
indented?: boolean;
|
|
9
|
+
toolCallStyle: ChatViewToolCallStyle;
|
|
10
|
+
allowLinking?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const ChatMessage: FC<ChatMessageProps>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ChatMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatMessage.d.ts","sourceRoot":"","sources":["../../src/chat/ChatMessage.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAA+B,MAAM,OAAO,CAAC;AAOxD,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAItB,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EACH,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;IACpB,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,qBAAqB,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA4F5C,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ContentRenderer } from '../content/types.ts';
|
|
3
|
+
import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser } from '../types/log';
|
|
4
|
+
/**
|
|
5
|
+
* Renders chat messages as a ChatView component.
|
|
6
|
+
*/
|
|
7
|
+
export declare const ChatMessageRenderer: ContentRenderer;
|
|
8
|
+
/**
|
|
9
|
+
* Represents a chat summary component that renders a list of chat messages.
|
|
10
|
+
*/
|
|
11
|
+
export declare const ChatSummary: FC<{
|
|
12
|
+
id: string;
|
|
13
|
+
title?: string;
|
|
14
|
+
messages: (ChatMessageAssistant | ChatMessageUser | ChatMessageSystem | ChatMessageTool)[];
|
|
15
|
+
}>;
|
|
16
|
+
//# sourceMappingURL=ChatMessageRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatMessageRenderer.d.ts","sourceRoot":"","sources":["../../src/chat/ChatMessageRenderer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,OAAO,EAAW,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAItB;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,eA0BjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CACN,oBAAoB,GACpB,eAAe,GACf,iBAAiB,GACjB,eAAe,CAClB,EAAE,CAAC;CACL,CAWA,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ResolvedMessage } from './messages';
|
|
3
|
+
import { ChatViewToolCallStyle } from './types';
|
|
4
|
+
interface ChatMessageRowProps {
|
|
5
|
+
parentName: string;
|
|
6
|
+
label?: string;
|
|
7
|
+
resolvedMessage: ResolvedMessage;
|
|
8
|
+
toolCallStyle: ChatViewToolCallStyle;
|
|
9
|
+
indented?: boolean;
|
|
10
|
+
padded?: boolean;
|
|
11
|
+
highlightUserMessage?: boolean;
|
|
12
|
+
allowLinking?: boolean;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Renders the ChatMessage component.
|
|
16
|
+
*/
|
|
17
|
+
export declare const ChatMessageRow: FC<ChatMessageRowProps>;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=ChatMessageRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatMessageRow.d.ts","sourceRoot":"","sources":["../../src/chat/ChatMessageRow.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,aAAa,EAAE,qBAAqB,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAsElD,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { Messages } from '../types/log';
|
|
3
|
+
import { ChatViewToolCallStyle } from './types';
|
|
4
|
+
interface ChatViewProps {
|
|
5
|
+
id?: string;
|
|
6
|
+
messages: Messages;
|
|
7
|
+
toolCallStyle?: ChatViewToolCallStyle;
|
|
8
|
+
resolveToolCallsIntoPreviousMessage?: boolean;
|
|
9
|
+
title?: string;
|
|
10
|
+
indented?: boolean;
|
|
11
|
+
labeled?: boolean;
|
|
12
|
+
className?: string | string[];
|
|
13
|
+
allowLinking?: boolean;
|
|
14
|
+
messageLabels?: Record<string, string>;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Renders the ChatView component.
|
|
18
|
+
*/
|
|
19
|
+
export declare const ChatView: FC<ChatViewProps>;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=ChatView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatView.d.ts","sourceRoot":"","sources":["../../src/chat/ChatView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAIxC,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,aAAa;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,QAAQ,CAAC;IACnB,aAAa,CAAC,EAAE,qBAAqB,CAAC;IACtC,mCAAmC,CAAC,EAAE,OAAO,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA2CtC,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FC, RefObject } from 'react';
|
|
2
|
+
import { VirtuosoHandle } from 'react-virtuoso';
|
|
3
|
+
import { Messages } from '../types/log';
|
|
4
|
+
import { ChatViewToolCallStyle } from './types';
|
|
5
|
+
interface ChatViewVirtualListProps {
|
|
6
|
+
id: string;
|
|
7
|
+
className?: string | string[];
|
|
8
|
+
messages: Messages;
|
|
9
|
+
initialMessageId?: string | null;
|
|
10
|
+
topOffset?: number;
|
|
11
|
+
toolCallStyle: ChatViewToolCallStyle;
|
|
12
|
+
indented: boolean;
|
|
13
|
+
numbered?: boolean;
|
|
14
|
+
scrollRef?: RefObject<HTMLDivElement | null>;
|
|
15
|
+
running?: boolean;
|
|
16
|
+
getMessageUrl?: (id: string) => string | undefined;
|
|
17
|
+
allowLinking?: boolean;
|
|
18
|
+
labeled?: boolean;
|
|
19
|
+
messageLabels?: Record<string, string>;
|
|
20
|
+
}
|
|
21
|
+
interface ChatViewVirtualListComponentProps extends ChatViewVirtualListProps {
|
|
22
|
+
listHandle: RefObject<VirtuosoHandle | null>;
|
|
23
|
+
}
|
|
24
|
+
export declare const ChatViewVirtualList: FC<ChatViewVirtualListProps>;
|
|
25
|
+
/**
|
|
26
|
+
* Renders the ChatViewVirtualList component.
|
|
27
|
+
*/
|
|
28
|
+
export declare const ChatViewVirtualListComponent: FC<ChatViewVirtualListComponentProps>;
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=ChatViewVirtualList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatViewVirtualList.d.ts","sourceRoot":"","sources":["../../src/chat/ChatViewVirtualList.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,EAAE,EAGF,SAAS,EAKV,MAAM,OAAO,CAAC;AACf,OAAO,EAA0B,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGxE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAKxC,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,UAAU,wBAAwB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC9B,QAAQ,EAAE,QAAQ,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,qBAAqB,CAAC;IACrC,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACnD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED,UAAU,iCAAkC,SAAQ,wBAAwB;IAC1E,UAAU,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CA2E5D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,EAAE,CAAC,iCAAiC,CAuG5E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JsonMessageContent.d.ts","sourceRoot":"","sources":["../../src/chat/JsonMessageContent.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,GAAG,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAa1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageCitations.d.ts","sourceRoot":"","sources":["../../src/chat/MessageCitations.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AAMtE,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAetD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ContentTool } from '../types';
|
|
3
|
+
import { ContentAudio, ContentData, ContentDocument, ContentImage, ContentReasoning, ContentText, ContentToolUse, ContentVideo } from '../types/log';
|
|
4
|
+
import { MessagesContext } from './MessageContents';
|
|
5
|
+
type ContentObject = ContentText | ContentReasoning | ContentImage | ContentAudio | ContentVideo | ContentDocument | ContentTool | ContentData | ContentToolUse;
|
|
6
|
+
type Contents = string | string[] | ContentObject[];
|
|
7
|
+
interface MessageContentProps {
|
|
8
|
+
contents: Contents;
|
|
9
|
+
context: MessagesContext;
|
|
10
|
+
}
|
|
11
|
+
export declare const isMessageContent: (content: unknown) => content is ContentObject;
|
|
12
|
+
/**
|
|
13
|
+
* Renders message content based on its type.
|
|
14
|
+
* Supports rendering strings, images, and tools using specific renderers.
|
|
15
|
+
*/
|
|
16
|
+
export declare const MessageContent: FC<MessageContentProps>;
|
|
17
|
+
export type DistributiveOmit<TObj, TKey extends PropertyKey> = TObj extends any ? Omit<TObj, TKey> : never;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=MessageContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageContent.d.ts","sourceRoot":"","sources":["../../src/chat/MessageContent.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAIhD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EACL,YAAY,EACZ,WAAW,EACX,eAAe,EACf,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,cAAc,EACd,YAAY,EAGb,MAAM,cAAc,CAAC;AAQtB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAKpD,KAAK,aAAa,GACd,WAAW,GACX,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,eAAe,GACf,WAAW,GACX,WAAW,GACX,cAAc,CAAC;AAInB,KAAK,QAAQ,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,aAAa,EAAE,CAAC;AAEpD,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,eAAe,CAAC;CAC1B;AAED,eAAO,MAAM,gBAAgB,GAC3B,SAAS,OAAO,KACf,OAAO,IAAI,aAOb,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAoDlD,CAAC;AAwQF,MAAM,MAAM,gBAAgB,CAAC,IAAI,EAAE,IAAI,SAAS,WAAW,IAAI,IAAI,SAAS,GAAG,GAC3E,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,GAChB,KAAK,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ChatMessageAssistant, ChatMessageSystem, ChatMessageTool, ChatMessageUser } from '../types/log';
|
|
3
|
+
import { ChatViewToolCallStyle, Citation } from './types';
|
|
4
|
+
interface MessageContentsProps {
|
|
5
|
+
id: string;
|
|
6
|
+
message: ChatMessageAssistant | ChatMessageSystem | ChatMessageUser | ChatMessageTool;
|
|
7
|
+
toolMessages: ChatMessageTool[];
|
|
8
|
+
toolCallStyle: ChatViewToolCallStyle;
|
|
9
|
+
}
|
|
10
|
+
export interface MessagesContext {
|
|
11
|
+
citations: Citation[];
|
|
12
|
+
}
|
|
13
|
+
export declare const defaultContext: () => {
|
|
14
|
+
citeOffset: number;
|
|
15
|
+
citations: any[];
|
|
16
|
+
};
|
|
17
|
+
export declare const MessageContents: FC<MessageContentsProps>;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=MessageContents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageContents.d.ts","sourceRoot":"","sources":["../../src/chat/MessageContents.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAGrC,OAAO,EACL,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAMtB,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAE1D,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EACH,oBAAoB,GACpB,iBAAiB,GACjB,eAAe,GACf,eAAe,CAAC;IACpB,YAAY,EAAE,eAAe,EAAE,CAAC;IAChC,aAAa,EAAE,qBAAqB,CAAC;CACtC;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED,eAAO,MAAM,cAAc;;;CAK1B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA0EpD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { ContentData } from '../../types/log';
|
|
3
|
+
export interface ContentDataProps {
|
|
4
|
+
id: string;
|
|
5
|
+
contentData: ContentData;
|
|
6
|
+
}
|
|
7
|
+
interface RenderableData {
|
|
8
|
+
type: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
}
|
|
12
|
+
export declare const ContentDataView: FC<ContentDataProps>;
|
|
13
|
+
interface ContentDataRenderer {
|
|
14
|
+
name: string;
|
|
15
|
+
canRender: (data: RenderableData) => boolean;
|
|
16
|
+
render: (data: RenderableData) => ReactNode;
|
|
17
|
+
}
|
|
18
|
+
export declare const contentDataRenderers: ContentDataRenderer[];
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=ContentDataView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentDataView.d.ts","sourceRoot":"","sources":["../../../src/chat/content-data/ContentDataView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAM9C,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,UAAU,cAAc;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CA0BhD,CAAC;AAKF,UAAU,mBAAmB;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,CAAC;IAC7C,MAAM,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,SAAS,CAAC;CAC7C;AAmDD,eAAO,MAAM,oBAAoB,EAAE,mBAAmB,EAIrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSearch.d.ts","sourceRoot":"","sources":["../../../src/chat/content-data/WebSearch.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAS3C,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
export interface WebSearchContentData {
|
|
3
|
+
title: string;
|
|
4
|
+
url: string;
|
|
5
|
+
page_age: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const WebSearchResults: FC<{
|
|
8
|
+
results: WebSearchContentData[];
|
|
9
|
+
}>;
|
|
10
|
+
//# sourceMappingURL=WebSearchResults.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSearchResults.d.ts","sourceRoot":"","sources":["../../../src/chat/content-data/WebSearchResults.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,MAAM,WAAW,oBAAoB;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,OAAO,EAAE,oBAAoB,EAAE,CAAA;CAAE,CAsCpE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ContentDocument } from '../../types/log';
|
|
3
|
+
interface ContentDocumentProps {
|
|
4
|
+
id: string;
|
|
5
|
+
document: ContentDocument;
|
|
6
|
+
}
|
|
7
|
+
export declare const ContentDocumentView: FC<ContentDocumentProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=ContentDocumentView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentDocumentView.d.ts","sourceRoot":"","sources":["../../../src/chat/documents/ContentDocumentView.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAa,MAAM,OAAO,CAAC;AAGtC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKlD,UAAU,oBAAoB;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,eAAe,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,oBAAoB,CAyBxD,CAAC"}
|