-
-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Description
Summary
Add support for leveraging the internal tools available in models like Gemini, specifically:
- Google Search Grounding
- URL Context
- Code Execution
These tools are natively supported by Gemini models and can significantly enhance the capabilities when using Praison AI by allowing the model to:
- Retrieve and ground responses in real-time web search results without needing to create a web search tool (Google Search Grounding)
- Ingest and reason over the content of specific URLs provided at runtime (URL Context)
- Execute code snippets for dynamic computation and validation (Code Execution)
Example Use Cases
- Summarizing or extracting data from a provided URL.
- Comparing information across multiple web pages.
- Answering questions based on the latest web search results.
- Running code snippets to validate logic or perform calculations.
References
Metadata
Metadata
Assignees
Labels
No labels