Skip to content

Commit 9708afc

Browse files
committed
fix: description and tags
1 parent 1c52b06 commit 9708afc

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

notebook/agentchat_grok_usecase_image_inputs.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,17 @@
316316
],
317317
"metadata": {
318318
"front_matter": {
319-
"description": "Using MathChat to Solve Math Problems",
319+
"description": "Grok Use Case: Image Inputs",
320320
"tags": [
321-
"grok"
321+
"grok",
322+
"image",
323+
"inputs",
324+
"architecture",
325+
"analysis",
326+
"improvement",
327+
"multi-agent",
328+
"conversation",
329+
"flowchart"
322330
]
323331
},
324332
"kernelspec": {

test/test_notebook.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,6 @@ def test_agentchat_grok_sbom_analysis(save=False):
143143
run_notebook("agentchat_grok_sbom_analysis.ipynb", save=save)
144144

145145

146-
@pytest.mark.skipif(
147-
not sys.version.startswith("3.13"),
148-
reason="do not run if py!=3.13",
149-
)
150-
@run_for_optional_imports(["openai"], "openai")
151-
def test_agentchat_grok_sbom_analysis(save=False):
152-
run_notebook("agentchat_grok_sbom_analysis.ipynb", save=save)
153-
154-
155146
@run_for_optional_imports("openai", "openai")
156147
@pytest.mark.skipif(
157148
not sys.version.startswith("3.13"),

0 commit comments

Comments
 (0)