Commit Graph

53 Commits

Author SHA1 Message Date
Namhyeon, Go
4086d6bd27 Limit email body length in prompt context
Truncate the email body to a maximum of 2000 characters when adding it to the prompt context to reduce token usage and avoid sending overly large or sensitive content.
2026-01-18 16:20:15 +09:00
Namhyeon, Go
552bd10e82 Enhance Outlook test to use AI for email reply suggestions
Updated the 'outlook_open_outlook_with_chatgpt' test to search emails by sender or recipient, collect email data, and generate a prompt for AI-based reply suggestions using OpenAI via the language-inference-engine. Improved logging, increased result count, and added full body previews for context.
2026-01-18 16:12:36 +09:00
Namhyeon, Go
d7014a5d23 Add mail body preview to Outlook test cases
Enhanced Outlook-related test implementations to include a body preview (first 160 characters) when listing or searching mails. Updated log messages for clarity and consistency.
2026-01-18 15:05:24 +09:00
Namhyeon, Go
d83d1f86f5 Add Office module import to Outlook test functions
Added 'var Office = require("lib/msoffice");' at the start of each Outlook-related test function in testloader.js to ensure the Office module is available within each function's scope.
2026-01-18 14:26:55 +09:00
Namhyeon, Go
f19a5790b4 Refactor Outlook automation to use Office.Outlook API
Replaced usage of the old Outlook API with the new Office.Outlook API throughout test implementations. Updated object instantiations, method calls, and type checks to use the Office.Outlook namespace for improved clarity and maintainability.
2026-01-18 14:24:33 +09:00
Namhyeon, Go
fd0eddecb4 Add Outlook automation test cases and update test IDs
Introduced new Outlook-related test implementations in testloader.js, including session opening, inbox listing, mail body reading, sender/recipient search, draft creation, and an end-to-end automation test. Updated corresponding test IDs in data/test-msoffice.json to match the new function names for consistency.
2026-01-18 13:57:19 +09:00
5ccba3b107 Replace the default SERP provider to SerpApi
Updated all references from the previous default SERP provider to SerpApi, including API keys, proxy configuration, and documentation links. Adjusted aviation.js to use SerpApi endpoints and parameters, and updated testloader.js to reflect the new provider. This change standardizes the search engine scraping integration to use SerpApi.
2025-07-10 13:54:53 +09:00
f911e34c16 Update license headers, contact email, and fix broken files 2025-06-07 16:57:09 +09:00
Jihoon Yi
10606532cb
Update testloader.js
Add missing closing brackets in test_implementsobject
2025-05-10 18:38:45 +09:00
9d47a18325
Update testloader.js 2025-01-15 16:18:06 +09:00
dd3ebc16df Update the credential management 2025-01-13 14:46:48 +09:00
a99f1c396f
Update testloader.js 2024-12-27 14:55:46 +09:00
f2044bcfbf Ready use the JSON-RPC 2.0 based stateless proxy
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2024-11-24 03:15:37 +09:00
57fbb16bd8 Add Advanced Mathematics Test 2024-11-15 03:48:19 +09:00
44de5bfd1a
Update testloader.js 2024-10-20 00:07:53 +09:00
8285eee3c1 Update testloader.js 2024-09-27 21:00:53 +09:00
a36dd8e257 Update lib/http.js, testloader.js 2024-09-27 20:53:29 +09:00
c6f614b106 Update testloader.js 2024-09-27 15:55:31 +09:00
a60e7e5d9e fix #145
* Fix #145
* Change the methods and variables `CharsetDetector` to `DetectCharset`
* Add searchapi.io SERP support
2024-09-27 15:53:19 +09:00
330323f0c2 Update testloader.js 2024-09-26 01:26:06 +09:00
abe59228be fix and test ok #143 2024-09-25 18:21:55 +09:00
ed3b631b30 Update testloader.js 2024-09-25 12:10:47 +09:00
6ab285bc89 Update testloader.js 2024-08-29 19:59:30 +09:00
af30097c6e Add pegjs test 2024-08-29 19:57:53 +09:00
c49d2720f2 fix 2024-07-10 19:54:18 +09:00
a20e0004d2
Update testloader.js
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2024-07-01 01:46:54 +09:00
46eb8e6609 Clean up code 2024-06-10 06:23:35 +09:00
5f5386765d Add and fix the test files 2024-06-02 02:00:17 +09:00
6591ee7074 Add linq.js 4.0.2 2024-04-06 15:17:59 +09:00
c8b5e82b12 Fix descriptions 2024-03-19 17:17:15 +09:00
2fb4b62b8d Update testloader.js, test-misc.json 2024-03-12 15:07:12 +09:00
f0504e12ec Update testloader.js 2024-01-04 16:14:13 +09:00
bd5bf9ebe0 Update testoader.js 2024-01-04 15:47:05 +09:00
28fd89f22d shared memory #96 2024-01-04 15:23:26 +09:00
dddfa3cc47 Update testloader.js #96 2024-01-04 12:05:47 +09:00
6fe9d097a8 shared memory 2023-12-29 15:22:20 +09:00
31b28f2945 Update testloader.js 2023-12-19 07:20:33 +09:00
f6d756f92b msoffice #93 2023-12-19 06:47:48 +09:00
543f7b61e7 Remove gtk.demo.js, toolkit.demo.js, squel.demo.js, and merge to testloader.js 2023-11-07 11:24:36 +09:00
f8ee2cf3e5 Remove gtk.demo.js and merge to testloader.js 2023-11-07 11:04:21 +09:00
4fde95bbf6 Update testloader.js 2023-11-06 12:07:10 +09:00
4906799170 Fix Enumerator.toArray method and related issues 2023-11-06 11:23:09 +09:00
da36ad57be Update lib/http.js, testloader.js 2023-10-31 05:49:11 +09:00
0efc455cf9 Update testloader.js and more 2023-10-31 05:41:52 +09:00
f393a99dc5 Update 2023-10-31 03:13:02 +09:00
4ea98b1540 Update 2023-10-31 02:02:02 +09:00
934009a6c0 Update 2023-10-30 19:51:48 +09:00
ceb7de458e Update app/index.js, app/test.html, testloader.js 2023-10-30 17:14:31 +09:00
c3e9d1b179 Add GUI Router 2023-10-30 16:11:51 +09:00
79fb080e9f Update testloader,js, and test profile 2023-10-30 14:36:22 +09:00