Commit Graph
13 Commits
Author SHA1 Message Date
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 f848d4b792 feat: add function property attribute 2024-07-01 22:45:54 -05:00
Stevan Freeborn cccd0e6647 fix: make sure custom parameter name is not whitespace 2024-07-01 21:00:12 -05:00
Stevan Freeborn 0562c0c1aa fix: cleanup unnecessary usings 2024-07-01 10:49:14 -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 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
Stevan Freeborn 4c2cee643a feat: create chat message 2024-06-27 23:26:53 -05:00