Yakiv Yereskovskyi
Yakiv Yereskovskyi
Hi there, I faced the following issue: ```scala import sttp.tapir._ import sttp.tapir.generic.auto._ object A { case class B(a: String) } object B { case class B(b: Int) } case class...
```scala "org.typelevel" %% "kittens" % "3.3.0" ``` ```scala import cats.derived._ case class MyString(value: String) extends AnyVal semiauto.monoid[MyString] ``` this snippet compiles successfully on Scala 2.13, but fails on Scala 3:...
It would be great to be able to specify `thinkingBudget` for `VertexAiGeminiChatModel`, this setting is supported by >2.5 Gemini models like `gemini-2.5-flash-preview-04-17` API reference: https://ai.google.dev/gemini-api/docs/thinking#rest_1
**Describe the bug** I have CallID Ktor plugin installed, it sets correct MDC for SLF4J, but it is lost during actual service logic (that probably means that it is called...
## Motivation and Context Preserves all `LLMParams` fields that were not updated during `Prompt.withUpdatedParams`, including subtype of LLMParams instance. The biggest impact of this change is on `PromptExecutor.executeStructured`, where it...