Conner Swann
Conner Swann
Some notes from @kekonen on this: If there is a BridgeMessage or GovMessage corresponding to NomadMessage it should be easy (maybe `natively` is the right term here) to get from...
Whoever gets assigned this issue, the first task here is to spec out implementation here in a bullet list as far as how this will work across the several SDK...
@ErinHales reported this, could you please add details here and link to code where you have to work around it?
Another option for retry logic here that is probably more performant / better supported is the `async-retry` library. Here's an example implementation from my codebase, wrapping the openai SDK: ```...
Cool @cfortuner lmk if you want me to review the solution when you have a PR.
Ok this is exactly what I have been ideating on how cool. I think leaning into the native type system to build a composable and *type-safe* prompt system is exactly...
This has been really annoying me, looks like @shemarlindie has a PR that addresses this!
I think this should probably be the default behavior, as CI should fail if your tests are not fully implemented.
If anyone stumbles upon this -- this comment here is what worked for me (I use yarn): https://github.com/MichalLytek/typegraphql-prisma/issues/450#issuecomment-2163621491
I updated the library I was using to 0.11 to be sure and it manifested the same behavior. Unfortunately, this is an internal API I can't share details of publicly,...