mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 14:04:04 +00:00
feat(bot): add shared topic router
This commit is contained in:
@@ -69,13 +69,6 @@ variable "telegram_bot_token_secret_id" {
|
||||
default = "telegram-bot-token"
|
||||
}
|
||||
|
||||
variable "bot_parser_model" {
|
||||
description = "Optional PARSER_MODEL override for bot runtime"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_purchase_parser_model" {
|
||||
description = "Optional PURCHASE_PARSER_MODEL override for bot runtime"
|
||||
type = string
|
||||
@@ -90,6 +83,13 @@ variable "bot_assistant_model" {
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_assistant_router_model" {
|
||||
description = "Optional ASSISTANT_ROUTER_MODEL override for bot runtime"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_assistant_timeout_ms" {
|
||||
description = "Optional ASSISTANT_TIMEOUT_MS override for bot runtime"
|
||||
type = number
|
||||
|
||||
Reference in New Issue
Block a user