Commit Graph
16 Commits
Author SHA1 Message Date
Stevan Freeborn dd380c9253 docs: work on README 2024-07-03 16:57:27 -05:00
Stevan Freeborn ebae27077e tests: work on adding integration tests 2024-07-01 23:59:24 -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 aed18b35fa test: add missing test cases 2024-07-01 12:34:00 -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 4c2cee643a feat: create chat message 2024-06-27 23:26:53 -05:00