Commit Graph

2 Commits

  • Python: added inline yaml sample (#2582)
    * added inline yaml sample
    
    * fixed some typos and added intro comment
    
    * added description params and pass through to client
    
    * add azure assistants
    
    * fix tests
    
    * observabiltiy mypy fix
    
    * for some reason mypy doesn't accept a subclass
    
    ---------
    
    Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
  • Python: Introducing support for declarative yaml spec (#2002)
    * first work on declarative
    
    * initial version of the declarative support
    
    * fix tests and mypy
    
    * fix parameters of functiontool
    
    * slight logic improvement
    
    * remove path until merge
    
    * updates from comments
    
    * create dispatcher and spec type, json_schema method
    
    * fix mypy, skipping model
    
    * updated lock
    
    * fixed declarative tests and renamed some other test files
    
    * refined loader
    
    * updated lock
    
    * fix mypy
    
    * added readme to samples folder
    
    * fixes from review
    
    * undid test file rename