Nathan Arseneau
|
29b465fe45
|
Merge branch 'main' into sampling-form
|
2025-04-22 22:07:37 -04:00 |
|
Cliff Hall
|
cd28370f2c
|
Merge pull request #284 from max-stytch/max/default-tool-json
fix: When tool type cannot be determined, use DynamicJsonForm
|
2025-04-16 17:12:32 -04:00 |
|
Nathan Arseneau
|
a4e6daae15
|
Merge branch 'main' into sampling-form
|
2025-04-15 21:55:31 -04:00 |
|
Nathan Arseneau
|
5696c19df9
|
Merge branch 'main' into sampling-form
|
2025-04-15 21:54:04 -04:00 |
|
Cliff Hall
|
6420605d30
|
Merge branch 'main' into set-header
|
2025-04-14 18:23:55 -04:00 |
|
Cliff Hall
|
d0622d3eb5
|
Merge branch 'main' into main
|
2025-04-14 17:00:34 -04:00 |
|
Cloudkkk
|
c4cc4144d9
|
test: 💍 Add test case property
|
2025-04-12 14:30:33 +08:00 |
|
Maxwell Gerber
|
2e8cc56744
|
Merge remote-tracking branch 'theirs/main' into max/default-tool-json
|
2025-04-11 15:36:25 -07:00 |
|
Maxwell Gerber
|
3e95d9d42a
|
pr feedback: Only use form if object is simple
|
2025-04-11 15:34:41 -07:00 |
|
Ido Salomon
|
aeac3ac914
|
Merge branch 'main' into set-header
|
2025-04-10 20:38:12 +03:00 |
|
Ido Salomon
|
a98db777c5
|
add auth tests
|
2025-04-10 20:34:40 +03:00 |
|
yushengchen
|
fe74dbea74
|
refactor(json): Consolidate JSON utilities and type definitions
Modified files:
- client/src/components/DynamicJsonForm.tsx
- client/src/components/JsonView.tsx
- client/src/components/ToolsTab.tsx
- client/src/components/__tests__/DynamicJsonForm.test.tsx
- client/src/utils/__tests__/jsonPathUtils.test.ts → client/src/utils/__tests__/jsonUtils.test.ts
- client/src/utils/__tests__/schemaUtils.test.ts
- client/src/utils/jsonPathUtils.ts → client/src/utils/jsonUtils.ts
- client/src/utils/schemaUtils.ts
Descriptions:
- Move JSON type definitions from DynamicJsonForm to centralized jsonUtils
- Consolidate utility functions (getDataType, tryParseJson) into jsonUtils
- Rename jsonPathUtils to jsonUtils for better semantic clarity
- Add comprehensive test coverage for new utility functions
- Update imports across all affected components
- Improve type references consistency throughout the codebase
|
2025-04-09 09:20:02 +08:00 |
|
Pulkit Sharma
|
9c6663c4c2
|
add label to configItem, use that in UI
|
2025-04-09 01:24:41 +05:30 |
|
Pulkit Sharma
|
48917ca4e5
|
don't show full config keys
|
2025-04-09 01:12:02 +05:30 |
|
Nathan Arseneau
|
71bb89ddf2
|
create sampling response form
|
2025-04-05 18:36:57 -04:00 |
|
Pulkit Sharma
|
e35343537c
|
Add proper support for progress flow during tool calling
|
2025-04-05 01:46:57 +05:30 |
|
Pulkit Sharma
|
debb00344a
|
Merge branch 'main' into add_proxy_config
|
2025-04-02 13:43:42 +05:30 |
|
NicolasMontone
|
80f2986fd6
|
remove unneeded test
|
2025-04-01 16:58:32 -03:00 |
|
NicolasMontone
|
d1e155f984
|
Revert "Add copy button to JSON & fix button styles override."
This reverts commit c48670f426.
|
2025-04-01 16:48:01 -03:00 |
|
NicolasMontone
|
c48670f426
|
Add copy button to JSON & fix button styles override.
|
2025-04-01 16:43:23 -03:00 |
|
Cliff Hall
|
e9a90b9caf
|
Merge branch 'main' into main
|
2025-04-01 15:35:12 -04:00 |
|
Cliff Hall
|
4afe2d6adb
|
Merge branch 'main' into feat/disconnect
|
2025-04-01 14:53:10 -04:00 |
|
Nicolás Montone
|
e4d4ff0148
|
Merge branch 'main' into main
|
2025-04-01 15:10:10 -03:00 |
|
NicolasMontone
|
51f2f72677
|
fix: add tests
|
2025-04-01 11:07:43 -03:00 |
|
Ola Hungerford
|
93c9c74dc9
|
Fix formatting
|
2025-04-01 06:59:50 -07:00 |
|
Pulkit Sharma
|
51c7eda6a6
|
Add MCP proxy address config support, better error messages
|
2025-04-01 19:21:19 +05:30 |
|
Ola Hungerford
|
b82c744583
|
Use actual rendered element spinbutton in test
|
2025-04-01 06:50:23 -07:00 |
|
Maxwell Gerber
|
9ab213bc89
|
feat: Add lightweight Disconnect button
|
2025-03-31 18:54:44 -07:00 |
|
Ola Hungerford
|
180760c4db
|
Fix formatting
|
2025-03-31 09:16:25 -07:00 |
|
Ola Hungerford
|
7753b275e5
|
Update test to fail more explicitly
|
2025-03-31 08:04:53 -07:00 |
|
Ola Hungerford
|
7ac1e40c9d
|
Update tests
|
2025-03-31 07:51:28 -07:00 |
|
Ola Hungerford
|
d2696e48a5
|
Add failing test for integer input
|
2025-03-31 07:32:55 -07:00 |
|
Pulkit Sharma
|
65fc6d0490
|
prettier-fix, add contribution guidelines
|
2025-03-29 23:31:46 +05:30 |
|
Pulkit Sharma
|
834eb0c934
|
add Sidebar tests
|
2025-03-29 22:31:57 +05:30 |
|
Ola Hungerford
|
65a0d46816
|
Fix formatting
|
2025-03-24 09:47:34 -07:00 |
|
Ola Hungerford
|
379486b5ea
|
Add failing test for pull/206
|
2025-03-24 09:43:48 -07:00 |
|
Ola Hungerford
|
b7fa23676a
|
Fix formatting
|
2025-03-24 09:27:51 -07:00 |
|
Ola Hungerford
|
a7f25153c4
|
Add failing ToolsTab test that should get fixed with pull/198
|
2025-03-24 09:18:58 -07:00 |
|
Ola Hungerford
|
fa3e2867c9
|
Fix formatting
|
2025-03-24 09:07:53 -07:00 |
|
Ola Hungerford
|
5735f2347a
|
Add tests related to issues/187 to confirm fixed
|
2025-03-24 08:52:45 -07:00 |
|
Ola Hungerford
|
cab1ed3dd8
|
Add some json form tests and handle css in ui tests
|
2025-03-24 08:28:28 -07:00 |
|
Ola Hungerford
|
61e229a552
|
Add sidebar tests
|
2025-03-23 13:35:24 -07:00 |
|