Commit Graph

1635 Commits

Author SHA1 Message Date
b010088034 Tool call plumbing 2024-10-10 15:36:04 -07:00
716df78daf comment 2024-10-09 21:18:45 -07:00
118e189f59 Basic tsx tool user 2024-10-09 21:12:17 -07:00
899b52a581 Adopt lmTools API updates 2024-10-08 17:47:31 -07:00
744bf754cb More tools 2024-10-06 20:21:04 -07:00
dc1d59a355 Create separate chat-tools-sample which is more of an agent 2024-10-04 13:05:18 -07:00
077b203b23 Remove bold text 2024-09-24 08:44:11 -07:00
22948f077b Confirmations 2024-09-23 20:28:08 -07:00
ac180d2bd8 Fix 2024-09-20 18:59:27 -07:00
1c012edb7d Update for tools changes 2024-09-20 17:33:59 -07:00
ac66610947 Update 2024-09-11 19:57:24 -07:00
777d32c1d8 One assistant message for all toolcalls 2024-09-10 13:57:27 -07:00
9d0ca04e6a Better prompt for actual parallel tool calling 2024-09-09 16:43:09 -07:00
15dadc6c47 Clean up 2024-09-04 20:01:34 -07:00
75e1391439 Add parameters to sample 2024-08-26 21:43:30 -07:00
3a543ea9af Add a tsx tool sample 2024-08-26 16:36:17 -07:00
a6b995428d Update for API changes 2024-08-24 17:00:00 -07:00
3862c9e2f6 Add supportsToolReferences 2024-08-21 11:13:52 -07:00
df946f379d API update 2024-08-13 15:24:22 -07:00
443397275f Support requestedTools 2024-08-06 15:44:45 -07:00
80947131b6 Adopt tools change 2024-08-05 15:34:56 -07:00
6541ce2cbf Update 2024-06-24 18:55:04 -07:00
054dd382f4 Use all available tools through function calling 2024-06-19 18:44:06 -07:00
6e7bc20380 Demo of function calling 2024-06-06 15:59:02 -07:00
7c34798bd9 Fix chat-sample postinstall on windows (#1039) 2024-05-30 13:08:18 -07:00
36f0e08404 Adopt prompt-tsx for chat sample (#995)
* Adopt prompt-tsx for chat sample

* Rename

* Update prompt-tsx to published version

* Update for latest

* Fix up

* Small fix

* Latest prompt-tsx

* Format
2024-05-29 10:32:35 -07:00
bdec986966 Add wasm async example (#1037) 2024-05-29 16:13:03 +02:00
e3c33f9ce0 Merge pull request #1036 from microsoft/screeching-tiger
add `download-api` to npm run scripts in test provider
2024-05-28 14:54:31 -07:00
26340e4737 remove postinstall 2024-05-28 14:53:06 -07:00
22ec01d426 add download-api to npm run scripts in test provider 2024-05-28 14:33:38 -07:00
bc0d92bb18 Merge pull request #1035 from microsoft/isidorn/annoyed-pelican
gracefully handle if model is not there
2024-05-27 14:25:38 +02:00
bed4870c3a Merge pull request #1034 from microsoft/isidorn/moderate-bug
chore: remove extension dependency to github copilot chat
2024-05-27 14:10:19 +02:00
5b5218d9d9 gracefully handle if model is not there 2024-05-27 14:09:11 +02:00
d4e46c9fb4 chore: remove extension dependency to github copilot chat. We do not want folk adding this to their existing extensions 2024-05-27 14:01:06 +02:00
9df199bdc8 Merge pull request #1031 from microsoft/isidorn/yappy-bass
"AI" and "Chat" categories are now supported by marketplace
2024-05-24 09:18:47 +02:00
0f725b45bb "AI" and "Chat" categories are now supported by marketplace 2024-05-23 20:55:13 -07:00
fe3e3a3f95 Update WASM LSP example (#1030) 2024-05-22 16:38:11 +02:00
a79d6117b5 Remove @types/vscode (#1025)
Because there isn't a published version that contains the new API yet
2024-05-16 22:00:04 -07:00
a61a601daf Merge pull request #1026 from microsoft/isidorn/liable-mole
use static for creating User message
2024-05-17 05:59:42 +02:00
4ccae9de54 use static for creating User message 2024-05-16 20:51:16 -07:00
790ec5fd80 Merge pull request #1023 from microsoft/isidorn/known-raven
api is no longer proposed
2024-05-17 01:33:33 +02:00
c6bba89ac4 add manually vscode.d.ts 2024-05-16 16:09:06 -07:00
1281bcf61a api is no longer proposed 2024-05-16 09:42:14 -07:00
f504b75b45 Merge pull request #1022 from microsoft/milively/nb-format-ca
Notebook Format Codeaction Example
2024-05-16 09:17:30 -07:00
3c5345e953 clean package.json 2024-05-15 15:40:09 -07:00
cde9a029d4 working functionality 2024-05-15 15:21:56 -07:00
cfec264062 update sample to latest api (#1021)
* update sample to latest api

* Fix family

* Minor cleanup

* Add fullname

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2024-05-15 14:36:25 -07:00
fcf3bc2d80 init 2024-05-13 15:55:25 -07:00
209ce0e81b Add wasm based examples (#1018)
* WIP

* Add custom add request

* Update package.json

* Component model resource example

* Update to latest wit-bindgen

* WIP

* Minor example updates

* Update wasm-lsp example

* Added some minor comments

* Minor renames

* Change lsp server to count files

* More model resource work

* WIP

* Make the example work

* Update examples to latest

* Update sample to latest tooling

* Update sample to latest wit2ts tooling

* WIP

* Carry over https://github.com/microsoft/vscode-docs/pull/7234/files

* Code cleanup

* Remove dist folder

* Remove another dist folder
2024-05-07 16:12:01 +02:00
12375b51fb Merge pull request #936 from moushicheng/fix-lsp-active
fix: lsp-embedded-language-serviceadd  add activationEvents to invoke  client
2024-05-06 12:24:02 +02:00