()
| 1773 | |
| 1774 | const app = createApp({ |
| 1775 | data() { |
| 1776 | return { |
| 1777 | activeView: 'summary', |
| 1778 | traceTab: 'python', |
| 1779 | dragTarget: null, |
| 1780 | left: null, |
| 1781 | right: null, |
| 1782 | errors: { left: '', right: '' }, |
| 1783 | attachmentErrors: { left: '', right: '' }, |
| 1784 | tokenTarget: 'model:o3', |
| 1785 | tokenizerStatus: 'Ready.' |
| 1786 | }; |
| 1787 | }, |
| 1788 | computed: { |
| 1789 | slots() { |
| 1790 | return [ |
nothing calls this directly
no outgoing calls
no test coverage detected