Add option to set runtime options for LLM providers

This commit is contained in:
Nicolas Mowen
2026-01-12 20:22:35 -07:00
parent 4f331b4f5e
commit 5b08dcb197
6 changed files with 19 additions and 3 deletions
+4 -1
View File
@@ -15,6 +15,9 @@
},
"provider_options": {
"label": "GenAI Provider extra options."
},
"runtime_options": {
"label": "Options to pass during inference calls."
}
}
}
}