Learn how to use Latitude’s built-in tools in your prompts.
latitude/code
latitude/search
latitude/extract
tools
section in your prompt configuration:
latitude/*
to include all available tools in your prompt.
latitude/code
tool enables the execution of custom scripts in Python or JavaScript within the conversation. This tool is ideal for:
latitude/code
tool is available, the AI model can generate and request the execution of code snippets. These snippets can include dependencies that will be installed before execution. Once the code runs, the AI model receives the output as a response.
latitude/search
tool allows the AI model to query the web and retrieve real-time information. It is particularly useful for:
latitude/search
tool will return a list of results, including titles, URLs, and short descriptions of the retrieved content.
latitude/extract
tool fetches and processes structured content from a given URL. This is useful for: