Commit Graph

1 Commits

  • Add some OpenAI and Foundry extension methods (#225)
    * Add some OpenAI specific extensions
    
    * Update samples and extension methods
    
    * Apply suggestion from @Copilot
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Apply suggestion from @Copilot
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Add extension methods for creating agents using the Assistant API
    
    * Add orchestration sample
    
    * Add orchestration sample
    
    * Sample for the Foundry alignment document
    
    * Address code review feedback
    
    * Rename provider samples
    
    * Sample showing how to get an AI agent for Foundry SDK
    
    * Add OpenAI chat completion based implementation of AIAgent
    
    * Split OpenAI client extension methods by client type
    
    * Remove OpenAIClient extension methods
    
    * Rename AsRunnableAgent
    
    * Fix XML comments
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>