#Is there a way to bypass compatibility
1 messages · Page 1 of 1 (latest)
There's some secret envs that we have exclusively for being able to integ test all this: https://github.com/rajatjindal/dagger/blob/6ce731c74c119cd83923b7c221f414f25cd7ef06/engine/version.go#L65-L65
Curious though what situation would call for this, are you not able to either upgrade either the sdk or engine?
(Don't rely on those env vars of course, warranty void, etc.)
Found a workaround by going back to older versions. TL;DR: I have an llm.1 engine and I'm connecting to it using an SDK. I want to trigger one of the LLM based function call via a query using the dagger SDK
I didn't realize I was on sdk version 0.16.1 and llm.1 was a pre release of 0.16.0
So the max version was the problem