File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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" ), 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments