View Source ExOpenAI.Components.ComputerEnvironment (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema ComputerEnvironment.

Type

:windows | :mac | :linux | :ubuntu | :browser

Allowed Values

"windows", "mac", "linux", "ubuntu", "browser"

Summary

Types

@type t() :: (((:windows | :mac) | :linux) | :ubuntu) | :browser