Configuration for a custom environment.

interface Environment {
    network?:
        | "disabled"
        | GeminiNextGenAPIClient.Interactions.Environment.Allowlist;
    sources?: Source[];
    type: "remote";
}

Properties

Network configuration for the environment.

sources?: Source[]
type: "remote"