run-log.ts 192 B

123456789101112
  1. const translation = {
  2. result: 'RESULT',
  3. tracing: 'TRACING',
  4. resultPanel: {
  5. status: 'STATUS',
  6. time: 'ELAPSED TIME',
  7. tokens: 'TOTAL TOKENS',
  8. },
  9. }
  10. export default translation