A tool that can be used by the model to fetch URL context.

interface URLContext {
    type: "url_context";
}

Properties

Properties

type: "url_context"