Commit Graph

3 Commits

  • Python: Added custom args and thread object to ai_function kwargs (#2769)
    * Added an example of using kwargs in ai_function
    
    * Added thread object to ai_function kwargs
    
    * Updated docs
    
    * Small fix
    
    * Added thread parameter filtering
  • 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