Linkup
Search the web with Linkup
Linkup is a powerful web search tool that integrates seamlessly with Sim Studio, allowing your AI agents to access up-to-date information from the web with proper source attribution.
Linkup enhances your AI agents by providing them with the ability to search the web for current information. When integrated into your agent's toolkit:
- Real-time Information Access: Agents can retrieve the latest information from the web, keeping responses current and relevant.
- Source Attribution: All information comes with proper citations, ensuring transparency and credibility.
- Simple Implementation: Add Linkup to your agents toolset with minimal configuration.
- Contextual Awareness: Agents can use web information while maintaining their personality and conversational style.
To implement Linkup in your agent, simply add the tool to your agent's configuration. Your agent will then be able to search the web whenever they need to answer questions requiring current information.
Usage Instructions
Linkup Search allows you to search and retrieve up-to-date information from the web with source attribution.
Tools
linkup_search
Search the web for information using Linkup
Input
Parameter | Type | Required | Description |
---|---|---|---|
q | string | Yes | The search query |
apiKey | string | Yes | Enter your Linkup API key |
depth | string | Yes | Search depth (has to either be |
outputType | string | Yes | Type of output to return (has to either be |
Output
Parameter | Type |
---|---|
answer | string |
sources | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
q | string | Yes | Search Query - Enter your search query |
Outputs
Output | Type | Description |
---|---|---|
response | object | Output from response |
↳ answer | string | answer of the response |
↳ sources | json | sources of the response |
Notes
- Category:
tools
- Type:
linkup