Skip to content

Commit 4be2afa

Browse files
committed
fix invalid framework
Signed-off-by: Akihiko Kuroda <[email protected]>
1 parent 0425edc commit 4be2afa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/integration/agent/agent_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ kind: Agent
141141
metadata:
142142
name: test-agent
143143
spec:
144-
framework: fastapi
144+
framework: openai
145145
description: "Test agent for unit tests"
146146
model: gpt-4
147147
tools:
@@ -181,7 +181,7 @@ kind: Agent
181181
metadata:
182182
name: test-agent
183183
spec:
184-
framework: fastapi
184+
framework: openai
185185
description: "Test agent for unit tests"
186186
model: gpt-4
187187
tools:
@@ -221,7 +221,7 @@ kind: Agent
221221
metadata:
222222
name: test-agent-1
223223
spec:
224-
framework: fastapi
224+
framework: openai
225225
description: "Test agent 1"
226226
model: gpt-4
227227
---
@@ -230,7 +230,7 @@ kind: Agent
230230
metadata:
231231
name: test-agent-2
232232
spec:
233-
framework: fastapi
233+
framework: openai
234234
description: "Test agent 2"
235235
model: gpt-4
236236
`
@@ -284,7 +284,7 @@ kind: Agent
284284
metadata:
285285
name: test-agent
286286
spec:
287-
framework: "fastapi
287+
framework: "openai
288288
description: "Test agent with invalid YAML"
289289
model: gpt-4
290290
`

0 commit comments

Comments
 (0)