Mustafa Jamal

Results 7 comments of Mustafa Jamal

> Did this work before? No it never worked > Have you tried creating a Personal Access Token instead of a bearer auth token? Yes I tried PAT on TFS...

Here is the code: `static void Main(string[] args) { NetworkCredential networkCredential = new NetworkCredential(string.Empty, "ssormigjrmdsm7..."); string localRepoPath = Repository.Clone("http://mr4tfs:8080/tfs/DefaultCollection/_git/GIT001", @"D:\temp\GIT", new CloneOptions() { CredentialsProvider = GetCredentialsHandler(networkCredential), IsBare = false });...

@satyaprakashv check the answer of your question here: [https://stackoverflow.com/questions/46806069/clone-selected-folders-from-repo](https://stackoverflow.com/questions/46806069/clone-selected-folders-from-repo)

@ethomson waiting for your reply. Any update on this ?

> This is currently not supported in `Microsoft.Extensions.AI` for streaming as OpenAI SDK doesn't expose a public API to capture streaming thinking content. > > Will keep this issue open...