printModelsDevAllowance prints that the models.dev catalog host is always allowlisted in the sandbox proxy, since every run resolves model metadata against it.
(w io.Writer)
| 506 | // always allowlisted in the sandbox proxy, since every run resolves |
| 507 | // model metadata against it. |
| 508 | func printModelsDevAllowance(w io.Writer) { |
| 509 | fmt.Fprintf(w, "Models catalog: allowlisting %s in the sandbox proxy\n", modelsdev.APIHost) |
| 510 | } |
| 511 | |
| 512 | // printToolInstallAllowance prints a multi-line description of the |
| 513 | // package-host allowlist opened for this sandbox: a one-liner |
no outgoing calls