Commit Graph

2 Commits

  • Python: Updates to Tools (#1835)
    * updated tool samples
    
    * mypy and readme fixes
    
    * updated call logic
    
    * added function invocation config
    
    * added include detailed error
    
    * added tests
    
    * updated FRC exception handling
    
    * updated tests
    
    * fix oai test
    
    * fix name in sample
    
    * imporoved tests coverage and removed some dead code paths
  • Python: Introducing AI Function approval (#1131)
    * support for local function approval
    
    * small fix
    
    * fix mypy
    
    * added bigger test scenario's for function calling and approvals
    
    * updated lock
    
    * updated return message for rejection
    
    * fix test
    
    * updated function result content handling