You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvokeCommand: `kernel invoke python-bu bu-task --payload '{"task": "Compare the price of gpt-4o and DeepSeek-V3"}'`,
194
-
RegisteredAppName: "python-bu",
181
+
EntryPoint: "main.py",
182
+
EnvVars: []string{"OPENAI_API_KEY=XXX"},
183
+
InvokeCommand: `kernel invoke python-bu bu-task --payload '{"task": "Compare the price of gpt-4o and DeepSeek-V3"}'`,
195
184
},
196
185
TemplateComputerUse: {
197
-
EntryPoint: "main.py",
198
-
EnvVars: []string{"ANTHROPIC_API_KEY=XXX"},
199
-
InvokeCommand: `kernel invoke python-cu cu-task --payload '{"query": "Return the first url of a search result for NYC restaurant reviews Pete Wells"}'`,
200
-
RegisteredAppName: "python-cu",
186
+
EntryPoint: "main.py",
187
+
EnvVars: []string{"ANTHROPIC_API_KEY=XXX"},
188
+
InvokeCommand: `kernel invoke python-cu cu-task --payload '{"query": "Return the first url of a search result for NYC restaurant reviews Pete Wells"}'`,
201
189
},
202
190
TemplateCUA: {
203
-
EntryPoint: "main.py",
204
-
EnvVars: []string{"OPENAI_API_KEY=XXX"},
205
-
InvokeCommand: `kernel invoke python-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'`,
206
-
RegisteredAppName: "python-cua",
191
+
EntryPoint: "main.py",
192
+
EnvVars: []string{"OPENAI_API_KEY=XXX"},
193
+
InvokeCommand: `kernel invoke python-cua cua-task --payload '{"task": "Go to https://news.ycombinator.com and get the top 5 articles"}'`,
0 commit comments