conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Code samples to test Workflow Execution #113

Closed Chaithra-07 closed 5 months ago

Chaithra-07 commented 5 months ago

This PR includes the below changes

  1. Includes gzip encoding for the request/response
  2. Code samples implementation similar to python (OpenAI, Testing WorkFlow execution, ChatGPT)
  3. Ability to create workflows using code