knowrohit07 commited on
Commit
bad35a9
·
verified ·
1 Parent(s): ee84b60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ The architecture maintains a 128K token context window for multimodal content.
33
 
34
  Solomon supports native multimodal function calling. Images and documents serve as direct tool inputs—you can pass a screenshot to a function that analyzes UI elements, or feed a diagram to a function that extracts structured data. No text conversion required, no information loss from trying to describe visual content in words.
35
 
36
- We extended the Model Context Protocol (MCP) to handle URL-based multimodal content. This allows Solomon to fetch and process images from web sources, local file paths, or retrieval systems as part of its agentic workflows. The model can reason about visual content, decide what additional information it needs, and retrieve that information through the appropriate tools.
37
 
38
  ## Training Methodology
39
 
 
33
 
34
  Solomon supports native multimodal function calling. Images and documents serve as direct tool inputs—you can pass a screenshot to a function that analyzes UI elements, or feed a diagram to a function that extracts structured data. No text conversion required, no information loss from trying to describe visual content in words.
35
 
36
+ We extended the MCP to handle URL-based multimodal content. This allows Solomon to fetch and process images from web sources, local file paths, or retrieval systems as part of its agentic workflows. The model can reason about visual content, decide what additional information it needs, and retrieve that information through the appropriate tools.
37
 
38
  ## Training Methodology
39