Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions proto/inference.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ syntax = "proto3";

package openshell.inference.v1;

option java_multiple_files = true;
option java_package = "com.anthropic.openshell.inference.v1";

// Inference service provides cluster inference configuration and bundle delivery.
service Inference {
// Return the resolved inference route bundle for sandbox-local execution.
Expand Down
3 changes: 0 additions & 3 deletions proto/openshell.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ package openshell.v1;
import "datamodel.proto";
import "sandbox.proto";

option java_multiple_files = true;
option java_package = "com.anthropic.openshell.v1";

// OpenShell service provides sandbox, provider, and runtime management capabilities.
service OpenShell {
// Check the health of the service.
Expand Down
Loading