Fix e2e test config for new agents config structure

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-26 15:29:41 +01:00
parent 619ec7b882
commit 6bcd4b5c66

View File

@@ -61,11 +61,16 @@ probod:
slack: slack:
sender-interval: 60 sender-interval: 60
openai: agents:
api-key: "thisisnotasecret" providers:
temperature: 0.1 openai:
model-name: "gpt-4o" type: "openai"
max-tokens: 4096 api-key: "thisisnotasecret"
default:
provider: "openai"
model-name: "gpt-4o"
temperature: 0.1
max-tokens: 4096
custom-domains: custom-domains:
renewal-interval: 3600 renewal-interval: 3600