Commit Graph
72 Commits
Author SHA1 Message Date
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 fdcd4a05f2 tests: make sure there is content in message returned 2024-07-01 12:09:51 -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 6ed99a6a23 feat: yield events for streaming including custom message complete event 2024-06-28 16:30:09 -05:00
Stevan Freeborn a4784fd5db feat: add models for streaming messages 2024-06-28 10:54:00 -05:00
Stevan Freeborn 4c2cee643a feat: create chat message 2024-06-27 23:26:53 -05:00
Stevan Freeborn 68b359163d chore: initial project setup 2024-06-27 23:26:30 -05:00