Commit Graph
61 Commits
Author SHA1 Message Date
Stevan Freeborn 35adac9fa0 feat: add type for ephemeral cache control 2024-08-16 13:58:14 -05:00
Stevan Freeborn 90e9b9f75e fix: use additional constructor param with default value instead of overloaded constructor to avoid potentially breaking others code with that would then contain ambigious constructor calls. 2024-08-16 13:49:50 -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 66008717e1 fix: remove converter 2024-08-16 08:19:47 -05:00
Stevan Freeborn ed97ea95dc feat: first take of adding caching support 2024-08-15 23:04:45 -05:00
Stevan Freeborn 5ab8297a83 chore(release): 0.0.4 [skip ci] 2024-07-20 03:40:07 +00:00
Stevan Freeborn 3b47ed3fb4 fix: yield error when initial stream response is not successful 2024-07-19 21:15:59 -05:00
Stevan Freeborn 0a692d1b9a fix: add missing type property to image source model 2024-07-18 23:46:55 -05:00
Stevan Freeborn 999a255468 chore(release): 0.0.3 [skip ci] 2024-07-11 14:23:11 +00:00
Stevan Freeborn 5576b688c5 chore: upgrade System.Text.Json dep 2024-07-11 09:20:38 -05:00
Stevan Freeborn 989951db55 fix: address nuget health checks 2024-07-11 09:20:22 -05:00
Stevan Freeborn 0918213e55 chore(release): 0.0.2 [skip ci] 2024-07-10 13:59:58 +00:00
Stevan Freeborn 0363756571 fix: add stop sequences parameter 2024-07-10 08:57:23 -05:00
Stevan Freeborn 48f813f49f docs: correct xml comment 2024-07-10 08:53:10 -05:00
Stevan Freeborn 19c535ffb3 chore(release): 0.0.1 [skip ci] 2024-07-07 22:46:36 +00:00
Stevan Freeborn afee3b293a fix: add correct package project url 2024-07-07 17:45:43 -05:00
Stevan Freeborn acbb669bd2 chore(release): 0.0.0 [skip ci] 2024-07-07 21:32:38 +00:00
Stevan Freeborn 6067d5d70c chore: delete change log 2024-07-07 16:29:54 -05:00
Stevan Freeborn f2b3e0e7d3 chore(release): 0.0.0 [skip ci] 2024-07-07 21:26:01 +00:00
Stevan Freeborn 3851bf41c0 chore: run dotnet format 2024-07-07 16:21:23 -05:00
Stevan Freeborn 3e69208681 docs: use docfx to generate documentation 2024-07-07 16:16:55 -05:00
Stevan Freeborn d1855ddd37 chore: add package metadat 2024-07-07 15:16:46 -05:00
Stevan Freeborn ebbae05a22 chore: add workflows 2024-07-07 15:07:42 -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 fec7de2f66 fix: correct nullability 2024-07-03 13:58:44 -05:00
Stevan Freeborn e3ba6a6287 feat: create tool from class that implements ITool 2024-07-03 13:57:51 -05:00
Stevan Freeborn 917719d36e tests: work on adding integration tests 2024-07-03 00:11:48 -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 ce6b1bf8dc feat: implement tool call 2024-07-01 21:00:27 -05:00
Stevan Freeborn cccd0e6647 fix: make sure custom parameter name is not whitespace 2024-07-01 21:00:12 -05:00
Stevan Freeborn 4dd9d168f5 feat: add support for delegate with two parameters 2024-07-01 12:33:48 -05:00
Stevan Freeborn 94434c7092 fix: correct validation for create methods and update xml comments to match 2024-07-01 11:54:28 -05:00
Stevan Freeborn 15315df3c7 fix: remove unused member and move comment 2024-07-01 10:52:57 -05:00
Stevan Freeborn da93ffd1f0 fix: remove throw if name is invalid 2024-07-01 10:51:54 -05:00
Stevan Freeborn 0562c0c1aa fix: cleanup unnecessary usings 2024-07-01 10:49:14 -05:00
Stevan Freeborn a5af4636b9 fix: enforce anthropic's name limitations 2024-07-01 10:49:01 -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 606c81d384 fix: remove redundant validation and add xml comments 2024-06-30 14:56:11 -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 4fd8ecd96b fix: use json object type 2024-06-30 13:57:10 -05:00
Stevan Freeborn 9c8162036e fix: add string enum converter to serialization options 2024-06-30 13:56:52 -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 087f012093 feat: begin work on creating input schema from function method info 2024-06-30 12:04:26 -05:00
Stevan Freeborn 3298db7a3a feat: add method to throw if null or whitespace 2024-06-30 12:03:21 -05:00