بنقرة واحدة
multimodal-workflows
Handle image, audio, and video inputs in the OpenBB Agent Server.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Handle image, audio, and video inputs in the OpenBB Agent Server.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | multimodal-workflows |
| description | Handle image, audio, and video inputs in the OpenBB Agent Server. |
list_images().vision_qa.understand_image(instruction, name=...) for charts,
tables, screenshots, and document photos.understand_image with pdf_extract if a
higher-quality PDF version is available.mistral-small-4,
llama-4-maverick, gemma-4), you can also reference the image
directly in the conversation; still prefer vision_qa for precise
extraction.If the user's OCR task is to extract a table from an image, chart, or
screenshot, use nemotron_ocr.extract_text_from_image(name=..., return_table=True). It returns a structured table when possible. Emit
the full table as an artifact with
emit_table_artifact(columns=..., rows=..., name=..., description=...).
Do not collapse rows or convert the table to prose.
gemma_audio.transcribe_audio(name=...) for uploaded audio or
video files.translate(...).emit_markdown_artifactemit_table_artifactIngest and query document collections with NVIDIA NeMo Retriever-style retrieval workflows.
Decide when and how to delegate work to specialist subagents and model-profile subagents.
Best practices for using the OpenBB Agent Server tool catalog, artifacts, and citations.