Hi all. Does anyone know if we can set the `seed` ...
# koog-agentic-framework
m
Hi all. Does anyone know if we can set the
seed
parameter for LLM api calls for OpenAI or Gemini in Koog? I don't see it in the list of
LLMCapability
.
a
Hi! There's no such parameter in the predefined list but you can pass it via
additionalProperties
🙂
m
Great, thanks!
🙌 1