From 220a0b24d7fbf25884e57a5bc6162deb442ce262 Mon Sep 17 00:00:00 2001 From: michaeljguarino <3838088+michaeljguarino@users.noreply.github.com> Date: Sat, 12 Sep 2026 01:55:38 +0000 Subject: [PATCH] chore: sync deployment-operator CRDs --- .../deployments.plural.sh_agentruntimes.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/charts/deployment-operator/crds/deployments.plural.sh_agentruntimes.yaml b/charts/deployment-operator/crds/deployments.plural.sh_agentruntimes.yaml index 13b3decb2..68a9c1d32 100644 --- a/charts/deployment-operator/crds/deployments.plural.sh_agentruntimes.yaml +++ b/charts/deployment-operator/crds/deployments.plural.sh_agentruntimes.yaml @@ -1862,6 +1862,17 @@ spec: items: type: string type: array + method: + description: |- + Method configures which OpenAI API OpenCode should use. + CHAT selects @ai-sdk/openai-compatible and forces /chat/completions. + RESPONSES selects @ai-sdk/openai and forces /responses. + AUTO preserves the provider default. + enum: + - CHAT + - RESPONSES + - AUTO + type: string model: description: Model is the LLM model to use. type: string @@ -1984,6 +1995,17 @@ spec: description: Endpoint overrides the OpenAI-compatible provider base URL. type: string + method: + description: |- + Method configures which OpenAI API Pi should use. + CHAT selects openai-completions and forces /chat/completions. + RESPONSES selects openai-responses and forces /responses. + AUTO preserves the current openai-responses default. + enum: + - CHAT + - RESPONSES + - AUTO + type: string model: description: Model is the model id to use. type: string