Seth Juarez

Results 70 comments of Seth Juarez

I would LOVE help with a golang base impl!! I am writing up this week the prompty core principles so we can hopefully get going on this!

Hmmm - it looks like an implementation problem in SK. In general it should pull all the relevant params and pass it into the API call.

Yes - this is an experimental feature that works in the python runtime but not the JavaScript runtime (which the extension uses). I am working on updating the extension to...

I will take a look!

> Almost two months to review a README PR. Seems like this thing is totally dead? Heya again @pelikhan 👋 Definitely not dead - I had to include some features...

Yeah - this seems dumb to me - let me dig into it a bit more. Is this in the lib or the extension?

OH! Will fix - looks like the PF code emitted is out of date.

Great question - the extension relies on the underlying system settings when it comes to identity. My go to approach is to use the `az login` approach to sign in...

Interesting idea!! I will label this as a feature request.

Ugh - I am sorry! In general the AOAI prompty executor uses the currently logged in tenant if the key is not specified. Usually something like: ``` az login ```...