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
ebae27077e
tests: work on adding integration tests
2024-07-01 23:59:24 -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
f848d4b792
feat: add function property attribute
2024-07-01 22:45:54 -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
aed18b35fa
test: add missing test cases
2024-07-01 12:34:00 -05:00
Stevan Freeborn
ecf1958fd3
tests: add more tests for tool class
2024-07-01 12:07:49 -05:00
Stevan Freeborn
5fa85b7e8b
tests: add missing type params to expected schema
2024-07-01 10:49:46 -05:00
Stevan Freeborn
0cb9918a83
tests: add additional test cases
2024-07-01 09:38:06 -05:00
Stevan Freeborn
b594927df0
fix: deal with nested complex types
...
- make sure the definitions object is the same
when making recursive calls to generate schema.
this way all definitions are captured and can
be referenced correctly.
- add tests for nested complex types
2024-06-30 15:25:53 -05:00
Stevan Freeborn
9eb023887c
fix: use name of member not member type
2024-06-30 14:46:50 -05:00
Stevan Freeborn
057803a8f9
feat: generate definition for complex types
2024-06-30 14:42:10 -05:00
Stevan Freeborn
96ed89c9ce
feat: implement json schema generation for non-complex types
2024-06-30 13:57:35 -05:00
Stevan Freeborn
3006ad9b50
feat: add parameter attribute to allow customization of name, description, and requiredness
2024-06-30 12:21:30 -05:00
Stevan Freeborn
04343bf732
tests: update test case name
2024-06-30 12:05:56 -05:00
Stevan Freeborn
087f012093
feat: begin work on creating input schema from function method info
2024-06-30 12:04:26 -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