Update from code changes: computer network controls - #159
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Round out the docs for the new
network_policy/--no-internetcomputer controls shipped in Python0.0.13and TypeScript0.1.5.Changes
cloud/features/network-control.mdx: added a plain-English "why disable internet" opening, called out the minimum Python (0.0.13) and TypeScript (0.1.5) SDK versions, and spelled out the fail-closedRuntimeErroryou get when a reused OpenAI Agents computer's saved policy does not match the requested one.cloud/openai-agents.mdx: made the same fail-closed behavior explicit on thenetwork_policyclient option and noted the SDK version requirement.cloud/computers.mdx: added the missingnetworkPolicyparam field in the TypeScript view, called out thepersistent_home/persistentHomeincompatibility inline, and noted the required SDK versions on both the Python and TypeScript param fields.cloud/cli.mdx: noted that--no-internetrequirescelesto0.0.13or later.Context
Follows CelestoAI/sdk#45 (expose computer network controls) and CelestoAI/sdk#46 (release Python
0.0.13and TypeScript0.1.5).