Commit Graph
35 Commits
Author SHA1 Message Date
Stevan Freeborn df75cd25e0 feat: add model to represent paged request 2025-01-05 16:57:13 -06:00
Stevan Freeborn 28b7bf6a89 feat: add classes to model response to get model list endpoint 2025-01-02 21:45:37 -06:00
Stevan Freeborn 944822060c feat: add support for count tokens endpoint 2025-01-01 20:13:01 -06:00
Stevan Freeborn 31a7097cdc fix: remove model id validation 2025-01-01 20:12:26 -06:00
Stevan Freeborn f861155551 tests: add tests for new model identifiers 2025-01-01 18:46:49 -06:00
Stevan Freeborn dc9755cbb8 chore: run dotnet format 2024-11-21 13:59:45 -06:00
Stevan Freeborn f3a7040cb9 feat: add model for DocumentContent and DocumentSource 2024-11-21 13:43:21 -06:00
Stevan Freeborn c4d4d8a15b feat: add content type 2024-11-21 13:42:42 -06:00
Stevan Freeborn 24bd877c09 fix: address vulnerabilities in dependencies 2024-11-19 14:10:36 -06:00
Stevan Freeborn afe70a9012 chore: run dotnet format 2024-08-18 14:59:47 -05:00
Stevan Freeborn 42d6ee4d34 tests: add tests for creating tools with cache control set 2024-08-18 14:19:55 -05:00
Stevan Freeborn 07457c1808 tests: remove unused using statement 2024-08-18 12:56:49 -05:00
Stevan Freeborn f6460e99ee tests: add test for serializing system property with correct expected value based on whether given system messages or just a system message. 2024-08-18 11:37:19 -05:00
Stevan Freeborn e47095e03d tests: add test to make sure cache control can be set on tool use content objects 2024-08-18 11:20:19 -05:00
Stevan Freeborn 0c160e998a tests: add tests for constructor using cache control 2024-08-18 11:17:29 -05:00
Stevan Freeborn 0253794235 tests: add tests for overloaded constructor 2024-08-17 17:53:20 -05:00
Stevan Freeborn f2f150791e tests: add tests for ephemeral cache control model 2024-08-17 17:53:03 -05:00
Stevan Freeborn 364c91080c tests: add test for cache control type static class 2024-08-17 17:51:56 -05:00
Stevan Freeborn 900a7a3549 tests: update tests to account for serialization and deserialization changes with new/modified model properties to support caching 2024-08-16 09:21:43 -05:00
Stevan Freeborn f970b07ed7 tests: add missing type property 2024-07-19 21:39:04 -05:00
Stevan Freeborn 0a692d1b9a fix: add missing type property to image source model 2024-07-18 23:46:55 -05:00
Stevan Freeborn 3851bf41c0 chore: run dotnet format 2024-07-07 16:21:23 -05:00
Stevan Freeborn c538a3eb8c fix: throw exception when accessing result props incorrectly 2024-07-06 11:55:47 -05:00
Stevan Freeborn 5c0cad2545 docs: work on README 2024-07-06 08:46:40 -05:00
Stevan Freeborn dd380c9253 docs: work on README 2024-07-03 16:57:27 -05:00
Stevan Freeborn e3ba6a6287 feat: create tool from class that implements ITool 2024-07-03 13:57:51 -05:00
Stevan Freeborn c2788c3893 fix: address methods that return void or task in those cases return null 2024-07-01 23:14:08 -05:00
Stevan Freeborn 1ae90106b5 chore: run dotnet format 2024-07-01 22:46:02 -05:00
Stevan Freeborn ff649cb3d1 tests: add test cases 2024-07-01 21:29:23 -05:00
Stevan Freeborn ce6b1bf8dc feat: implement tool call 2024-07-01 21:00:27 -05:00
Stevan Freeborn ecf1958fd3 tests: add more tests for tool class 2024-07-01 12:07:49 -05:00
Stevan Freeborn 4bf99d69dd tests: update tests to allow building while reworking tool feature 2024-06-30 12:04:02 -05:00
Stevan Freeborn 5edc0b5fff tests: add missing tests for streaming chat message 2024-06-29 22:07:49 -05:00
Stevan Freeborn 6caa4b1b06 tests: don't reuse http client as fixture 2024-06-29 09:49:15 -05:00
Stevan Freeborn 4c2cee643a feat: create chat message 2024-06-27 23:26:53 -05:00