kshern
8267e514ce
fix: prettier write
2025-02-25 00:09:04 +08:00
kshern
07577fc94b
feat:toolsbar add array support
2025-02-24 02:36:52 +08:00
Justin Spahr-Summers
3893807841
Merge pull request #153 from funwarioisii/fix-tool-call-textarea
...
Fix ToolsTab Textarea value for clearing when switch tool
2025-02-19 15:08:42 +00:00
funwarioisii
f505ae3d5a
Fix ToolsTab Textarea value for clearing when switch tool
2025-02-19 23:55:24 +09:00
Ola Hungerford
89ee2b1b93
Merge branch 'main' into handle-boolean
2025-02-19 07:48:27 -07:00
Ola Hungerford
450405733a
Merge: Integrate boolean checkbox support with SchemaProperty type system
2025-02-19 07:38:23 -07:00
Ola Hungerford
44d07b964c
Fix styling
2025-02-15 05:05:29 -07:00
Ola Hungerford
f7312ab331
Add checkbox for Boolean input params
2025-02-15 04:33:08 -07:00
Ola Hungerford
133b785f79
Fix formatting
2025-02-14 07:33:37 -07:00
Ola Hungerford
b3194ac56e
Merge branch 'main' into tool-input-improvements
2025-02-14 07:20:45 -07:00
Jerome
d0ad677784
Update ToolsTab.tsx
...
Linting on originally approved commit
2025-02-03 12:24:52 +13:00
=
a87bd17f51
❯ npx prettier --check .
...
Checking formatting...
[warn] client/src/components/ToolsTab.tsx
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
inspector on feature/audio-rendering [$⇡] is 📦 v0.3.0 via v22.11.0
❯ npx prettier --write client/src/components/ToolsTab.tsx
client/src/components/ToolsTab.tsx 109ms
2025-01-28 08:28:25 +00:00
=
afe14bc883
Merge branch 'feature/audio-rendering' of https://github.com/evalstate/inspector into feature/audio-rendering
2025-01-28 08:18:24 +00:00
Jerome
04faff4757
Merge branch 'main' into feature/audio-rendering
2025-01-28 02:15:55 -05:00
Ola Hungerford
a4469f7895
Add draft version of enhanced object input editing
2025-01-27 21:05:11 -07:00
Ashwin Bhat
715936d747
run prettier
2025-01-09 11:01:35 -08:00
Devin AI
14bda1f030
chore: revert unrelated changes to TypeScript comments and formatting
...
- Reverted @ts-expect-error messages back to original text
- Removed unnecessary line breaks in placeholder and type properties
- Kept object parameter handling functionality intact
Co-Authored-By: ashwin@anthropic.com <ashwin@anthropic.com >
2024-12-13 12:12:33 +00:00
Devin AI
1f4d35f8a3
fix: properly handle object type parameters in tools
...
- Add special handling for object type parameters
- Parse JSON input for object parameters
- Maintain raw input if JSON parsing fails
- Fixes #110
Co-Authored-By: ashwin@anthropic.com <ashwin@anthropic.com >
2024-12-13 11:21:35 +00:00
Jens Wallgren
ce68085e77
Add dark mode support for the legacy Tool Result display
2024-12-08 14:14:40 +01:00
evalstate
ed5017d73e
Two fixes to the Tools Tab:
...
1) Tool Parameters were stale when switching between Tools causing incorrect messages to be sent.
2) Tool List is emptied when "Clear" is selected, so invalid messages can't be sent.
2024-12-05 15:32:55 +00:00
evalstate
14802b8043
Merge branch 'main' into feature/audio-rendering
2024-12-03 17:11:47 +00:00
=
068d21387a
extended type for "audio" update to spec
2024-12-01 12:47:50 +00:00
=
66b1b73448
Render HTML5 Audio Player if Tool Result resource mimetype is audio.
2024-12-01 10:24:12 +00:00
Kees Heuperman
cc17ba8d56
feat: Add button to clear loaded items
...
Add a button to the ListPane component that clears loaded items. This
will allow the user to clear and reload resources, resource templates,
prompts or tools when they expect the available items to have changed.
2024-12-01 09:50:53 +01:00
evalstate
68a6130b17
fix dark mode styling and add word wrap for resource viewer.
2024-11-27 17:56:22 +00:00
Jack Steam
60578314aa
Update client/src/components/ToolsTab.tsx
...
Co-authored-by: ashwin-ant <ashwin@anthropic.com >
2024-11-26 13:30:43 -07:00
Jack Steam
fbac5b78bc
feat: add data validation message
2024-11-26 12:47:39 -06:00
Jack Steam
aecfa21d47
fix: add static type validation
2024-11-26 11:14:55 -07:00
Ashwin Bhat
47a87e1884
more dark mode fixes
2024-11-24 14:26:39 -08:00
Justin Spahr-Summers
6c27f5a263
Upgrade to SDK 0.5.0
2024-11-16 15:25:02 +00:00
Justin Spahr-Summers
f7385dd961
Support multiline tool inputs
...
Resolves #39 .
2024-11-12 14:59:36 +00:00
Justin Spahr-Summers
3e46011614
Marginally better dark mode support
2024-11-12 12:34:10 +00:00
Justin Spahr-Summers
5337baa116
Fix type error
2024-11-07 15:35:55 +00:00
Justin Spahr-Summers
193032533b
Support structured tool results
2024-11-07 15:28:21 +00:00
Justin Spahr-Summers
82f3d99639
Install TypeScript SDK from registry
2024-10-28 10:42:31 +00:00
Ashwin Bhat
24d005ac84
add pagination handling for lists
2024-10-17 17:11:30 -07:00
Ashwin Bhat
48355e9cb2
receive and display server notifications
2024-10-17 08:08:09 -07:00
Ashwin Bhat
0ffedbf8fa
fix type errors
2024-10-16 16:22:14 -07:00
Ashwin Bhat
50f86ebbfe
fix types, eliminate client/server
2024-10-11 08:34:28 -07:00
Ashwin Bhat
6575697f25
refactor to not use custom websocket protocol
2024-10-09 17:22:20 -07:00
Ashwin Bhat
019777bd93
extract listpane
2024-10-09 09:05:43 -07:00
Ashwin Bhat
bfc9e6e882
get tools working
2024-10-08 16:49:12 -07:00
Ashwin Bhat
38e1c8b2b9
tools
2024-10-08 07:33:47 -07:00