Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge csharp feature branch into main ai inference branch #29763

Open
wants to merge 59 commits into
base: dargilco/ai-model-inference
Choose a base branch
from

Commits on May 31, 2024

  1. Update ImageEmbeddingsClient to change embed to embedImage

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    51fb73b View commit details
    Browse the repository at this point in the history
  2. Add typespec-csharp to the tspconfig

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fd54bf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge remote-tracking branch 'upstream/dargilco/ai-model-inference' i…

    …nto trangevi/ai-model-inference
    trangevi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c53ca69 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Move csharp client property renames

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    08c7c64 View commit details
    Browse the repository at this point in the history
  2. Missing semicolons

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ab6c309 View commit details
    Browse the repository at this point in the history
  3. Wrong namespace

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4f8a7ea View commit details
    Browse the repository at this point in the history
  4. Incorrect namespaces

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    be84fda View commit details
    Browse the repository at this point in the history
  5. Aliases need to have things referenced differently, apparently

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4f56fb3 View commit details
    Browse the repository at this point in the history
  6. Need to specify parameters?

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    db6580b View commit details
    Browse the repository at this point in the history
  7. Move alias renames to the individual file for now

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a5b3fbc View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    234a992 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Change ChatCompletionsOptions to a model

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1c552f3 View commit details
    Browse the repository at this point in the history
  2. syntax

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8e420b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    420cdf6 View commit details
    Browse the repository at this point in the history
  2. Leave the model property

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8c122c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add additional properties for ChatCompletionsOptions

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e6e24a1 View commit details
    Browse the repository at this point in the history
  2. 3 dots, not 2

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c33085f View commit details
    Browse the repository at this point in the history
  3. Can't add docstring to generic spread property

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bc2ead4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Change unknown parameters to extra parameters

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cea8c46 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    e5f72fe View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary rename

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    69c429f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Removing api-key change for python, for now

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9353cd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    404726c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    440f104 View commit details
    Browse the repository at this point in the history
  2. Make operator method internal

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    acd2c9a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix pass-through header

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7e90c46 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Re-enable protocol methods for csharp

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6525a08 View commit details
    Browse the repository at this point in the history
  2. Remove "spread" for ChatCompletionsOptions

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c625ccb View commit details
    Browse the repository at this point in the history
  3. Remove spread for additionalRequestHeaders

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b3ff7cf View commit details
    Browse the repository at this point in the history
  4. needed commas

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3cad35a View commit details
    Browse the repository at this point in the history
  5. another formatting attempt

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4d8fe2c View commit details
    Browse the repository at this point in the history
  6. okay, figured out how the formatting works

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    442e62e View commit details
    Browse the repository at this point in the history
  7. Alias breaks the generator

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    eba14da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a3dfd2 View commit details
    Browse the repository at this point in the history
  9. Forgot semicolon

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    392243f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    156d4e0 View commit details
    Browse the repository at this point in the history
  2. Does swapping the order of parameters matter?

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    72ff5d0 View commit details
    Browse the repository at this point in the history
  3. Make extraParams optional?

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    063b051 View commit details
    Browse the repository at this point in the history
  4. Try and get rid of anonymous model

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dd47e68 View commit details
    Browse the repository at this point in the history
  5. Try adding RequestHeadersTrait

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1f62242 View commit details
    Browse the repository at this point in the history
  6. Maybe needs to be an object?

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7254471 View commit details
    Browse the repository at this point in the history
  7. Add using

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d752df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Revert to "good" state

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4039eb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    33fb66c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    d2d069e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Try moving extra parameters. Change Parameters back to unknown

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7b1e6e1 View commit details
    Browse the repository at this point in the history
  2. Skip the alias

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    65239b3 View commit details
    Browse the repository at this point in the history
  3. Is it the header which is causing issues?

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    323366c View commit details
    Browse the repository at this point in the history
  4. Headers in the options object seems to not work

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1562993 View commit details
    Browse the repository at this point in the history
  5. Remove commented operation

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bd9d308 View commit details
    Browse the repository at this point in the history
  6. Unnecessary using

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7e3d4fd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    9b2fbf0 View commit details
    Browse the repository at this point in the history
  2. Add embeddings for csharp

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    376a388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2d19d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Client changes for C#

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    56e81a8 View commit details
    Browse the repository at this point in the history
  2. Need the options objects to be models

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b1d22e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Make the embedding methods public for now, for intial testing

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fb263d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Remove image embedding for now until it can be tested

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2ef0546 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add new streaming classes for C#

    Signed-off-by: Travis Angevine <[email protected]>
    trangevi committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    aa97e50 View commit details
    Browse the repository at this point in the history