Skip to content

Commit b3016a5

Browse files
fix(ci): remove stale agent_state config from responses provider in auth workflow
The upstream merge removed agent_state from ResponsesPersistenceConfig but the CI workflow config still referenced it, causing Pydantic validation to reject the provider config during initialization. This prevented the responses table from being created, resulting in "no such table: responses" OperationalError for all response access control tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 8f7cae6 commit b3016a5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/integration-responses-conversations-auth-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ jobs:
144144
provider_type: inline::builtin
145145
config:
146146
persistence:
147-
agent_state:
148-
namespace: responses
149-
backend: kv_default
150147
responses:
151148
table_name: responses
152149
backend: sql_default

0 commit comments

Comments
 (0)