Linkup is an AI dev tool that helps you connect your code with your LLM. It’s a platform that allows you to connect your code with your LLM and get observability.
linkup_params
in your request’s keywordsai_params
:
linkup_search_response
in your templates. You can access it using Jinja2 syntax:
linkup_params
, the variables will be populated and rendered in your prompt.
linkup_params
is received, the system:
linkup_search_response
linkup_params
object supports the following parameters:
Parameter | Type | Description | Default |
---|---|---|---|
q | string | The search query | Required |
depth | string | The depth of the search ("standard" or "deep" ) | "deep" |
outputType | string | The type of output ("searchResults" , "sourcedAnswer" or "structured" ) | "sourcedAnswer" |
structuredOutputSchema | string | Schema for structured output | null |
includeImages | boolean | Whether to include images in the response | false |
linkup_search_response
variable will contain:
warnings_dict
in the response with the key LINKUP_SEARCH_ERROR
.