File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ kind: Agent
141141metadata:
142142 name: test-agent
143143spec:
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
181181metadata:
182182 name: test-agent
183183spec:
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
221221metadata:
222222 name: test-agent-1
223223spec:
224- framework: fastapi
224+ framework: openai
225225 description: "Test agent 1"
226226 model: gpt-4
227227---
@@ -230,7 +230,7 @@ kind: Agent
230230metadata:
231231 name: test-agent-2
232232spec:
233- framework: fastapi
233+ framework: openai
234234 description: "Test agent 2"
235235 model: gpt-4
236236`
@@ -284,7 +284,7 @@ kind: Agent
284284metadata:
285285 name: test-agent
286286spec:
287- framework: "fastapi
287+ framework: "openai
288288 description: "Test agent with invalid YAML"
289289 model: gpt-4
290290`
You can’t perform that action at this time.
0 commit comments