cursorProto

package
v1.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AppliedAgentChange_ChangeType_name = map[int32]string{
		0: "CHANGE_TYPE_UNSPECIFIED",
		1: "CHANGE_TYPE_CREATED",
		2: "CHANGE_TYPE_MODIFIED",
		3: "CHANGE_TYPE_DELETED",
	}
	AppliedAgentChange_ChangeType_value = map[string]int32{
		"CHANGE_TYPE_UNSPECIFIED": 0,
		"CHANGE_TYPE_CREATED":     1,
		"CHANGE_TYPE_MODIFIED":    2,
		"CHANGE_TYPE_DELETED":     3,
	}
)

Enum value maps for AppliedAgentChange_ChangeType.

View Source
var (
	MouseButton_name = map[int32]string{
		0: "MOUSE_BUTTON_UNSPECIFIED",
		1: "MOUSE_BUTTON_LEFT",
		2: "MOUSE_BUTTON_RIGHT",
		3: "MOUSE_BUTTON_MIDDLE",
		4: "MOUSE_BUTTON_BACK",
		5: "MOUSE_BUTTON_FORWARD",
	}
	MouseButton_value = map[string]int32{
		"MOUSE_BUTTON_UNSPECIFIED": 0,
		"MOUSE_BUTTON_LEFT":        1,
		"MOUSE_BUTTON_RIGHT":       2,
		"MOUSE_BUTTON_MIDDLE":      3,
		"MOUSE_BUTTON_BACK":        4,
		"MOUSE_BUTTON_FORWARD":     5,
	}
)

Enum value maps for MouseButton.

View Source
var (
	ScrollDirection_name = map[int32]string{
		0: "SCROLL_DIRECTION_UNSPECIFIED",
		1: "SCROLL_DIRECTION_UP",
		2: "SCROLL_DIRECTION_DOWN",
		3: "SCROLL_DIRECTION_LEFT",
		4: "SCROLL_DIRECTION_RIGHT",
	}
	ScrollDirection_value = map[string]int32{
		"SCROLL_DIRECTION_UNSPECIFIED": 0,
		"SCROLL_DIRECTION_UP":          1,
		"SCROLL_DIRECTION_DOWN":        2,
		"SCROLL_DIRECTION_LEFT":        3,
		"SCROLL_DIRECTION_RIGHT":       4,
	}
)

Enum value maps for ScrollDirection.

View Source
var (
	CursorRuleSource_name = map[int32]string{
		0: "CURSOR_RULE_SOURCE_UNSPECIFIED",
		1: "CURSOR_RULE_SOURCE_TEAM",
		2: "CURSOR_RULE_SOURCE_USER",
	}
	CursorRuleSource_value = map[string]int32{
		"CURSOR_RULE_SOURCE_UNSPECIFIED": 0,
		"CURSOR_RULE_SOURCE_TEAM":        1,
		"CURSOR_RULE_SOURCE_USER":        2,
	}
)

Enum value maps for CursorRuleSource.

View Source
var (
	DiagnosticSeverity_name = map[int32]string{
		0: "DIAGNOSTIC_SEVERITY_UNSPECIFIED",
		1: "DIAGNOSTIC_SEVERITY_ERROR",
		2: "DIAGNOSTIC_SEVERITY_WARNING",
		3: "DIAGNOSTIC_SEVERITY_INFORMATION",
		4: "DIAGNOSTIC_SEVERITY_HINT",
	}
	DiagnosticSeverity_value = map[string]int32{
		"DIAGNOSTIC_SEVERITY_UNSPECIFIED": 0,
		"DIAGNOSTIC_SEVERITY_ERROR":       1,
		"DIAGNOSTIC_SEVERITY_WARNING":     2,
		"DIAGNOSTIC_SEVERITY_INFORMATION": 3,
		"DIAGNOSTIC_SEVERITY_HINT":        4,
	}
)

Enum value maps for DiagnosticSeverity.

View Source
var (
	RecordingMode_name = map[int32]string{
		0: "RECORDING_MODE_UNSPECIFIED",
		1: "RECORDING_MODE_START_RECORDING",
		2: "RECORDING_MODE_SAVE_RECORDING",
		3: "RECORDING_MODE_DISCARD_RECORDING",
	}
	RecordingMode_value = map[string]int32{
		"RECORDING_MODE_UNSPECIFIED":       0,
		"RECORDING_MODE_START_RECORDING":   1,
		"RECORDING_MODE_SAVE_RECORDING":    2,
		"RECORDING_MODE_DISCARD_RECORDING": 3,
	}
)

Enum value maps for RecordingMode.

View Source
var (
	RequestedFilePathRejectedReason_name = map[int32]string{
		0: "REQUESTED_FILE_PATH_REJECTED_REASON_UNSPECIFIED",
		1: "REQUESTED_FILE_PATH_REJECTED_REASON_SLASHES_NOT_ALLOWED",
	}
	RequestedFilePathRejectedReason_value = map[string]int32{
		"REQUESTED_FILE_PATH_REJECTED_REASON_UNSPECIFIED":         0,
		"REQUESTED_FILE_PATH_REJECTED_REASON_SLASHES_NOT_ALLOWED": 1,
	}
)

Enum value maps for RequestedFilePathRejectedReason.

View Source
var (
	PackageType_name = map[int32]string{
		0: "PACKAGE_TYPE_UNSPECIFIED",
		1: "PACKAGE_TYPE_CURSOR_PROJECT",
		2: "PACKAGE_TYPE_CURSOR_PERSONAL",
		3: "PACKAGE_TYPE_CLAUDE_SKILL",
		4: "PACKAGE_TYPE_CLAUDE_PLUGIN",
	}
	PackageType_value = map[string]int32{
		"PACKAGE_TYPE_UNSPECIFIED":     0,
		"PACKAGE_TYPE_CURSOR_PROJECT":  1,
		"PACKAGE_TYPE_CURSOR_PERSONAL": 2,
		"PACKAGE_TYPE_CLAUDE_SKILL":    3,
		"PACKAGE_TYPE_CLAUDE_PLUGIN":   4,
	}
)

Enum value maps for PackageType.

View Source
var (
	SandboxPolicy_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "TYPE_INSECURE_NONE",
		2: "TYPE_WORKSPACE_READWRITE",
		3: "TYPE_WORKSPACE_READONLY",
	}
	SandboxPolicy_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED":         0,
		"TYPE_INSECURE_NONE":       1,
		"TYPE_WORKSPACE_READWRITE": 2,
		"TYPE_WORKSPACE_READONLY":  3,
	}
)

Enum value maps for SandboxPolicy_Type.

View Source
var (
	TimeoutBehavior_name = map[int32]string{
		0: "TIMEOUT_BEHAVIOR_UNSPECIFIED",
		1: "TIMEOUT_BEHAVIOR_CANCEL",
		2: "TIMEOUT_BEHAVIOR_BACKGROUND",
	}
	TimeoutBehavior_value = map[string]int32{
		"TIMEOUT_BEHAVIOR_UNSPECIFIED": 0,
		"TIMEOUT_BEHAVIOR_CANCEL":      1,
		"TIMEOUT_BEHAVIOR_BACKGROUND":  2,
	}
)

Enum value maps for TimeoutBehavior.

View Source
var (
	ShellAbortReason_name = map[int32]string{
		0: "SHELL_ABORT_REASON_UNSPECIFIED",
		1: "SHELL_ABORT_REASON_USER_ABORT",
		2: "SHELL_ABORT_REASON_TIMEOUT",
	}
	ShellAbortReason_value = map[string]int32{
		"SHELL_ABORT_REASON_UNSPECIFIED": 0,
		"SHELL_ABORT_REASON_USER_ABORT":  1,
		"SHELL_ABORT_REASON_TIMEOUT":     2,
	}
)

Enum value maps for ShellAbortReason.

View Source
var (
	CustomSubagentPermissionMode_name = map[int32]string{
		0: "CUSTOM_SUBAGENT_PERMISSION_MODE_UNSPECIFIED",
		1: "CUSTOM_SUBAGENT_PERMISSION_MODE_DEFAULT",
		2: "CUSTOM_SUBAGENT_PERMISSION_MODE_READONLY",
	}
	CustomSubagentPermissionMode_value = map[string]int32{
		"CUSTOM_SUBAGENT_PERMISSION_MODE_UNSPECIFIED": 0,
		"CUSTOM_SUBAGENT_PERMISSION_MODE_DEFAULT":     1,
		"CUSTOM_SUBAGENT_PERMISSION_MODE_READONLY":    2,
	}
)

Enum value maps for CustomSubagentPermissionMode.

View Source
var (
	TodoStatus_name = map[int32]string{
		0: "TODO_STATUS_UNSPECIFIED",
		1: "TODO_STATUS_PENDING",
		2: "TODO_STATUS_IN_PROGRESS",
		3: "TODO_STATUS_COMPLETED",
		4: "TODO_STATUS_CANCELLED",
	}
	TodoStatus_value = map[string]int32{
		"TODO_STATUS_UNSPECIFIED": 0,
		"TODO_STATUS_PENDING":     1,
		"TODO_STATUS_IN_PROGRESS": 2,
		"TODO_STATUS_COMPLETED":   3,
		"TODO_STATUS_CANCELLED":   4,
	}
)

Enum value maps for TodoStatus.

View Source
var (
	ClientOS_name = map[int32]string{
		0: "CLIENT_OS_UNSPECIFIED",
		1: "CLIENT_OS_WINDOWS",
		2: "CLIENT_OS_MACOS",
		3: "CLIENT_OS_LINUX",
	}
	ClientOS_value = map[string]int32{
		"CLIENT_OS_UNSPECIFIED": 0,
		"CLIENT_OS_WINDOWS":     1,
		"CLIENT_OS_MACOS":       2,
		"CLIENT_OS_LINUX":       3,
	}
)

Enum value maps for ClientOS.

View Source
var (
	ArtifactUploadDispatchStatus_name = map[int32]string{
		0: "ARTIFACT_UPLOAD_DISPATCH_STATUS_UNSPECIFIED",
		1: "ARTIFACT_UPLOAD_DISPATCH_STATUS_ACCEPTED",
		2: "ARTIFACT_UPLOAD_DISPATCH_STATUS_REJECTED",
		3: "ARTIFACT_UPLOAD_DISPATCH_STATUS_SKIPPED_ALREADY_IN_PROGRESS",
	}
	ArtifactUploadDispatchStatus_value = map[string]int32{
		"ARTIFACT_UPLOAD_DISPATCH_STATUS_UNSPECIFIED":                 0,
		"ARTIFACT_UPLOAD_DISPATCH_STATUS_ACCEPTED":                    1,
		"ARTIFACT_UPLOAD_DISPATCH_STATUS_REJECTED":                    2,
		"ARTIFACT_UPLOAD_DISPATCH_STATUS_SKIPPED_ALREADY_IN_PROGRESS": 3,
	}
)

Enum value maps for ArtifactUploadDispatchStatus.

View Source
var (
	Frame_Kind_name = map[int32]string{
		0: "KIND_UNSPECIFIED",
		1: "KIND_REQUEST",
		2: "KIND_RESPONSE",
		3: "KIND_ERROR",
	}
	Frame_Kind_value = map[string]int32{
		"KIND_UNSPECIFIED": 0,
		"KIND_REQUEST":     1,
		"KIND_RESPONSE":    2,
		"KIND_ERROR":       3,
	}
)

Enum value maps for Frame_Kind.

View Source
var (
	BugbotDeeplinkEventKind_name = map[int32]string{
		0: "BUGBOT_DEEPLINK_EVENT_KIND_UNSPECIFIED",
		1: "BUGBOT_DEEPLINK_EVENT_KIND_CLICKED",
		2: "BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_DIALOG_SHOWN",
		3: "BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_CHAT_CREATED",
		4: "BUGBOT_DEEPLINK_EVENT_KIND_ERROR",
		5: "BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_FIX_IN_WEB",
	}
	BugbotDeeplinkEventKind_value = map[string]int32{
		"BUGBOT_DEEPLINK_EVENT_KIND_UNSPECIFIED":          0,
		"BUGBOT_DEEPLINK_EVENT_KIND_CLICKED":              1,
		"BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_DIALOG_SHOWN": 2,
		"BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_CHAT_CREATED": 3,
		"BUGBOT_DEEPLINK_EVENT_KIND_ERROR":                4,
		"BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_FIX_IN_WEB":   5,
	}
)

Enum value maps for BugbotDeeplinkEventKind.

View Source
var File_agent_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AbortArgs

type AbortArgs struct {
	// contains filtered or unexported fields
}

func (*AbortArgs) Descriptor deprecated

func (*AbortArgs) Descriptor() ([]byte, []int)

Deprecated: Use AbortArgs.ProtoReflect.Descriptor instead.

func (*AbortArgs) ProtoMessage

func (*AbortArgs) ProtoMessage()

func (*AbortArgs) ProtoReflect

func (x *AbortArgs) ProtoReflect() protoreflect.Message

func (*AbortArgs) Reset

func (x *AbortArgs) Reset()

func (*AbortArgs) String

func (x *AbortArgs) String() string

type AbortResult

type AbortResult struct {
	// contains filtered or unexported fields
}

func (*AbortResult) Descriptor deprecated

func (*AbortResult) Descriptor() ([]byte, []int)

Deprecated: Use AbortResult.ProtoReflect.Descriptor instead.

func (*AbortResult) ProtoMessage

func (*AbortResult) ProtoMessage()

func (*AbortResult) ProtoReflect

func (x *AbortResult) ProtoReflect() protoreflect.Message

func (*AbortResult) Reset

func (x *AbortResult) Reset()

func (*AbortResult) String

func (x *AbortResult) String() string

type AgentClientMessage

type AgentClientMessage struct {

	// Types that are valid to be assigned to Message:
	//
	//	*AgentClientMessage_RunRequest
	//	*AgentClientMessage_ExecClientMessage
	//	*AgentClientMessage_ExecClientControlMessage
	//	*AgentClientMessage_KvClientMessage
	//	*AgentClientMessage_ConversationAction
	//	*AgentClientMessage_InteractionResponse
	//	*AgentClientMessage_ClientHeartbeat
	//	*AgentClientMessage_PrewarmRequest
	Message isAgentClientMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*AgentClientMessage) Descriptor deprecated

func (*AgentClientMessage) Descriptor() ([]byte, []int)

Deprecated: Use AgentClientMessage.ProtoReflect.Descriptor instead.

func (*AgentClientMessage) GetClientHeartbeat

func (x *AgentClientMessage) GetClientHeartbeat() *ClientHeartbeat

func (*AgentClientMessage) GetConversationAction

func (x *AgentClientMessage) GetConversationAction() *ConversationAction

func (*AgentClientMessage) GetExecClientControlMessage

func (x *AgentClientMessage) GetExecClientControlMessage() *ExecClientControlMessage

func (*AgentClientMessage) GetExecClientMessage

func (x *AgentClientMessage) GetExecClientMessage() *ExecClientMessage

func (*AgentClientMessage) GetInteractionResponse

func (x *AgentClientMessage) GetInteractionResponse() *InteractionResponse

func (*AgentClientMessage) GetKvClientMessage

func (x *AgentClientMessage) GetKvClientMessage() *KvClientMessage

func (*AgentClientMessage) GetMessage

func (x *AgentClientMessage) GetMessage() isAgentClientMessage_Message

func (*AgentClientMessage) GetPrewarmRequest

func (x *AgentClientMessage) GetPrewarmRequest() *PrewarmRequest

func (*AgentClientMessage) GetRunRequest

func (x *AgentClientMessage) GetRunRequest() *AgentRunRequest

func (*AgentClientMessage) ProtoMessage

func (*AgentClientMessage) ProtoMessage()

func (*AgentClientMessage) ProtoReflect

func (x *AgentClientMessage) ProtoReflect() protoreflect.Message

func (*AgentClientMessage) Reset

func (x *AgentClientMessage) Reset()

func (*AgentClientMessage) String

func (x *AgentClientMessage) String() string

type AgentClientMessage_ClientHeartbeat

type AgentClientMessage_ClientHeartbeat struct {
	ClientHeartbeat *ClientHeartbeat `protobuf:"bytes,7,opt,name=client_heartbeat,json=clientHeartbeat,proto3,oneof"`
}

type AgentClientMessage_ConversationAction

type AgentClientMessage_ConversationAction struct {
	ConversationAction *ConversationAction `protobuf:"bytes,4,opt,name=conversation_action,json=conversationAction,proto3,oneof"`
}

type AgentClientMessage_ExecClientControlMessage

type AgentClientMessage_ExecClientControlMessage struct {
	ExecClientControlMessage *ExecClientControlMessage `protobuf:"bytes,5,opt,name=exec_client_control_message,json=execClientControlMessage,proto3,oneof"`
}

type AgentClientMessage_ExecClientMessage

type AgentClientMessage_ExecClientMessage struct {
	ExecClientMessage *ExecClientMessage `protobuf:"bytes,2,opt,name=exec_client_message,json=execClientMessage,proto3,oneof"`
}

type AgentClientMessage_InteractionResponse

type AgentClientMessage_InteractionResponse struct {
	InteractionResponse *InteractionResponse `protobuf:"bytes,6,opt,name=interaction_response,json=interactionResponse,proto3,oneof"`
}

type AgentClientMessage_KvClientMessage

type AgentClientMessage_KvClientMessage struct {
	KvClientMessage *KvClientMessage `protobuf:"bytes,3,opt,name=kv_client_message,json=kvClientMessage,proto3,oneof"`
}

type AgentClientMessage_PrewarmRequest

type AgentClientMessage_PrewarmRequest struct {
	PrewarmRequest *PrewarmRequest `protobuf:"bytes,8,opt,name=prewarm_request,json=prewarmRequest,proto3,oneof"`
}

type AgentClientMessage_RunRequest

type AgentClientMessage_RunRequest struct {
	RunRequest *AgentRunRequest `protobuf:"bytes,1,opt,name=run_request,json=runRequest,proto3,oneof"`
}

type AgentConversationTurn

type AgentConversationTurn struct {
	UserMessage *UserMessage        `protobuf:"bytes,1,opt,name=user_message,json=userMessage,proto3" json:"user_message,omitempty"`
	Steps       []*ConversationStep `protobuf:"bytes,2,rep,name=steps,proto3" json:"steps,omitempty"`
	RequestId   *string             `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentConversationTurn) Descriptor deprecated

func (*AgentConversationTurn) Descriptor() ([]byte, []int)

Deprecated: Use AgentConversationTurn.ProtoReflect.Descriptor instead.

func (*AgentConversationTurn) GetRequestId

func (x *AgentConversationTurn) GetRequestId() string

func (*AgentConversationTurn) GetSteps

func (x *AgentConversationTurn) GetSteps() []*ConversationStep

func (*AgentConversationTurn) GetUserMessage

func (x *AgentConversationTurn) GetUserMessage() *UserMessage

func (*AgentConversationTurn) ProtoMessage

func (*AgentConversationTurn) ProtoMessage()

func (*AgentConversationTurn) ProtoReflect

func (x *AgentConversationTurn) ProtoReflect() protoreflect.Message

func (*AgentConversationTurn) Reset

func (x *AgentConversationTurn) Reset()

func (*AgentConversationTurn) String

func (x *AgentConversationTurn) String() string

type AgentConversationTurnStructure

type AgentConversationTurnStructure struct {
	UserMessage []byte   `protobuf:"bytes,1,opt,name=user_message,json=userMessage,proto3" json:"user_message,omitempty"`
	Steps       [][]byte `protobuf:"bytes,2,rep,name=steps,proto3" json:"steps,omitempty"`
	RequestId   *string  `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentConversationTurnStructure) Descriptor deprecated

func (*AgentConversationTurnStructure) Descriptor() ([]byte, []int)

Deprecated: Use AgentConversationTurnStructure.ProtoReflect.Descriptor instead.

func (*AgentConversationTurnStructure) GetRequestId

func (x *AgentConversationTurnStructure) GetRequestId() string

func (*AgentConversationTurnStructure) GetSteps

func (x *AgentConversationTurnStructure) GetSteps() [][]byte

func (*AgentConversationTurnStructure) GetUserMessage

func (x *AgentConversationTurnStructure) GetUserMessage() []byte

func (*AgentConversationTurnStructure) ProtoMessage

func (*AgentConversationTurnStructure) ProtoMessage()

func (*AgentConversationTurnStructure) ProtoReflect

func (*AgentConversationTurnStructure) Reset

func (x *AgentConversationTurnStructure) Reset()

func (*AgentConversationTurnStructure) String

type AgentRunRequest

type AgentRunRequest struct {
	ConversationState    *ConversationStateStructure `protobuf:"bytes,1,opt,name=conversation_state,json=conversationState,proto3" json:"conversation_state,omitempty"`
	Action               *ConversationAction         `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	ModelDetails         *ModelDetails               `protobuf:"bytes,3,opt,name=model_details,json=modelDetails,proto3" json:"model_details,omitempty"`
	RequestedModel       *RequestedModel             `protobuf:"bytes,9,opt,name=requested_model,json=requestedModel,proto3,oneof" json:"requested_model,omitempty"`
	McpTools             *McpTools                   `protobuf:"bytes,4,opt,name=mcp_tools,json=mcpTools,proto3" json:"mcp_tools,omitempty"`
	ConversationId       *string                     `protobuf:"bytes,5,opt,name=conversation_id,json=conversationId,proto3,oneof" json:"conversation_id,omitempty"`
	McpFileSystemOptions *McpFileSystemOptions       `` /* 131-byte string literal not displayed */
	SkillOptions         *SkillOptions               `protobuf:"bytes,7,opt,name=skill_options,json=skillOptions,proto3,oneof" json:"skill_options,omitempty"`
	CustomSystemPrompt   *string                     `protobuf:"bytes,8,opt,name=custom_system_prompt,json=customSystemPrompt,proto3,oneof" json:"custom_system_prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentRunRequest) Descriptor deprecated

func (*AgentRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use AgentRunRequest.ProtoReflect.Descriptor instead.

func (*AgentRunRequest) GetAction

func (x *AgentRunRequest) GetAction() *ConversationAction

func (*AgentRunRequest) GetConversationId

func (x *AgentRunRequest) GetConversationId() string

func (*AgentRunRequest) GetConversationState

func (x *AgentRunRequest) GetConversationState() *ConversationStateStructure

func (*AgentRunRequest) GetCustomSystemPrompt

func (x *AgentRunRequest) GetCustomSystemPrompt() string

func (*AgentRunRequest) GetMcpFileSystemOptions

func (x *AgentRunRequest) GetMcpFileSystemOptions() *McpFileSystemOptions

func (*AgentRunRequest) GetMcpTools

func (x *AgentRunRequest) GetMcpTools() *McpTools

func (*AgentRunRequest) GetModelDetails

func (x *AgentRunRequest) GetModelDetails() *ModelDetails

func (*AgentRunRequest) GetRequestedModel

func (x *AgentRunRequest) GetRequestedModel() *RequestedModel

func (*AgentRunRequest) GetSkillOptions

func (x *AgentRunRequest) GetSkillOptions() *SkillOptions

func (*AgentRunRequest) ProtoMessage

func (*AgentRunRequest) ProtoMessage()

func (*AgentRunRequest) ProtoReflect

func (x *AgentRunRequest) ProtoReflect() protoreflect.Message

func (*AgentRunRequest) Reset

func (x *AgentRunRequest) Reset()

func (*AgentRunRequest) String

func (x *AgentRunRequest) String() string

type AgentServerMessage

type AgentServerMessage struct {

	// Types that are valid to be assigned to Message:
	//
	//	*AgentServerMessage_InteractionUpdate
	//	*AgentServerMessage_ExecServerMessage
	//	*AgentServerMessage_ExecServerControlMessage
	//	*AgentServerMessage_ConversationCheckpointUpdate
	//	*AgentServerMessage_KvServerMessage
	//	*AgentServerMessage_InteractionQuery
	Message isAgentServerMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*AgentServerMessage) Descriptor deprecated

func (*AgentServerMessage) Descriptor() ([]byte, []int)

Deprecated: Use AgentServerMessage.ProtoReflect.Descriptor instead.

func (*AgentServerMessage) GetConversationCheckpointUpdate

func (x *AgentServerMessage) GetConversationCheckpointUpdate() *ConversationStateStructure

func (*AgentServerMessage) GetExecServerControlMessage

func (x *AgentServerMessage) GetExecServerControlMessage() *ExecServerControlMessage

func (*AgentServerMessage) GetExecServerMessage

func (x *AgentServerMessage) GetExecServerMessage() *ExecServerMessage

func (*AgentServerMessage) GetInteractionQuery

func (x *AgentServerMessage) GetInteractionQuery() *InteractionQuery

func (*AgentServerMessage) GetInteractionUpdate

func (x *AgentServerMessage) GetInteractionUpdate() *InteractionUpdate

func (*AgentServerMessage) GetKvServerMessage

func (x *AgentServerMessage) GetKvServerMessage() *KvServerMessage

func (*AgentServerMessage) GetMessage

func (x *AgentServerMessage) GetMessage() isAgentServerMessage_Message

func (*AgentServerMessage) ProtoMessage

func (*AgentServerMessage) ProtoMessage()

func (*AgentServerMessage) ProtoReflect

func (x *AgentServerMessage) ProtoReflect() protoreflect.Message

func (*AgentServerMessage) Reset

func (x *AgentServerMessage) Reset()

func (*AgentServerMessage) String

func (x *AgentServerMessage) String() string

type AgentServerMessage_ConversationCheckpointUpdate

type AgentServerMessage_ConversationCheckpointUpdate struct {
	ConversationCheckpointUpdate *ConversationStateStructure `protobuf:"bytes,3,opt,name=conversation_checkpoint_update,json=conversationCheckpointUpdate,proto3,oneof"`
}

type AgentServerMessage_ExecServerControlMessage

type AgentServerMessage_ExecServerControlMessage struct {
	ExecServerControlMessage *ExecServerControlMessage `protobuf:"bytes,5,opt,name=exec_server_control_message,json=execServerControlMessage,proto3,oneof"`
}

type AgentServerMessage_ExecServerMessage

type AgentServerMessage_ExecServerMessage struct {
	ExecServerMessage *ExecServerMessage `protobuf:"bytes,2,opt,name=exec_server_message,json=execServerMessage,proto3,oneof"`
}

type AgentServerMessage_InteractionQuery

type AgentServerMessage_InteractionQuery struct {
	InteractionQuery *InteractionQuery `protobuf:"bytes,7,opt,name=interaction_query,json=interactionQuery,proto3,oneof"`
}

type AgentServerMessage_InteractionUpdate

type AgentServerMessage_InteractionUpdate struct {
	InteractionUpdate *InteractionUpdate `protobuf:"bytes,1,opt,name=interaction_update,json=interactionUpdate,proto3,oneof"`
}

type AgentServerMessage_KvServerMessage

type AgentServerMessage_KvServerMessage struct {
	KvServerMessage *KvServerMessage `protobuf:"bytes,4,opt,name=kv_server_message,json=kvServerMessage,proto3,oneof"`
}

type ApiKeyCredentials

type ApiKeyCredentials struct {
	ApiKey  string  `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	BaseUrl *string `protobuf:"bytes,2,opt,name=base_url,json=baseUrl,proto3,oneof" json:"base_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ApiKeyCredentials) Descriptor deprecated

func (*ApiKeyCredentials) Descriptor() ([]byte, []int)

Deprecated: Use ApiKeyCredentials.ProtoReflect.Descriptor instead.

func (*ApiKeyCredentials) GetApiKey

func (x *ApiKeyCredentials) GetApiKey() string

func (*ApiKeyCredentials) GetBaseUrl

func (x *ApiKeyCredentials) GetBaseUrl() string

func (*ApiKeyCredentials) ProtoMessage

func (*ApiKeyCredentials) ProtoMessage()

func (*ApiKeyCredentials) ProtoReflect

func (x *ApiKeyCredentials) ProtoReflect() protoreflect.Message

func (*ApiKeyCredentials) Reset

func (x *ApiKeyCredentials) Reset()

func (*ApiKeyCredentials) String

func (x *ApiKeyCredentials) String() string

type AppliedAgentChange

type AppliedAgentChange struct {
	Path            string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ChangeType      int32   `protobuf:"varint,2,opt,name=change_type,json=changeType,proto3" json:"change_type,omitempty"`
	BeforeContent   *string `protobuf:"bytes,3,opt,name=before_content,json=beforeContent,proto3,oneof" json:"before_content,omitempty"`
	AfterContent    *string `protobuf:"bytes,4,opt,name=after_content,json=afterContent,proto3,oneof" json:"after_content,omitempty"`
	Error           *string `protobuf:"bytes,5,opt,name=error,proto3,oneof" json:"error,omitempty"`
	MessageForModel *string `protobuf:"bytes,6,opt,name=message_for_model,json=messageForModel,proto3,oneof" json:"message_for_model,omitempty"`
	// contains filtered or unexported fields
}

func (*AppliedAgentChange) Descriptor deprecated

func (*AppliedAgentChange) Descriptor() ([]byte, []int)

Deprecated: Use AppliedAgentChange.ProtoReflect.Descriptor instead.

func (*AppliedAgentChange) GetAfterContent

func (x *AppliedAgentChange) GetAfterContent() string

func (*AppliedAgentChange) GetBeforeContent

func (x *AppliedAgentChange) GetBeforeContent() string

func (*AppliedAgentChange) GetChangeType

func (x *AppliedAgentChange) GetChangeType() int32

func (*AppliedAgentChange) GetError

func (x *AppliedAgentChange) GetError() string

func (*AppliedAgentChange) GetMessageForModel

func (x *AppliedAgentChange) GetMessageForModel() string

func (*AppliedAgentChange) GetPath

func (x *AppliedAgentChange) GetPath() string

func (*AppliedAgentChange) ProtoMessage

func (*AppliedAgentChange) ProtoMessage()

func (*AppliedAgentChange) ProtoReflect

func (x *AppliedAgentChange) ProtoReflect() protoreflect.Message

func (*AppliedAgentChange) Reset

func (x *AppliedAgentChange) Reset()

func (*AppliedAgentChange) String

func (x *AppliedAgentChange) String() string

type AppliedAgentChange_ChangeType

type AppliedAgentChange_ChangeType int32
const (
	AppliedAgentChange_ChangeType_CHANGE_TYPE_UNSPECIFIED AppliedAgentChange_ChangeType = 0
	AppliedAgentChange_ChangeType_CHANGE_TYPE_CREATED     AppliedAgentChange_ChangeType = 1
	AppliedAgentChange_ChangeType_CHANGE_TYPE_MODIFIED    AppliedAgentChange_ChangeType = 2
	AppliedAgentChange_ChangeType_CHANGE_TYPE_DELETED     AppliedAgentChange_ChangeType = 3
)

func (AppliedAgentChange_ChangeType) Descriptor

func (AppliedAgentChange_ChangeType) Enum

func (AppliedAgentChange_ChangeType) EnumDescriptor deprecated

func (AppliedAgentChange_ChangeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppliedAgentChange_ChangeType.Descriptor instead.

func (AppliedAgentChange_ChangeType) Number

func (AppliedAgentChange_ChangeType) String

func (AppliedAgentChange_ChangeType) Type

type ApplyAgentDiffArgs

type ApplyAgentDiffArgs struct {
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyAgentDiffArgs) Descriptor deprecated

func (*ApplyAgentDiffArgs) Descriptor() ([]byte, []int)

Deprecated: Use ApplyAgentDiffArgs.ProtoReflect.Descriptor instead.

func (*ApplyAgentDiffArgs) GetAgentId

func (x *ApplyAgentDiffArgs) GetAgentId() string

func (*ApplyAgentDiffArgs) ProtoMessage

func (*ApplyAgentDiffArgs) ProtoMessage()

func (*ApplyAgentDiffArgs) ProtoReflect

func (x *ApplyAgentDiffArgs) ProtoReflect() protoreflect.Message

func (*ApplyAgentDiffArgs) Reset

func (x *ApplyAgentDiffArgs) Reset()

func (*ApplyAgentDiffArgs) String

func (x *ApplyAgentDiffArgs) String() string

type ApplyAgentDiffError

type ApplyAgentDiffError struct {
	Error          string                `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	AppliedChanges []*AppliedAgentChange `protobuf:"bytes,2,rep,name=applied_changes,json=appliedChanges,proto3" json:"applied_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyAgentDiffError) Descriptor deprecated

func (*ApplyAgentDiffError) Descriptor() ([]byte, []int)

Deprecated: Use ApplyAgentDiffError.ProtoReflect.Descriptor instead.

func (*ApplyAgentDiffError) GetAppliedChanges

func (x *ApplyAgentDiffError) GetAppliedChanges() []*AppliedAgentChange

func (*ApplyAgentDiffError) GetError

func (x *ApplyAgentDiffError) GetError() string

func (*ApplyAgentDiffError) ProtoMessage

func (*ApplyAgentDiffError) ProtoMessage()

func (*ApplyAgentDiffError) ProtoReflect

func (x *ApplyAgentDiffError) ProtoReflect() protoreflect.Message

func (*ApplyAgentDiffError) Reset

func (x *ApplyAgentDiffError) Reset()

func (*ApplyAgentDiffError) String

func (x *ApplyAgentDiffError) String() string

type ApplyAgentDiffResult

type ApplyAgentDiffResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ApplyAgentDiffResult_Success
	//	*ApplyAgentDiffResult_Error
	Result isApplyAgentDiffResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ApplyAgentDiffResult) Descriptor deprecated

func (*ApplyAgentDiffResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplyAgentDiffResult.ProtoReflect.Descriptor instead.

func (*ApplyAgentDiffResult) GetError

func (*ApplyAgentDiffResult) GetResult

func (x *ApplyAgentDiffResult) GetResult() isApplyAgentDiffResult_Result

func (*ApplyAgentDiffResult) GetSuccess

func (*ApplyAgentDiffResult) ProtoMessage

func (*ApplyAgentDiffResult) ProtoMessage()

func (*ApplyAgentDiffResult) ProtoReflect

func (x *ApplyAgentDiffResult) ProtoReflect() protoreflect.Message

func (*ApplyAgentDiffResult) Reset

func (x *ApplyAgentDiffResult) Reset()

func (*ApplyAgentDiffResult) String

func (x *ApplyAgentDiffResult) String() string

type ApplyAgentDiffResult_Error

type ApplyAgentDiffResult_Error struct {
	Error *ApplyAgentDiffError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ApplyAgentDiffResult_Success

type ApplyAgentDiffResult_Success struct {
	Success *ApplyAgentDiffSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ApplyAgentDiffSuccess

type ApplyAgentDiffSuccess struct {
	AppliedChanges []*AppliedAgentChange `protobuf:"bytes,1,rep,name=applied_changes,json=appliedChanges,proto3" json:"applied_changes,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyAgentDiffSuccess) Descriptor deprecated

func (*ApplyAgentDiffSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ApplyAgentDiffSuccess.ProtoReflect.Descriptor instead.

func (*ApplyAgentDiffSuccess) GetAppliedChanges

func (x *ApplyAgentDiffSuccess) GetAppliedChanges() []*AppliedAgentChange

func (*ApplyAgentDiffSuccess) ProtoMessage

func (*ApplyAgentDiffSuccess) ProtoMessage()

func (*ApplyAgentDiffSuccess) ProtoReflect

func (x *ApplyAgentDiffSuccess) ProtoReflect() protoreflect.Message

func (*ApplyAgentDiffSuccess) Reset

func (x *ApplyAgentDiffSuccess) Reset()

func (*ApplyAgentDiffSuccess) String

func (x *ApplyAgentDiffSuccess) String() string

type ApplyAgentDiffToolCall

type ApplyAgentDiffToolCall struct {
	Args   *ApplyAgentDiffArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ApplyAgentDiffResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyAgentDiffToolCall) Descriptor deprecated

func (*ApplyAgentDiffToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ApplyAgentDiffToolCall.ProtoReflect.Descriptor instead.

func (*ApplyAgentDiffToolCall) GetArgs

func (*ApplyAgentDiffToolCall) GetResult

func (*ApplyAgentDiffToolCall) ProtoMessage

func (*ApplyAgentDiffToolCall) ProtoMessage()

func (*ApplyAgentDiffToolCall) ProtoReflect

func (x *ApplyAgentDiffToolCall) ProtoReflect() protoreflect.Message

func (*ApplyAgentDiffToolCall) Reset

func (x *ApplyAgentDiffToolCall) Reset()

func (*ApplyAgentDiffToolCall) String

func (x *ApplyAgentDiffToolCall) String() string

type ArtifactUploadDispatchResult

type ArtifactUploadDispatchResult struct {
	AbsolutePath string  `protobuf:"bytes,1,opt,name=absolute_path,json=absolutePath,proto3" json:"absolute_path,omitempty"`
	Status       int32   `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Message      string  `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	SlackFileId  *string `protobuf:"bytes,4,opt,name=slack_file_id,json=slackFileId,proto3,oneof" json:"slack_file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactUploadDispatchResult) Descriptor deprecated

func (*ArtifactUploadDispatchResult) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactUploadDispatchResult.ProtoReflect.Descriptor instead.

func (*ArtifactUploadDispatchResult) GetAbsolutePath

func (x *ArtifactUploadDispatchResult) GetAbsolutePath() string

func (*ArtifactUploadDispatchResult) GetMessage

func (x *ArtifactUploadDispatchResult) GetMessage() string

func (*ArtifactUploadDispatchResult) GetSlackFileId

func (x *ArtifactUploadDispatchResult) GetSlackFileId() string

func (*ArtifactUploadDispatchResult) GetStatus

func (x *ArtifactUploadDispatchResult) GetStatus() int32

func (*ArtifactUploadDispatchResult) ProtoMessage

func (*ArtifactUploadDispatchResult) ProtoMessage()

func (*ArtifactUploadDispatchResult) ProtoReflect

func (*ArtifactUploadDispatchResult) Reset

func (x *ArtifactUploadDispatchResult) Reset()

func (*ArtifactUploadDispatchResult) String

type ArtifactUploadDispatchStatus

type ArtifactUploadDispatchStatus int32
const (
	ArtifactUploadDispatchStatus_ARTIFACT_UPLOAD_DISPATCH_STATUS_UNSPECIFIED                 ArtifactUploadDispatchStatus = 0
	ArtifactUploadDispatchStatus_ARTIFACT_UPLOAD_DISPATCH_STATUS_ACCEPTED                    ArtifactUploadDispatchStatus = 1
	ArtifactUploadDispatchStatus_ARTIFACT_UPLOAD_DISPATCH_STATUS_REJECTED                    ArtifactUploadDispatchStatus = 2
	ArtifactUploadDispatchStatus_ARTIFACT_UPLOAD_DISPATCH_STATUS_SKIPPED_ALREADY_IN_PROGRESS ArtifactUploadDispatchStatus = 3
)

func (ArtifactUploadDispatchStatus) Descriptor

func (ArtifactUploadDispatchStatus) Enum

func (ArtifactUploadDispatchStatus) EnumDescriptor deprecated

func (ArtifactUploadDispatchStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ArtifactUploadDispatchStatus.Descriptor instead.

func (ArtifactUploadDispatchStatus) Number

func (ArtifactUploadDispatchStatus) String

func (ArtifactUploadDispatchStatus) Type

type ArtifactUploadInstruction

type ArtifactUploadInstruction struct {
	AbsolutePath   string            `protobuf:"bytes,1,opt,name=absolute_path,json=absolutePath,proto3" json:"absolute_path,omitempty"`
	UploadUrl      string            `protobuf:"bytes,2,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`
	Method         string            `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"`
	Headers        map[string]string `` /* 141-byte string literal not displayed */
	ContentType    *string           `protobuf:"bytes,5,opt,name=content_type,json=contentType,proto3,oneof" json:"content_type,omitempty"`
	SlackUploadUrl *string           `protobuf:"bytes,6,opt,name=slack_upload_url,json=slackUploadUrl,proto3,oneof" json:"slack_upload_url,omitempty"`
	SlackFileId    *string           `protobuf:"bytes,7,opt,name=slack_file_id,json=slackFileId,proto3,oneof" json:"slack_file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactUploadInstruction) Descriptor deprecated

func (*ArtifactUploadInstruction) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactUploadInstruction.ProtoReflect.Descriptor instead.

func (*ArtifactUploadInstruction) GetAbsolutePath

func (x *ArtifactUploadInstruction) GetAbsolutePath() string

func (*ArtifactUploadInstruction) GetContentType

func (x *ArtifactUploadInstruction) GetContentType() string

func (*ArtifactUploadInstruction) GetHeaders

func (x *ArtifactUploadInstruction) GetHeaders() map[string]string

func (*ArtifactUploadInstruction) GetMethod

func (x *ArtifactUploadInstruction) GetMethod() string

func (*ArtifactUploadInstruction) GetSlackFileId

func (x *ArtifactUploadInstruction) GetSlackFileId() string

func (*ArtifactUploadInstruction) GetSlackUploadUrl

func (x *ArtifactUploadInstruction) GetSlackUploadUrl() string

func (*ArtifactUploadInstruction) GetUploadUrl

func (x *ArtifactUploadInstruction) GetUploadUrl() string

func (*ArtifactUploadInstruction) ProtoMessage

func (*ArtifactUploadInstruction) ProtoMessage()

func (*ArtifactUploadInstruction) ProtoReflect

func (*ArtifactUploadInstruction) Reset

func (x *ArtifactUploadInstruction) Reset()

func (*ArtifactUploadInstruction) String

func (x *ArtifactUploadInstruction) String() string

type ArtifactUploadMetadata

type ArtifactUploadMetadata struct {
	AbsolutePath         string `protobuf:"bytes,1,opt,name=absolute_path,json=absolutePath,proto3" json:"absolute_path,omitempty"`
	SizeBytes            uint64 `protobuf:"varint,2,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
	UpdatedAtUnixMs      int64  `protobuf:"varint,3,opt,name=updated_at_unix_ms,json=updatedAtUnixMs,proto3" json:"updated_at_unix_ms,omitempty"`
	Status               int32  `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	BytesUploaded        uint64 `protobuf:"varint,5,opt,name=bytes_uploaded,json=bytesUploaded,proto3" json:"bytes_uploaded,omitempty"`
	LastError            string `protobuf:"bytes,6,opt,name=last_error,json=lastError,proto3" json:"last_error,omitempty"`
	UploadAttempts       uint32 `protobuf:"varint,7,opt,name=upload_attempts,json=uploadAttempts,proto3" json:"upload_attempts,omitempty"`
	LastStartedAtUnixMs  int64  `protobuf:"varint,8,opt,name=last_started_at_unix_ms,json=lastStartedAtUnixMs,proto3" json:"last_started_at_unix_ms,omitempty"`
	LastFinishedAtUnixMs int64  `` /* 128-byte string literal not displayed */
	UploadId             string `protobuf:"bytes,10,opt,name=upload_id,json=uploadId,proto3" json:"upload_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactUploadMetadata) Descriptor deprecated

func (*ArtifactUploadMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ArtifactUploadMetadata.ProtoReflect.Descriptor instead.

func (*ArtifactUploadMetadata) GetAbsolutePath

func (x *ArtifactUploadMetadata) GetAbsolutePath() string

func (*ArtifactUploadMetadata) GetBytesUploaded

func (x *ArtifactUploadMetadata) GetBytesUploaded() uint64

func (*ArtifactUploadMetadata) GetLastError

func (x *ArtifactUploadMetadata) GetLastError() string

func (*ArtifactUploadMetadata) GetLastFinishedAtUnixMs

func (x *ArtifactUploadMetadata) GetLastFinishedAtUnixMs() int64

func (*ArtifactUploadMetadata) GetLastStartedAtUnixMs

func (x *ArtifactUploadMetadata) GetLastStartedAtUnixMs() int64

func (*ArtifactUploadMetadata) GetSizeBytes

func (x *ArtifactUploadMetadata) GetSizeBytes() uint64

func (*ArtifactUploadMetadata) GetStatus

func (x *ArtifactUploadMetadata) GetStatus() int32

func (*ArtifactUploadMetadata) GetUpdatedAtUnixMs

func (x *ArtifactUploadMetadata) GetUpdatedAtUnixMs() int64

func (*ArtifactUploadMetadata) GetUploadAttempts

func (x *ArtifactUploadMetadata) GetUploadAttempts() uint32

func (*ArtifactUploadMetadata) GetUploadId

func (x *ArtifactUploadMetadata) GetUploadId() string

func (*ArtifactUploadMetadata) ProtoMessage

func (*ArtifactUploadMetadata) ProtoMessage()

func (*ArtifactUploadMetadata) ProtoReflect

func (x *ArtifactUploadMetadata) ProtoReflect() protoreflect.Message

func (*ArtifactUploadMetadata) Reset

func (x *ArtifactUploadMetadata) Reset()

func (*ArtifactUploadMetadata) String

func (x *ArtifactUploadMetadata) String() string

type AskQuestionArgs

type AskQuestionArgs struct {
	Title                   string                      `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Questions               []*AskQuestionArgs_Question `protobuf:"bytes,2,rep,name=questions,proto3" json:"questions,omitempty"`
	RunAsync                bool                        `protobuf:"varint,5,opt,name=run_async,json=runAsync,proto3" json:"run_async,omitempty"`
	AsyncOriginalToolCallId string                      `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AskQuestionArgs) Descriptor deprecated

func (*AskQuestionArgs) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionArgs.ProtoReflect.Descriptor instead.

func (*AskQuestionArgs) GetAsyncOriginalToolCallId

func (x *AskQuestionArgs) GetAsyncOriginalToolCallId() string

func (*AskQuestionArgs) GetQuestions

func (x *AskQuestionArgs) GetQuestions() []*AskQuestionArgs_Question

func (*AskQuestionArgs) GetRunAsync

func (x *AskQuestionArgs) GetRunAsync() bool

func (*AskQuestionArgs) GetTitle

func (x *AskQuestionArgs) GetTitle() string

func (*AskQuestionArgs) ProtoMessage

func (*AskQuestionArgs) ProtoMessage()

func (*AskQuestionArgs) ProtoReflect

func (x *AskQuestionArgs) ProtoReflect() protoreflect.Message

func (*AskQuestionArgs) Reset

func (x *AskQuestionArgs) Reset()

func (*AskQuestionArgs) String

func (x *AskQuestionArgs) String() string

type AskQuestionArgs_Option

type AskQuestionArgs_Option struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionArgs_Option) Descriptor deprecated

func (*AskQuestionArgs_Option) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionArgs_Option.ProtoReflect.Descriptor instead.

func (*AskQuestionArgs_Option) GetId

func (x *AskQuestionArgs_Option) GetId() string

func (*AskQuestionArgs_Option) GetLabel

func (x *AskQuestionArgs_Option) GetLabel() string

func (*AskQuestionArgs_Option) ProtoMessage

func (*AskQuestionArgs_Option) ProtoMessage()

func (*AskQuestionArgs_Option) ProtoReflect

func (x *AskQuestionArgs_Option) ProtoReflect() protoreflect.Message

func (*AskQuestionArgs_Option) Reset

func (x *AskQuestionArgs_Option) Reset()

func (*AskQuestionArgs_Option) String

func (x *AskQuestionArgs_Option) String() string

type AskQuestionArgs_Question

type AskQuestionArgs_Question struct {
	Id            string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Prompt        string                    `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Options       []*AskQuestionArgs_Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	AllowMultiple bool                      `protobuf:"varint,4,opt,name=allow_multiple,json=allowMultiple,proto3" json:"allow_multiple,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionArgs_Question) Descriptor deprecated

func (*AskQuestionArgs_Question) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionArgs_Question.ProtoReflect.Descriptor instead.

func (*AskQuestionArgs_Question) GetAllowMultiple

func (x *AskQuestionArgs_Question) GetAllowMultiple() bool

func (*AskQuestionArgs_Question) GetId

func (x *AskQuestionArgs_Question) GetId() string

func (*AskQuestionArgs_Question) GetOptions

func (*AskQuestionArgs_Question) GetPrompt

func (x *AskQuestionArgs_Question) GetPrompt() string

func (*AskQuestionArgs_Question) ProtoMessage

func (*AskQuestionArgs_Question) ProtoMessage()

func (*AskQuestionArgs_Question) ProtoReflect

func (x *AskQuestionArgs_Question) ProtoReflect() protoreflect.Message

func (*AskQuestionArgs_Question) Reset

func (x *AskQuestionArgs_Question) Reset()

func (*AskQuestionArgs_Question) String

func (x *AskQuestionArgs_Question) String() string

type AskQuestionAsync

type AskQuestionAsync struct {
	// contains filtered or unexported fields
}

func (*AskQuestionAsync) Descriptor deprecated

func (*AskQuestionAsync) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionAsync.ProtoReflect.Descriptor instead.

func (*AskQuestionAsync) ProtoMessage

func (*AskQuestionAsync) ProtoMessage()

func (*AskQuestionAsync) ProtoReflect

func (x *AskQuestionAsync) ProtoReflect() protoreflect.Message

func (*AskQuestionAsync) Reset

func (x *AskQuestionAsync) Reset()

func (*AskQuestionAsync) String

func (x *AskQuestionAsync) String() string

type AskQuestionError

type AskQuestionError struct {
	ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionError) Descriptor deprecated

func (*AskQuestionError) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionError.ProtoReflect.Descriptor instead.

func (*AskQuestionError) GetErrorMessage

func (x *AskQuestionError) GetErrorMessage() string

func (*AskQuestionError) ProtoMessage

func (*AskQuestionError) ProtoMessage()

func (*AskQuestionError) ProtoReflect

func (x *AskQuestionError) ProtoReflect() protoreflect.Message

func (*AskQuestionError) Reset

func (x *AskQuestionError) Reset()

func (*AskQuestionError) String

func (x *AskQuestionError) String() string

type AskQuestionInteractionQuery

type AskQuestionInteractionQuery struct {
	Args       *AskQuestionArgs `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	ToolCallId string           `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionInteractionQuery) Descriptor deprecated

func (*AskQuestionInteractionQuery) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionInteractionQuery.ProtoReflect.Descriptor instead.

func (*AskQuestionInteractionQuery) GetArgs

func (*AskQuestionInteractionQuery) GetToolCallId

func (x *AskQuestionInteractionQuery) GetToolCallId() string

func (*AskQuestionInteractionQuery) ProtoMessage

func (*AskQuestionInteractionQuery) ProtoMessage()

func (*AskQuestionInteractionQuery) ProtoReflect

func (*AskQuestionInteractionQuery) Reset

func (x *AskQuestionInteractionQuery) Reset()

func (*AskQuestionInteractionQuery) String

func (x *AskQuestionInteractionQuery) String() string

type AskQuestionInteractionResponse

type AskQuestionInteractionResponse struct {
	Result *AskQuestionResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionInteractionResponse) Descriptor deprecated

func (*AskQuestionInteractionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionInteractionResponse.ProtoReflect.Descriptor instead.

func (*AskQuestionInteractionResponse) GetResult

func (*AskQuestionInteractionResponse) ProtoMessage

func (*AskQuestionInteractionResponse) ProtoMessage()

func (*AskQuestionInteractionResponse) ProtoReflect

func (*AskQuestionInteractionResponse) Reset

func (x *AskQuestionInteractionResponse) Reset()

func (*AskQuestionInteractionResponse) String

type AskQuestionRejected

type AskQuestionRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionRejected) Descriptor deprecated

func (*AskQuestionRejected) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionRejected.ProtoReflect.Descriptor instead.

func (*AskQuestionRejected) GetReason

func (x *AskQuestionRejected) GetReason() string

func (*AskQuestionRejected) ProtoMessage

func (*AskQuestionRejected) ProtoMessage()

func (*AskQuestionRejected) ProtoReflect

func (x *AskQuestionRejected) ProtoReflect() protoreflect.Message

func (*AskQuestionRejected) Reset

func (x *AskQuestionRejected) Reset()

func (*AskQuestionRejected) String

func (x *AskQuestionRejected) String() string

type AskQuestionResult

type AskQuestionResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*AskQuestionResult_Success
	//	*AskQuestionResult_Error
	//	*AskQuestionResult_Rejected
	//	*AskQuestionResult_Async
	Result isAskQuestionResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*AskQuestionResult) Descriptor deprecated

func (*AskQuestionResult) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionResult.ProtoReflect.Descriptor instead.

func (*AskQuestionResult) GetAsync

func (x *AskQuestionResult) GetAsync() *AskQuestionAsync

func (*AskQuestionResult) GetError

func (x *AskQuestionResult) GetError() *AskQuestionError

func (*AskQuestionResult) GetRejected

func (x *AskQuestionResult) GetRejected() *AskQuestionRejected

func (*AskQuestionResult) GetResult

func (x *AskQuestionResult) GetResult() isAskQuestionResult_Result

func (*AskQuestionResult) GetSuccess

func (x *AskQuestionResult) GetSuccess() *AskQuestionSuccess

func (*AskQuestionResult) ProtoMessage

func (*AskQuestionResult) ProtoMessage()

func (*AskQuestionResult) ProtoReflect

func (x *AskQuestionResult) ProtoReflect() protoreflect.Message

func (*AskQuestionResult) Reset

func (x *AskQuestionResult) Reset()

func (*AskQuestionResult) String

func (x *AskQuestionResult) String() string

type AskQuestionResult_Async

type AskQuestionResult_Async struct {
	Async *AskQuestionAsync `protobuf:"bytes,4,opt,name=async,proto3,oneof"`
}

type AskQuestionResult_Error

type AskQuestionResult_Error struct {
	Error *AskQuestionError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type AskQuestionResult_Rejected

type AskQuestionResult_Rejected struct {
	Rejected *AskQuestionRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type AskQuestionResult_Success

type AskQuestionResult_Success struct {
	Success *AskQuestionSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type AskQuestionSuccess

type AskQuestionSuccess struct {
	Answers []*AskQuestionSuccess_Answer `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionSuccess) Descriptor deprecated

func (*AskQuestionSuccess) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionSuccess.ProtoReflect.Descriptor instead.

func (*AskQuestionSuccess) GetAnswers

func (x *AskQuestionSuccess) GetAnswers() []*AskQuestionSuccess_Answer

func (*AskQuestionSuccess) ProtoMessage

func (*AskQuestionSuccess) ProtoMessage()

func (*AskQuestionSuccess) ProtoReflect

func (x *AskQuestionSuccess) ProtoReflect() protoreflect.Message

func (*AskQuestionSuccess) Reset

func (x *AskQuestionSuccess) Reset()

func (*AskQuestionSuccess) String

func (x *AskQuestionSuccess) String() string

type AskQuestionSuccess_Answer

type AskQuestionSuccess_Answer struct {
	QuestionId        string   `protobuf:"bytes,1,opt,name=question_id,json=questionId,proto3" json:"question_id,omitempty"`
	SelectedOptionIds []string `protobuf:"bytes,2,rep,name=selected_option_ids,json=selectedOptionIds,proto3" json:"selected_option_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionSuccess_Answer) Descriptor deprecated

func (*AskQuestionSuccess_Answer) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionSuccess_Answer.ProtoReflect.Descriptor instead.

func (*AskQuestionSuccess_Answer) GetQuestionId

func (x *AskQuestionSuccess_Answer) GetQuestionId() string

func (*AskQuestionSuccess_Answer) GetSelectedOptionIds

func (x *AskQuestionSuccess_Answer) GetSelectedOptionIds() []string

func (*AskQuestionSuccess_Answer) ProtoMessage

func (*AskQuestionSuccess_Answer) ProtoMessage()

func (*AskQuestionSuccess_Answer) ProtoReflect

func (*AskQuestionSuccess_Answer) Reset

func (x *AskQuestionSuccess_Answer) Reset()

func (*AskQuestionSuccess_Answer) String

func (x *AskQuestionSuccess_Answer) String() string

type AskQuestionToolCall

type AskQuestionToolCall struct {
	Args   *AskQuestionArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *AskQuestionResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AskQuestionToolCall) Descriptor deprecated

func (*AskQuestionToolCall) Descriptor() ([]byte, []int)

Deprecated: Use AskQuestionToolCall.ProtoReflect.Descriptor instead.

func (*AskQuestionToolCall) GetArgs

func (x *AskQuestionToolCall) GetArgs() *AskQuestionArgs

func (*AskQuestionToolCall) GetResult

func (x *AskQuestionToolCall) GetResult() *AskQuestionResult

func (*AskQuestionToolCall) ProtoMessage

func (*AskQuestionToolCall) ProtoMessage()

func (*AskQuestionToolCall) ProtoReflect

func (x *AskQuestionToolCall) ProtoReflect() protoreflect.Message

func (*AskQuestionToolCall) Reset

func (x *AskQuestionToolCall) Reset()

func (*AskQuestionToolCall) String

func (x *AskQuestionToolCall) String() string

type AssistantMessage

type AssistantMessage struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*AssistantMessage) Descriptor deprecated

func (*AssistantMessage) Descriptor() ([]byte, []int)

Deprecated: Use AssistantMessage.ProtoReflect.Descriptor instead.

func (*AssistantMessage) GetText

func (x *AssistantMessage) GetText() string

func (*AssistantMessage) ProtoMessage

func (*AssistantMessage) ProtoMessage()

func (*AssistantMessage) ProtoReflect

func (x *AssistantMessage) ProtoReflect() protoreflect.Message

func (*AssistantMessage) Reset

func (x *AssistantMessage) Reset()

func (*AssistantMessage) String

func (x *AssistantMessage) String() string

type AsyncAskQuestionCompletionAction

type AsyncAskQuestionCompletionAction struct {
	OriginalToolCallId string             `protobuf:"bytes,1,opt,name=original_tool_call_id,json=originalToolCallId,proto3" json:"original_tool_call_id,omitempty"`
	OriginalArgs       *AskQuestionArgs   `protobuf:"bytes,2,opt,name=original_args,json=originalArgs,proto3" json:"original_args,omitempty"`
	Result             *AskQuestionResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AsyncAskQuestionCompletionAction) Descriptor deprecated

func (*AsyncAskQuestionCompletionAction) Descriptor() ([]byte, []int)

Deprecated: Use AsyncAskQuestionCompletionAction.ProtoReflect.Descriptor instead.

func (*AsyncAskQuestionCompletionAction) GetOriginalArgs

func (x *AsyncAskQuestionCompletionAction) GetOriginalArgs() *AskQuestionArgs

func (*AsyncAskQuestionCompletionAction) GetOriginalToolCallId

func (x *AsyncAskQuestionCompletionAction) GetOriginalToolCallId() string

func (*AsyncAskQuestionCompletionAction) GetResult

func (*AsyncAskQuestionCompletionAction) ProtoMessage

func (*AsyncAskQuestionCompletionAction) ProtoMessage()

func (*AsyncAskQuestionCompletionAction) ProtoReflect

func (*AsyncAskQuestionCompletionAction) Reset

func (*AsyncAskQuestionCompletionAction) String

type AzureCredentials

type AzureCredentials struct {
	ApiKey     string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	BaseUrl    string `protobuf:"bytes,2,opt,name=base_url,json=baseUrl,proto3" json:"base_url,omitempty"`
	Deployment string `protobuf:"bytes,3,opt,name=deployment,proto3" json:"deployment,omitempty"`
	// contains filtered or unexported fields
}

func (*AzureCredentials) Descriptor deprecated

func (*AzureCredentials) Descriptor() ([]byte, []int)

Deprecated: Use AzureCredentials.ProtoReflect.Descriptor instead.

func (*AzureCredentials) GetApiKey

func (x *AzureCredentials) GetApiKey() string

func (*AzureCredentials) GetBaseUrl

func (x *AzureCredentials) GetBaseUrl() string

func (*AzureCredentials) GetDeployment

func (x *AzureCredentials) GetDeployment() string

func (*AzureCredentials) ProtoMessage

func (*AzureCredentials) ProtoMessage()

func (*AzureCredentials) ProtoReflect

func (x *AzureCredentials) ProtoReflect() protoreflect.Message

func (*AzureCredentials) Reset

func (x *AzureCredentials) Reset()

func (*AzureCredentials) String

func (x *AzureCredentials) String() string

type BackgroundShellSpawnArgs

type BackgroundShellSpawnArgs struct {
	Command                   string                     `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory          string                     `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	ToolCallId                string                     `protobuf:"bytes,3,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	ParsingResult             *ShellCommandParsingResult `protobuf:"bytes,4,opt,name=parsing_result,json=parsingResult,proto3" json:"parsing_result,omitempty"`
	SandboxPolicy             *SandboxPolicy             `protobuf:"bytes,5,opt,name=sandbox_policy,json=sandboxPolicy,proto3,oneof" json:"sandbox_policy,omitempty"`
	EnableWriteShellStdinTool bool                       `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BackgroundShellSpawnArgs) Descriptor deprecated

func (*BackgroundShellSpawnArgs) Descriptor() ([]byte, []int)

Deprecated: Use BackgroundShellSpawnArgs.ProtoReflect.Descriptor instead.

func (*BackgroundShellSpawnArgs) GetCommand

func (x *BackgroundShellSpawnArgs) GetCommand() string

func (*BackgroundShellSpawnArgs) GetEnableWriteShellStdinTool

func (x *BackgroundShellSpawnArgs) GetEnableWriteShellStdinTool() bool

func (*BackgroundShellSpawnArgs) GetParsingResult

func (x *BackgroundShellSpawnArgs) GetParsingResult() *ShellCommandParsingResult

func (*BackgroundShellSpawnArgs) GetSandboxPolicy

func (x *BackgroundShellSpawnArgs) GetSandboxPolicy() *SandboxPolicy

func (*BackgroundShellSpawnArgs) GetToolCallId

func (x *BackgroundShellSpawnArgs) GetToolCallId() string

func (*BackgroundShellSpawnArgs) GetWorkingDirectory

func (x *BackgroundShellSpawnArgs) GetWorkingDirectory() string

func (*BackgroundShellSpawnArgs) ProtoMessage

func (*BackgroundShellSpawnArgs) ProtoMessage()

func (*BackgroundShellSpawnArgs) ProtoReflect

func (x *BackgroundShellSpawnArgs) ProtoReflect() protoreflect.Message

func (*BackgroundShellSpawnArgs) Reset

func (x *BackgroundShellSpawnArgs) Reset()

func (*BackgroundShellSpawnArgs) String

func (x *BackgroundShellSpawnArgs) String() string

type BackgroundShellSpawnError

type BackgroundShellSpawnError struct {
	Command          string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Error            string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*BackgroundShellSpawnError) Descriptor deprecated

func (*BackgroundShellSpawnError) Descriptor() ([]byte, []int)

Deprecated: Use BackgroundShellSpawnError.ProtoReflect.Descriptor instead.

func (*BackgroundShellSpawnError) GetCommand

func (x *BackgroundShellSpawnError) GetCommand() string

func (*BackgroundShellSpawnError) GetError

func (x *BackgroundShellSpawnError) GetError() string

func (*BackgroundShellSpawnError) GetWorkingDirectory

func (x *BackgroundShellSpawnError) GetWorkingDirectory() string

func (*BackgroundShellSpawnError) ProtoMessage

func (*BackgroundShellSpawnError) ProtoMessage()

func (*BackgroundShellSpawnError) ProtoReflect

func (*BackgroundShellSpawnError) Reset

func (x *BackgroundShellSpawnError) Reset()

func (*BackgroundShellSpawnError) String

func (x *BackgroundShellSpawnError) String() string

type BackgroundShellSpawnResult

type BackgroundShellSpawnResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*BackgroundShellSpawnResult_Success
	//	*BackgroundShellSpawnResult_Error
	//	*BackgroundShellSpawnResult_Rejected
	//	*BackgroundShellSpawnResult_PermissionDenied
	Result isBackgroundShellSpawnResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*BackgroundShellSpawnResult) Descriptor deprecated

func (*BackgroundShellSpawnResult) Descriptor() ([]byte, []int)

Deprecated: Use BackgroundShellSpawnResult.ProtoReflect.Descriptor instead.

func (*BackgroundShellSpawnResult) GetError

func (*BackgroundShellSpawnResult) GetPermissionDenied

func (x *BackgroundShellSpawnResult) GetPermissionDenied() *ShellPermissionDenied

func (*BackgroundShellSpawnResult) GetRejected

func (x *BackgroundShellSpawnResult) GetRejected() *ShellRejected

func (*BackgroundShellSpawnResult) GetResult

func (x *BackgroundShellSpawnResult) GetResult() isBackgroundShellSpawnResult_Result

func (*BackgroundShellSpawnResult) GetSuccess

func (*BackgroundShellSpawnResult) ProtoMessage

func (*BackgroundShellSpawnResult) ProtoMessage()

func (*BackgroundShellSpawnResult) ProtoReflect

func (*BackgroundShellSpawnResult) Reset

func (x *BackgroundShellSpawnResult) Reset()

func (*BackgroundShellSpawnResult) String

func (x *BackgroundShellSpawnResult) String() string

type BackgroundShellSpawnResult_Error

type BackgroundShellSpawnResult_Error struct {
	Error *BackgroundShellSpawnError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type BackgroundShellSpawnResult_PermissionDenied

type BackgroundShellSpawnResult_PermissionDenied struct {
	PermissionDenied *ShellPermissionDenied `protobuf:"bytes,4,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type BackgroundShellSpawnResult_Rejected

type BackgroundShellSpawnResult_Rejected struct {
	Rejected *ShellRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type BackgroundShellSpawnResult_Success

type BackgroundShellSpawnResult_Success struct {
	Success *BackgroundShellSpawnSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type BackgroundShellSpawnSuccess

type BackgroundShellSpawnSuccess struct {
	ShellId          uint32  `protobuf:"varint,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	Command          string  `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string  `protobuf:"bytes,3,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Pid              *uint32 `protobuf:"varint,4,opt,name=pid,proto3,oneof" json:"pid,omitempty"`
	// contains filtered or unexported fields
}

func (*BackgroundShellSpawnSuccess) Descriptor deprecated

func (*BackgroundShellSpawnSuccess) Descriptor() ([]byte, []int)

Deprecated: Use BackgroundShellSpawnSuccess.ProtoReflect.Descriptor instead.

func (*BackgroundShellSpawnSuccess) GetCommand

func (x *BackgroundShellSpawnSuccess) GetCommand() string

func (*BackgroundShellSpawnSuccess) GetPid

func (x *BackgroundShellSpawnSuccess) GetPid() uint32

func (*BackgroundShellSpawnSuccess) GetShellId

func (x *BackgroundShellSpawnSuccess) GetShellId() uint32

func (*BackgroundShellSpawnSuccess) GetWorkingDirectory

func (x *BackgroundShellSpawnSuccess) GetWorkingDirectory() string

func (*BackgroundShellSpawnSuccess) ProtoMessage

func (*BackgroundShellSpawnSuccess) ProtoMessage()

func (*BackgroundShellSpawnSuccess) ProtoReflect

func (*BackgroundShellSpawnSuccess) Reset

func (x *BackgroundShellSpawnSuccess) Reset()

func (*BackgroundShellSpawnSuccess) String

func (x *BackgroundShellSpawnSuccess) String() string

type BedrockCredentials

type BedrockCredentials struct {
	AccessKey    string  `protobuf:"bytes,1,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"`
	SecretKey    string  `protobuf:"bytes,2,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	Region       string  `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	SessionToken *string `protobuf:"bytes,4,opt,name=session_token,json=sessionToken,proto3,oneof" json:"session_token,omitempty"`
	// contains filtered or unexported fields
}

func (*BedrockCredentials) Descriptor deprecated

func (*BedrockCredentials) Descriptor() ([]byte, []int)

Deprecated: Use BedrockCredentials.ProtoReflect.Descriptor instead.

func (*BedrockCredentials) GetAccessKey

func (x *BedrockCredentials) GetAccessKey() string

func (*BedrockCredentials) GetRegion

func (x *BedrockCredentials) GetRegion() string

func (*BedrockCredentials) GetSecretKey

func (x *BedrockCredentials) GetSecretKey() string

func (*BedrockCredentials) GetSessionToken

func (x *BedrockCredentials) GetSessionToken() string

func (*BedrockCredentials) ProtoMessage

func (*BedrockCredentials) ProtoMessage()

func (*BedrockCredentials) ProtoReflect

func (x *BedrockCredentials) ProtoReflect() protoreflect.Message

func (*BedrockCredentials) Reset

func (x *BedrockCredentials) Reset()

func (*BedrockCredentials) String

func (x *BedrockCredentials) String() string

type BidiRequestId

type BidiRequestId struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BidiRequestId) Descriptor deprecated

func (*BidiRequestId) Descriptor() ([]byte, []int)

Deprecated: Use BidiRequestId.ProtoReflect.Descriptor instead.

func (*BidiRequestId) GetRequestId

func (x *BidiRequestId) GetRequestId() string

func (*BidiRequestId) ProtoMessage

func (*BidiRequestId) ProtoMessage()

func (*BidiRequestId) ProtoReflect

func (x *BidiRequestId) ProtoReflect() protoreflect.Message

func (*BidiRequestId) Reset

func (x *BidiRequestId) Reset()

func (*BidiRequestId) String

func (x *BidiRequestId) String() string

type BootstrapStatsigRequest

type BootstrapStatsigRequest struct {
	IgnoreDevStatus *bool  `protobuf:"varint,1,opt,name=ignore_dev_status,json=ignoreDevStatus,proto3,oneof" json:"ignore_dev_status,omitempty"`
	OperatingSystem *int32 `protobuf:"varint,2,opt,name=operating_system,json=operatingSystem,proto3,oneof" json:"operating_system,omitempty"`
	// contains filtered or unexported fields
}

func (*BootstrapStatsigRequest) Descriptor deprecated

func (*BootstrapStatsigRequest) Descriptor() ([]byte, []int)

Deprecated: Use BootstrapStatsigRequest.ProtoReflect.Descriptor instead.

func (*BootstrapStatsigRequest) GetIgnoreDevStatus

func (x *BootstrapStatsigRequest) GetIgnoreDevStatus() bool

func (*BootstrapStatsigRequest) GetOperatingSystem

func (x *BootstrapStatsigRequest) GetOperatingSystem() int32

func (*BootstrapStatsigRequest) ProtoMessage

func (*BootstrapStatsigRequest) ProtoMessage()

func (*BootstrapStatsigRequest) ProtoReflect

func (x *BootstrapStatsigRequest) ProtoReflect() protoreflect.Message

func (*BootstrapStatsigRequest) Reset

func (x *BootstrapStatsigRequest) Reset()

func (*BootstrapStatsigRequest) String

func (x *BootstrapStatsigRequest) String() string

type BugbotDeeplinkEventKind

type BugbotDeeplinkEventKind int32
const (
	BugbotDeeplinkEventKind_BUGBOT_DEEPLINK_EVENT_KIND_UNSPECIFIED          BugbotDeeplinkEventKind = 0
	BugbotDeeplinkEventKind_BUGBOT_DEEPLINK_EVENT_KIND_CLICKED              BugbotDeeplinkEventKind = 1
	BugbotDeeplinkEventKind_BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_DIALOG_SHOWN BugbotDeeplinkEventKind = 2
	BugbotDeeplinkEventKind_BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_CHAT_CREATED BugbotDeeplinkEventKind = 3
	BugbotDeeplinkEventKind_BUGBOT_DEEPLINK_EVENT_KIND_ERROR                BugbotDeeplinkEventKind = 4
	BugbotDeeplinkEventKind_BUGBOT_DEEPLINK_EVENT_KIND_HANDLED_FIX_IN_WEB   BugbotDeeplinkEventKind = 5
)

func (BugbotDeeplinkEventKind) Descriptor

func (BugbotDeeplinkEventKind) Enum

func (BugbotDeeplinkEventKind) EnumDescriptor deprecated

func (BugbotDeeplinkEventKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use BugbotDeeplinkEventKind.Descriptor instead.

func (BugbotDeeplinkEventKind) Number

func (BugbotDeeplinkEventKind) String

func (x BugbotDeeplinkEventKind) String() string

func (BugbotDeeplinkEventKind) Type

type CallFrame

type CallFrame struct {
	FunctionName *string `protobuf:"bytes,1,opt,name=function_name,json=functionName,proto3,oneof" json:"function_name,omitempty"`
	Url          *string `protobuf:"bytes,2,opt,name=url,proto3,oneof" json:"url,omitempty"`
	LineNumber   *int32  `protobuf:"varint,3,opt,name=line_number,json=lineNumber,proto3,oneof" json:"line_number,omitempty"`
	ColumnNumber *int32  `protobuf:"varint,4,opt,name=column_number,json=columnNumber,proto3,oneof" json:"column_number,omitempty"`
	// contains filtered or unexported fields
}

func (*CallFrame) Descriptor deprecated

func (*CallFrame) Descriptor() ([]byte, []int)

Deprecated: Use CallFrame.ProtoReflect.Descriptor instead.

func (*CallFrame) GetColumnNumber

func (x *CallFrame) GetColumnNumber() int32

func (*CallFrame) GetFunctionName

func (x *CallFrame) GetFunctionName() string

func (*CallFrame) GetLineNumber

func (x *CallFrame) GetLineNumber() int32

func (*CallFrame) GetUrl

func (x *CallFrame) GetUrl() string

func (*CallFrame) ProtoMessage

func (*CallFrame) ProtoMessage()

func (*CallFrame) ProtoReflect

func (x *CallFrame) ProtoReflect() protoreflect.Message

func (*CallFrame) Reset

func (x *CallFrame) Reset()

func (*CallFrame) String

func (x *CallFrame) String() string

type CancelAction

type CancelAction struct {
	// contains filtered or unexported fields
}

func (*CancelAction) Descriptor deprecated

func (*CancelAction) Descriptor() ([]byte, []int)

Deprecated: Use CancelAction.ProtoReflect.Descriptor instead.

func (*CancelAction) ProtoMessage

func (*CancelAction) ProtoMessage()

func (*CancelAction) ProtoReflect

func (x *CancelAction) ProtoReflect() protoreflect.Message

func (*CancelAction) Reset

func (x *CancelAction) Reset()

func (*CancelAction) String

func (x *CancelAction) String() string

type ClickAction

type ClickAction struct {
	Coordinate   *Coordinate `protobuf:"bytes,1,opt,name=coordinate,proto3,oneof" json:"coordinate,omitempty"`
	Button       int32       `protobuf:"varint,2,opt,name=button,proto3" json:"button,omitempty"`
	Count        int32       `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	ModifierKeys *string     `protobuf:"bytes,4,opt,name=modifier_keys,json=modifierKeys,proto3,oneof" json:"modifier_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ClickAction) Descriptor deprecated

func (*ClickAction) Descriptor() ([]byte, []int)

Deprecated: Use ClickAction.ProtoReflect.Descriptor instead.

func (*ClickAction) GetButton

func (x *ClickAction) GetButton() int32

func (*ClickAction) GetCoordinate

func (x *ClickAction) GetCoordinate() *Coordinate

func (*ClickAction) GetCount

func (x *ClickAction) GetCount() int32

func (*ClickAction) GetModifierKeys

func (x *ClickAction) GetModifierKeys() string

func (*ClickAction) ProtoMessage

func (*ClickAction) ProtoMessage()

func (*ClickAction) ProtoReflect

func (x *ClickAction) ProtoReflect() protoreflect.Message

func (*ClickAction) Reset

func (x *ClickAction) Reset()

func (*ClickAction) String

func (x *ClickAction) String() string

type ClientHeartbeat

type ClientHeartbeat struct {
	// contains filtered or unexported fields
}

func (*ClientHeartbeat) Descriptor deprecated

func (*ClientHeartbeat) Descriptor() ([]byte, []int)

Deprecated: Use ClientHeartbeat.ProtoReflect.Descriptor instead.

func (*ClientHeartbeat) ProtoMessage

func (*ClientHeartbeat) ProtoMessage()

func (*ClientHeartbeat) ProtoReflect

func (x *ClientHeartbeat) ProtoReflect() protoreflect.Message

func (*ClientHeartbeat) Reset

func (x *ClientHeartbeat) Reset()

func (*ClientHeartbeat) String

func (x *ClientHeartbeat) String() string

type ClientOS

type ClientOS int32
const (
	ClientOS_CLIENT_OS_UNSPECIFIED ClientOS = 0
	ClientOS_CLIENT_OS_WINDOWS     ClientOS = 1
	ClientOS_CLIENT_OS_MACOS       ClientOS = 2
	ClientOS_CLIENT_OS_LINUX       ClientOS = 3
)

func (ClientOS) Descriptor

func (ClientOS) Descriptor() protoreflect.EnumDescriptor

func (ClientOS) Enum

func (x ClientOS) Enum() *ClientOS

func (ClientOS) EnumDescriptor deprecated

func (ClientOS) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClientOS.Descriptor instead.

func (ClientOS) Number

func (x ClientOS) Number() protoreflect.EnumNumber

func (ClientOS) String

func (x ClientOS) String() string

func (ClientOS) Type

type ComputerUseAction

type ComputerUseAction struct {

	// Types that are valid to be assigned to Action:
	//
	//	*ComputerUseAction_MouseMove
	//	*ComputerUseAction_Click
	//	*ComputerUseAction_MouseDown
	//	*ComputerUseAction_MouseUp
	//	*ComputerUseAction_Drag
	//	*ComputerUseAction_Scroll
	//	*ComputerUseAction_Type
	//	*ComputerUseAction_Key
	//	*ComputerUseAction_Wait
	//	*ComputerUseAction_Screenshot
	//	*ComputerUseAction_CursorPosition
	Action isComputerUseAction_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*ComputerUseAction) Descriptor deprecated

func (*ComputerUseAction) Descriptor() ([]byte, []int)

Deprecated: Use ComputerUseAction.ProtoReflect.Descriptor instead.

func (*ComputerUseAction) GetAction

func (x *ComputerUseAction) GetAction() isComputerUseAction_Action

func (*ComputerUseAction) GetClick

func (x *ComputerUseAction) GetClick() *ClickAction

func (*ComputerUseAction) GetCursorPosition

func (x *ComputerUseAction) GetCursorPosition() *CursorPositionAction

func (*ComputerUseAction) GetDrag

func (x *ComputerUseAction) GetDrag() *DragAction

func (*ComputerUseAction) GetKey

func (x *ComputerUseAction) GetKey() *KeyAction

func (*ComputerUseAction) GetMouseDown

func (x *ComputerUseAction) GetMouseDown() *MouseDownAction

func (*ComputerUseAction) GetMouseMove

func (x *ComputerUseAction) GetMouseMove() *MouseMoveAction

func (*ComputerUseAction) GetMouseUp

func (x *ComputerUseAction) GetMouseUp() *MouseUpAction

func (*ComputerUseAction) GetScreenshot

func (x *ComputerUseAction) GetScreenshot() *ScreenshotAction

func (*ComputerUseAction) GetScroll

func (x *ComputerUseAction) GetScroll() *ScrollAction

func (*ComputerUseAction) GetType

func (x *ComputerUseAction) GetType() *TypeAction

func (*ComputerUseAction) GetWait

func (x *ComputerUseAction) GetWait() *WaitAction

func (*ComputerUseAction) ProtoMessage

func (*ComputerUseAction) ProtoMessage()

func (*ComputerUseAction) ProtoReflect

func (x *ComputerUseAction) ProtoReflect() protoreflect.Message

func (*ComputerUseAction) Reset

func (x *ComputerUseAction) Reset()

func (*ComputerUseAction) String

func (x *ComputerUseAction) String() string

type ComputerUseAction_Click

type ComputerUseAction_Click struct {
	Click *ClickAction `protobuf:"bytes,2,opt,name=click,proto3,oneof"`
}

type ComputerUseAction_CursorPosition

type ComputerUseAction_CursorPosition struct {
	CursorPosition *CursorPositionAction `protobuf:"bytes,11,opt,name=cursor_position,json=cursorPosition,proto3,oneof"`
}

type ComputerUseAction_Drag

type ComputerUseAction_Drag struct {
	Drag *DragAction `protobuf:"bytes,5,opt,name=drag,proto3,oneof"`
}

type ComputerUseAction_Key

type ComputerUseAction_Key struct {
	Key *KeyAction `protobuf:"bytes,8,opt,name=key,proto3,oneof"`
}

type ComputerUseAction_MouseDown

type ComputerUseAction_MouseDown struct {
	MouseDown *MouseDownAction `protobuf:"bytes,3,opt,name=mouse_down,json=mouseDown,proto3,oneof"`
}

type ComputerUseAction_MouseMove

type ComputerUseAction_MouseMove struct {
	MouseMove *MouseMoveAction `protobuf:"bytes,1,opt,name=mouse_move,json=mouseMove,proto3,oneof"`
}

type ComputerUseAction_MouseUp

type ComputerUseAction_MouseUp struct {
	MouseUp *MouseUpAction `protobuf:"bytes,4,opt,name=mouse_up,json=mouseUp,proto3,oneof"`
}

type ComputerUseAction_Screenshot

type ComputerUseAction_Screenshot struct {
	Screenshot *ScreenshotAction `protobuf:"bytes,10,opt,name=screenshot,proto3,oneof"`
}

type ComputerUseAction_Scroll

type ComputerUseAction_Scroll struct {
	Scroll *ScrollAction `protobuf:"bytes,6,opt,name=scroll,proto3,oneof"`
}

type ComputerUseAction_Type

type ComputerUseAction_Type struct {
	Type *TypeAction `protobuf:"bytes,7,opt,name=type,proto3,oneof"`
}

type ComputerUseAction_Wait

type ComputerUseAction_Wait struct {
	Wait *WaitAction `protobuf:"bytes,9,opt,name=wait,proto3,oneof"`
}

type ComputerUseArgs

type ComputerUseArgs struct {
	ToolCallId string               `protobuf:"bytes,1,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	Actions    []*ComputerUseAction `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputerUseArgs) Descriptor deprecated

func (*ComputerUseArgs) Descriptor() ([]byte, []int)

Deprecated: Use ComputerUseArgs.ProtoReflect.Descriptor instead.

func (*ComputerUseArgs) GetActions

func (x *ComputerUseArgs) GetActions() []*ComputerUseAction

func (*ComputerUseArgs) GetToolCallId

func (x *ComputerUseArgs) GetToolCallId() string

func (*ComputerUseArgs) ProtoMessage

func (*ComputerUseArgs) ProtoMessage()

func (*ComputerUseArgs) ProtoReflect

func (x *ComputerUseArgs) ProtoReflect() protoreflect.Message

func (*ComputerUseArgs) Reset

func (x *ComputerUseArgs) Reset()

func (*ComputerUseArgs) String

func (x *ComputerUseArgs) String() string

type ComputerUseError

type ComputerUseError struct {
	Error          string  `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	ActionCount    int32   `protobuf:"varint,2,opt,name=action_count,json=actionCount,proto3" json:"action_count,omitempty"`
	DurationMs     int32   `protobuf:"varint,3,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	Log            *string `protobuf:"bytes,4,opt,name=log,proto3,oneof" json:"log,omitempty"`
	Screenshot     *string `protobuf:"bytes,5,opt,name=screenshot,proto3,oneof" json:"screenshot,omitempty"`
	ScreenshotPath *string `protobuf:"bytes,6,opt,name=screenshot_path,json=screenshotPath,proto3,oneof" json:"screenshot_path,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputerUseError) Descriptor deprecated

func (*ComputerUseError) Descriptor() ([]byte, []int)

Deprecated: Use ComputerUseError.ProtoReflect.Descriptor instead.

func (*ComputerUseError) GetActionCount

func (x *ComputerUseError) GetActionCount() int32

func (*ComputerUseError) GetDurationMs

func (x *ComputerUseError) GetDurationMs() int32

func (*ComputerUseError) GetError

func (x *ComputerUseError) GetError() string

func (*ComputerUseError) GetLog

func (x *ComputerUseError) GetLog() string

func (*ComputerUseError) GetScreenshot

func (x *ComputerUseError) GetScreenshot() string

func (*ComputerUseError) GetScreenshotPath

func (x *ComputerUseError) GetScreenshotPath() string

func (*ComputerUseError) ProtoMessage

func (*ComputerUseError) ProtoMessage()

func (*ComputerUseError) ProtoReflect

func (x *ComputerUseError) ProtoReflect() protoreflect.Message

func (*ComputerUseError) Reset

func (x *ComputerUseError) Reset()

func (*ComputerUseError) String

func (x *ComputerUseError) String() string

type ComputerUseResult

type ComputerUseResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ComputerUseResult_Success
	//	*ComputerUseResult_Error
	Result isComputerUseResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ComputerUseResult) Descriptor deprecated

func (*ComputerUseResult) Descriptor() ([]byte, []int)

Deprecated: Use ComputerUseResult.ProtoReflect.Descriptor instead.

func (*ComputerUseResult) GetError

func (x *ComputerUseResult) GetError() *ComputerUseError

func (*ComputerUseResult) GetResult

func (x *ComputerUseResult) GetResult() isComputerUseResult_Result

func (*ComputerUseResult) GetSuccess

func (x *ComputerUseResult) GetSuccess() *ComputerUseSuccess

func (*ComputerUseResult) ProtoMessage

func (*ComputerUseResult) ProtoMessage()

func (*ComputerUseResult) ProtoReflect

func (x *ComputerUseResult) ProtoReflect() protoreflect.Message

func (*ComputerUseResult) Reset

func (x *ComputerUseResult) Reset()

func (*ComputerUseResult) String

func (x *ComputerUseResult) String() string

type ComputerUseResult_Error

type ComputerUseResult_Error struct {
	Error *ComputerUseError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ComputerUseResult_Success

type ComputerUseResult_Success struct {
	Success *ComputerUseSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ComputerUseSuccess

type ComputerUseSuccess struct {
	ActionCount    int32       `protobuf:"varint,1,opt,name=action_count,json=actionCount,proto3" json:"action_count,omitempty"`
	DurationMs     int32       `protobuf:"varint,2,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	Screenshot     *string     `protobuf:"bytes,3,opt,name=screenshot,proto3,oneof" json:"screenshot,omitempty"`
	Log            *string     `protobuf:"bytes,4,opt,name=log,proto3,oneof" json:"log,omitempty"`
	ScreenshotPath *string     `protobuf:"bytes,5,opt,name=screenshot_path,json=screenshotPath,proto3,oneof" json:"screenshot_path,omitempty"`
	CursorPosition *Coordinate `protobuf:"bytes,6,opt,name=cursor_position,json=cursorPosition,proto3,oneof" json:"cursor_position,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputerUseSuccess) Descriptor deprecated

func (*ComputerUseSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ComputerUseSuccess.ProtoReflect.Descriptor instead.

func (*ComputerUseSuccess) GetActionCount

func (x *ComputerUseSuccess) GetActionCount() int32

func (*ComputerUseSuccess) GetCursorPosition

func (x *ComputerUseSuccess) GetCursorPosition() *Coordinate

func (*ComputerUseSuccess) GetDurationMs

func (x *ComputerUseSuccess) GetDurationMs() int32

func (*ComputerUseSuccess) GetLog

func (x *ComputerUseSuccess) GetLog() string

func (*ComputerUseSuccess) GetScreenshot

func (x *ComputerUseSuccess) GetScreenshot() string

func (*ComputerUseSuccess) GetScreenshotPath

func (x *ComputerUseSuccess) GetScreenshotPath() string

func (*ComputerUseSuccess) ProtoMessage

func (*ComputerUseSuccess) ProtoMessage()

func (*ComputerUseSuccess) ProtoReflect

func (x *ComputerUseSuccess) ProtoReflect() protoreflect.Message

func (*ComputerUseSuccess) Reset

func (x *ComputerUseSuccess) Reset()

func (*ComputerUseSuccess) String

func (x *ComputerUseSuccess) String() string

type ComputerUseToolCall

type ComputerUseToolCall struct {
	Args   *ComputerUseArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ComputerUseResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputerUseToolCall) Descriptor deprecated

func (*ComputerUseToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ComputerUseToolCall.ProtoReflect.Descriptor instead.

func (*ComputerUseToolCall) GetArgs

func (x *ComputerUseToolCall) GetArgs() *ComputerUseArgs

func (*ComputerUseToolCall) GetResult

func (x *ComputerUseToolCall) GetResult() *ComputerUseResult

func (*ComputerUseToolCall) ProtoMessage

func (*ComputerUseToolCall) ProtoMessage()

func (*ComputerUseToolCall) ProtoReflect

func (x *ComputerUseToolCall) ProtoReflect() protoreflect.Message

func (*ComputerUseToolCall) Reset

func (x *ComputerUseToolCall) Reset()

func (*ComputerUseToolCall) String

func (x *ComputerUseToolCall) String() string

type ConversationAction

type ConversationAction struct {

	// Types that are valid to be assigned to Action:
	//
	//	*ConversationAction_UserMessageAction
	//	*ConversationAction_ResumeAction
	//	*ConversationAction_CancelAction
	//	*ConversationAction_SummarizeAction
	//	*ConversationAction_ShellCommandAction
	//	*ConversationAction_StartPlanAction
	//	*ConversationAction_ExecutePlanAction
	//	*ConversationAction_AsyncAskQuestionCompletionAction
	Action isConversationAction_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*ConversationAction) Descriptor deprecated

func (*ConversationAction) Descriptor() ([]byte, []int)

Deprecated: Use ConversationAction.ProtoReflect.Descriptor instead.

func (*ConversationAction) GetAction

func (x *ConversationAction) GetAction() isConversationAction_Action

func (*ConversationAction) GetAsyncAskQuestionCompletionAction

func (x *ConversationAction) GetAsyncAskQuestionCompletionAction() *AsyncAskQuestionCompletionAction

func (*ConversationAction) GetCancelAction

func (x *ConversationAction) GetCancelAction() *CancelAction

func (*ConversationAction) GetExecutePlanAction

func (x *ConversationAction) GetExecutePlanAction() *ExecutePlanAction

func (*ConversationAction) GetResumeAction

func (x *ConversationAction) GetResumeAction() *ResumeAction

func (*ConversationAction) GetShellCommandAction

func (x *ConversationAction) GetShellCommandAction() *ShellCommandAction

func (*ConversationAction) GetStartPlanAction

func (x *ConversationAction) GetStartPlanAction() *StartPlanAction

func (*ConversationAction) GetSummarizeAction

func (x *ConversationAction) GetSummarizeAction() *SummarizeAction

func (*ConversationAction) GetUserMessageAction

func (x *ConversationAction) GetUserMessageAction() *UserMessageAction

func (*ConversationAction) ProtoMessage

func (*ConversationAction) ProtoMessage()

func (*ConversationAction) ProtoReflect

func (x *ConversationAction) ProtoReflect() protoreflect.Message

func (*ConversationAction) Reset

func (x *ConversationAction) Reset()

func (*ConversationAction) String

func (x *ConversationAction) String() string

type ConversationAction_AsyncAskQuestionCompletionAction

type ConversationAction_AsyncAskQuestionCompletionAction struct {
	AsyncAskQuestionCompletionAction *AsyncAskQuestionCompletionAction `protobuf:"bytes,8,opt,name=async_ask_question_completion_action,json=asyncAskQuestionCompletionAction,proto3,oneof"`
}

type ConversationAction_CancelAction

type ConversationAction_CancelAction struct {
	CancelAction *CancelAction `protobuf:"bytes,3,opt,name=cancel_action,json=cancelAction,proto3,oneof"`
}

type ConversationAction_ExecutePlanAction

type ConversationAction_ExecutePlanAction struct {
	ExecutePlanAction *ExecutePlanAction `protobuf:"bytes,7,opt,name=execute_plan_action,json=executePlanAction,proto3,oneof"`
}

type ConversationAction_ResumeAction

type ConversationAction_ResumeAction struct {
	ResumeAction *ResumeAction `protobuf:"bytes,2,opt,name=resume_action,json=resumeAction,proto3,oneof"`
}

type ConversationAction_ShellCommandAction

type ConversationAction_ShellCommandAction struct {
	ShellCommandAction *ShellCommandAction `protobuf:"bytes,5,opt,name=shell_command_action,json=shellCommandAction,proto3,oneof"`
}

type ConversationAction_StartPlanAction

type ConversationAction_StartPlanAction struct {
	StartPlanAction *StartPlanAction `protobuf:"bytes,6,opt,name=start_plan_action,json=startPlanAction,proto3,oneof"`
}

type ConversationAction_SummarizeAction

type ConversationAction_SummarizeAction struct {
	SummarizeAction *SummarizeAction `protobuf:"bytes,4,opt,name=summarize_action,json=summarizeAction,proto3,oneof"`
}

type ConversationAction_UserMessageAction

type ConversationAction_UserMessageAction struct {
	UserMessageAction *UserMessageAction `protobuf:"bytes,1,opt,name=user_message_action,json=userMessageAction,proto3,oneof"`
}

type ConversationPlan

type ConversationPlan struct {
	Plan string `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationPlan) Descriptor deprecated

func (*ConversationPlan) Descriptor() ([]byte, []int)

Deprecated: Use ConversationPlan.ProtoReflect.Descriptor instead.

func (*ConversationPlan) GetPlan

func (x *ConversationPlan) GetPlan() string

func (*ConversationPlan) ProtoMessage

func (*ConversationPlan) ProtoMessage()

func (*ConversationPlan) ProtoReflect

func (x *ConversationPlan) ProtoReflect() protoreflect.Message

func (*ConversationPlan) Reset

func (x *ConversationPlan) Reset()

func (*ConversationPlan) String

func (x *ConversationPlan) String() string

type ConversationState

type ConversationState struct {
	RootPromptMessagesJson []string                      `` /* 131-byte string literal not displayed */
	Turns                  []*ConversationTurn           `protobuf:"bytes,8,rep,name=turns,proto3" json:"turns,omitempty"`
	Todos                  []*TodoItem                   `protobuf:"bytes,3,rep,name=todos,proto3" json:"todos,omitempty"`
	PendingToolCalls       []string                      `protobuf:"bytes,4,rep,name=pending_tool_calls,json=pendingToolCalls,proto3" json:"pending_tool_calls,omitempty"`
	TokenDetails           *ConversationTokenDetails     `protobuf:"bytes,5,opt,name=token_details,json=tokenDetails,proto3" json:"token_details,omitempty"`
	Summary                *ConversationSummary          `protobuf:"bytes,6,opt,name=summary,proto3,oneof" json:"summary,omitempty"`
	Plan                   *ConversationPlan             `protobuf:"bytes,7,opt,name=plan,proto3,oneof" json:"plan,omitempty"`
	SummaryArchive         *ConversationSummaryArchive   `protobuf:"bytes,9,opt,name=summary_archive,json=summaryArchive,proto3,oneof" json:"summary_archive,omitempty"`
	FileStates             map[string]*FileState         `` /* 166-byte string literal not displayed */
	SummaryArchives        []*ConversationSummaryArchive `protobuf:"bytes,11,rep,name=summary_archives,json=summaryArchives,proto3" json:"summary_archives,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationState) Descriptor deprecated

func (*ConversationState) Descriptor() ([]byte, []int)

Deprecated: Use ConversationState.ProtoReflect.Descriptor instead.

func (*ConversationState) GetFileStates

func (x *ConversationState) GetFileStates() map[string]*FileState

func (*ConversationState) GetPendingToolCalls

func (x *ConversationState) GetPendingToolCalls() []string

func (*ConversationState) GetPlan

func (x *ConversationState) GetPlan() *ConversationPlan

func (*ConversationState) GetRootPromptMessagesJson

func (x *ConversationState) GetRootPromptMessagesJson() []string

func (*ConversationState) GetSummary

func (x *ConversationState) GetSummary() *ConversationSummary

func (*ConversationState) GetSummaryArchive

func (x *ConversationState) GetSummaryArchive() *ConversationSummaryArchive

func (*ConversationState) GetSummaryArchives

func (x *ConversationState) GetSummaryArchives() []*ConversationSummaryArchive

func (*ConversationState) GetTodos

func (x *ConversationState) GetTodos() []*TodoItem

func (*ConversationState) GetTokenDetails

func (x *ConversationState) GetTokenDetails() *ConversationTokenDetails

func (*ConversationState) GetTurns

func (x *ConversationState) GetTurns() []*ConversationTurn

func (*ConversationState) ProtoMessage

func (*ConversationState) ProtoMessage()

func (*ConversationState) ProtoReflect

func (x *ConversationState) ProtoReflect() protoreflect.Message

func (*ConversationState) Reset

func (x *ConversationState) Reset()

func (*ConversationState) String

func (x *ConversationState) String() string

type ConversationStateStructure

type ConversationStateStructure struct {
	TurnsOld               [][]byte                           `protobuf:"bytes,2,rep,name=turns_old,json=turnsOld,proto3" json:"turns_old,omitempty"`
	RootPromptMessagesJson [][]byte                           `` /* 131-byte string literal not displayed */
	Turns                  [][]byte                           `protobuf:"bytes,8,rep,name=turns,proto3" json:"turns,omitempty"`
	Todos                  [][]byte                           `protobuf:"bytes,3,rep,name=todos,proto3" json:"todos,omitempty"`
	PendingToolCalls       []string                           `protobuf:"bytes,4,rep,name=pending_tool_calls,json=pendingToolCalls,proto3" json:"pending_tool_calls,omitempty"`
	TokenDetails           *ConversationTokenDetails          `protobuf:"bytes,5,opt,name=token_details,json=tokenDetails,proto3" json:"token_details,omitempty"`
	Summary                []byte                             `protobuf:"bytes,6,opt,name=summary,proto3,oneof" json:"summary,omitempty"`
	Plan                   []byte                             `protobuf:"bytes,7,opt,name=plan,proto3,oneof" json:"plan,omitempty"`
	PreviousWorkspaceUris  []string                           `` /* 126-byte string literal not displayed */
	Mode                   *int32                             `protobuf:"varint,10,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	SummaryArchive         []byte                             `protobuf:"bytes,11,opt,name=summary_archive,json=summaryArchive,proto3,oneof" json:"summary_archive,omitempty"`
	FileStates             map[string][]byte                  `` /* 166-byte string literal not displayed */
	FileStatesV2           map[string]*FileStateStructure     `` /* 174-byte string literal not displayed */
	SummaryArchives        [][]byte                           `protobuf:"bytes,13,rep,name=summary_archives,json=summaryArchives,proto3" json:"summary_archives,omitempty"`
	TurnTimings            []*StepTiming                      `protobuf:"bytes,14,rep,name=turn_timings,json=turnTimings,proto3" json:"turn_timings,omitempty"`
	SubagentStates         map[string]*SubagentPersistedState `` /* 178-byte string literal not displayed */
	SelfSummaryCount       uint32                             `protobuf:"varint,17,opt,name=self_summary_count,json=selfSummaryCount,proto3" json:"self_summary_count,omitempty"`
	ReadPaths              []string                           `protobuf:"bytes,18,rep,name=read_paths,json=readPaths,proto3" json:"read_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationStateStructure) Descriptor deprecated

func (*ConversationStateStructure) Descriptor() ([]byte, []int)

Deprecated: Use ConversationStateStructure.ProtoReflect.Descriptor instead.

func (*ConversationStateStructure) GetFileStates

func (x *ConversationStateStructure) GetFileStates() map[string][]byte

func (*ConversationStateStructure) GetFileStatesV2

func (x *ConversationStateStructure) GetFileStatesV2() map[string]*FileStateStructure

func (*ConversationStateStructure) GetMode

func (x *ConversationStateStructure) GetMode() int32

func (*ConversationStateStructure) GetPendingToolCalls

func (x *ConversationStateStructure) GetPendingToolCalls() []string

func (*ConversationStateStructure) GetPlan

func (x *ConversationStateStructure) GetPlan() []byte

func (*ConversationStateStructure) GetPreviousWorkspaceUris

func (x *ConversationStateStructure) GetPreviousWorkspaceUris() []string

func (*ConversationStateStructure) GetReadPaths

func (x *ConversationStateStructure) GetReadPaths() []string

func (*ConversationStateStructure) GetRootPromptMessagesJson

func (x *ConversationStateStructure) GetRootPromptMessagesJson() [][]byte

func (*ConversationStateStructure) GetSelfSummaryCount

func (x *ConversationStateStructure) GetSelfSummaryCount() uint32

func (*ConversationStateStructure) GetSubagentStates

func (x *ConversationStateStructure) GetSubagentStates() map[string]*SubagentPersistedState

func (*ConversationStateStructure) GetSummary

func (x *ConversationStateStructure) GetSummary() []byte

func (*ConversationStateStructure) GetSummaryArchive

func (x *ConversationStateStructure) GetSummaryArchive() []byte

func (*ConversationStateStructure) GetSummaryArchives

func (x *ConversationStateStructure) GetSummaryArchives() [][]byte

func (*ConversationStateStructure) GetTodos

func (x *ConversationStateStructure) GetTodos() [][]byte

func (*ConversationStateStructure) GetTokenDetails

func (*ConversationStateStructure) GetTurnTimings

func (x *ConversationStateStructure) GetTurnTimings() []*StepTiming

func (*ConversationStateStructure) GetTurns

func (x *ConversationStateStructure) GetTurns() [][]byte

func (*ConversationStateStructure) GetTurnsOld

func (x *ConversationStateStructure) GetTurnsOld() [][]byte

func (*ConversationStateStructure) ProtoMessage

func (*ConversationStateStructure) ProtoMessage()

func (*ConversationStateStructure) ProtoReflect

func (*ConversationStateStructure) Reset

func (x *ConversationStateStructure) Reset()

func (*ConversationStateStructure) String

func (x *ConversationStateStructure) String() string

type ConversationStep

type ConversationStep struct {

	// Types that are valid to be assigned to Message:
	//
	//	*ConversationStep_AssistantMessage
	//	*ConversationStep_ToolCall
	//	*ConversationStep_ThinkingMessage
	Message isConversationStep_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*ConversationStep) Descriptor deprecated

func (*ConversationStep) Descriptor() ([]byte, []int)

Deprecated: Use ConversationStep.ProtoReflect.Descriptor instead.

func (*ConversationStep) GetAssistantMessage

func (x *ConversationStep) GetAssistantMessage() *AssistantMessage

func (*ConversationStep) GetMessage

func (x *ConversationStep) GetMessage() isConversationStep_Message

func (*ConversationStep) GetThinkingMessage

func (x *ConversationStep) GetThinkingMessage() *ThinkingMessage

func (*ConversationStep) GetToolCall

func (x *ConversationStep) GetToolCall() *ToolCall

func (*ConversationStep) ProtoMessage

func (*ConversationStep) ProtoMessage()

func (*ConversationStep) ProtoReflect

func (x *ConversationStep) ProtoReflect() protoreflect.Message

func (*ConversationStep) Reset

func (x *ConversationStep) Reset()

func (*ConversationStep) String

func (x *ConversationStep) String() string

type ConversationStep_AssistantMessage

type ConversationStep_AssistantMessage struct {
	AssistantMessage *AssistantMessage `protobuf:"bytes,1,opt,name=assistant_message,json=assistantMessage,proto3,oneof"`
}

type ConversationStep_ThinkingMessage

type ConversationStep_ThinkingMessage struct {
	ThinkingMessage *ThinkingMessage `protobuf:"bytes,3,opt,name=thinking_message,json=thinkingMessage,proto3,oneof"`
}

type ConversationStep_ToolCall

type ConversationStep_ToolCall struct {
	ToolCall *ToolCall `protobuf:"bytes,2,opt,name=tool_call,json=toolCall,proto3,oneof"`
}

type ConversationSummary

type ConversationSummary struct {
	Summary string `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationSummary) Descriptor deprecated

func (*ConversationSummary) Descriptor() ([]byte, []int)

Deprecated: Use ConversationSummary.ProtoReflect.Descriptor instead.

func (*ConversationSummary) GetSummary

func (x *ConversationSummary) GetSummary() string

func (*ConversationSummary) ProtoMessage

func (*ConversationSummary) ProtoMessage()

func (*ConversationSummary) ProtoReflect

func (x *ConversationSummary) ProtoReflect() protoreflect.Message

func (*ConversationSummary) Reset

func (x *ConversationSummary) Reset()

func (*ConversationSummary) String

func (x *ConversationSummary) String() string

type ConversationSummaryArchive

type ConversationSummaryArchive struct {
	SummarizedMessages [][]byte `protobuf:"bytes,1,rep,name=summarized_messages,json=summarizedMessages,proto3" json:"summarized_messages,omitempty"`
	Summary            string   `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	WindowTail         uint32   `protobuf:"varint,3,opt,name=window_tail,json=windowTail,proto3" json:"window_tail,omitempty"`
	SummaryMessage     []byte   `protobuf:"bytes,4,opt,name=summary_message,json=summaryMessage,proto3" json:"summary_message,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationSummaryArchive) Descriptor deprecated

func (*ConversationSummaryArchive) Descriptor() ([]byte, []int)

Deprecated: Use ConversationSummaryArchive.ProtoReflect.Descriptor instead.

func (*ConversationSummaryArchive) GetSummarizedMessages

func (x *ConversationSummaryArchive) GetSummarizedMessages() [][]byte

func (*ConversationSummaryArchive) GetSummary

func (x *ConversationSummaryArchive) GetSummary() string

func (*ConversationSummaryArchive) GetSummaryMessage

func (x *ConversationSummaryArchive) GetSummaryMessage() []byte

func (*ConversationSummaryArchive) GetWindowTail

func (x *ConversationSummaryArchive) GetWindowTail() uint32

func (*ConversationSummaryArchive) ProtoMessage

func (*ConversationSummaryArchive) ProtoMessage()

func (*ConversationSummaryArchive) ProtoReflect

func (*ConversationSummaryArchive) Reset

func (x *ConversationSummaryArchive) Reset()

func (*ConversationSummaryArchive) String

func (x *ConversationSummaryArchive) String() string

type ConversationTokenDetails

type ConversationTokenDetails struct {
	UsedTokens uint32 `protobuf:"varint,1,opt,name=used_tokens,json=usedTokens,proto3" json:"used_tokens,omitempty"`
	MaxTokens  uint32 `protobuf:"varint,2,opt,name=max_tokens,json=maxTokens,proto3" json:"max_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationTokenDetails) Descriptor deprecated

func (*ConversationTokenDetails) Descriptor() ([]byte, []int)

Deprecated: Use ConversationTokenDetails.ProtoReflect.Descriptor instead.

func (*ConversationTokenDetails) GetMaxTokens

func (x *ConversationTokenDetails) GetMaxTokens() uint32

func (*ConversationTokenDetails) GetUsedTokens

func (x *ConversationTokenDetails) GetUsedTokens() uint32

func (*ConversationTokenDetails) ProtoMessage

func (*ConversationTokenDetails) ProtoMessage()

func (*ConversationTokenDetails) ProtoReflect

func (x *ConversationTokenDetails) ProtoReflect() protoreflect.Message

func (*ConversationTokenDetails) Reset

func (x *ConversationTokenDetails) Reset()

func (*ConversationTokenDetails) String

func (x *ConversationTokenDetails) String() string

type ConversationTurn

type ConversationTurn struct {

	// Types that are valid to be assigned to Turn:
	//
	//	*ConversationTurn_AgentConversationTurn
	//	*ConversationTurn_ShellConversationTurn
	Turn isConversationTurn_Turn `protobuf_oneof:"turn"`
	// contains filtered or unexported fields
}

func (*ConversationTurn) Descriptor deprecated

func (*ConversationTurn) Descriptor() ([]byte, []int)

Deprecated: Use ConversationTurn.ProtoReflect.Descriptor instead.

func (*ConversationTurn) GetAgentConversationTurn

func (x *ConversationTurn) GetAgentConversationTurn() *AgentConversationTurn

func (*ConversationTurn) GetShellConversationTurn

func (x *ConversationTurn) GetShellConversationTurn() *ShellConversationTurn

func (*ConversationTurn) GetTurn

func (x *ConversationTurn) GetTurn() isConversationTurn_Turn

func (*ConversationTurn) ProtoMessage

func (*ConversationTurn) ProtoMessage()

func (*ConversationTurn) ProtoReflect

func (x *ConversationTurn) ProtoReflect() protoreflect.Message

func (*ConversationTurn) Reset

func (x *ConversationTurn) Reset()

func (*ConversationTurn) String

func (x *ConversationTurn) String() string

type ConversationTurnStructure

type ConversationTurnStructure struct {

	// Types that are valid to be assigned to Turn:
	//
	//	*ConversationTurnStructure_AgentConversationTurn
	//	*ConversationTurnStructure_ShellConversationTurn
	Turn isConversationTurnStructure_Turn `protobuf_oneof:"turn"`
	// contains filtered or unexported fields
}

func (*ConversationTurnStructure) Descriptor deprecated

func (*ConversationTurnStructure) Descriptor() ([]byte, []int)

Deprecated: Use ConversationTurnStructure.ProtoReflect.Descriptor instead.

func (*ConversationTurnStructure) GetAgentConversationTurn

func (x *ConversationTurnStructure) GetAgentConversationTurn() *AgentConversationTurnStructure

func (*ConversationTurnStructure) GetShellConversationTurn

func (x *ConversationTurnStructure) GetShellConversationTurn() *ShellConversationTurnStructure

func (*ConversationTurnStructure) GetTurn

func (x *ConversationTurnStructure) GetTurn() isConversationTurnStructure_Turn

func (*ConversationTurnStructure) ProtoMessage

func (*ConversationTurnStructure) ProtoMessage()

func (*ConversationTurnStructure) ProtoReflect

func (*ConversationTurnStructure) Reset

func (x *ConversationTurnStructure) Reset()

func (*ConversationTurnStructure) String

func (x *ConversationTurnStructure) String() string

type ConversationTurnStructure_AgentConversationTurn

type ConversationTurnStructure_AgentConversationTurn struct {
	AgentConversationTurn *AgentConversationTurnStructure `protobuf:"bytes,1,opt,name=agent_conversation_turn,json=agentConversationTurn,proto3,oneof"`
}

type ConversationTurnStructure_ShellConversationTurn

type ConversationTurnStructure_ShellConversationTurn struct {
	ShellConversationTurn *ShellConversationTurnStructure `protobuf:"bytes,2,opt,name=shell_conversation_turn,json=shellConversationTurn,proto3,oneof"`
}

type ConversationTurn_AgentConversationTurn

type ConversationTurn_AgentConversationTurn struct {
	AgentConversationTurn *AgentConversationTurn `protobuf:"bytes,1,opt,name=agent_conversation_turn,json=agentConversationTurn,proto3,oneof"`
}

type ConversationTurn_ShellConversationTurn

type ConversationTurn_ShellConversationTurn struct {
	ShellConversationTurn *ShellConversationTurn `protobuf:"bytes,2,opt,name=shell_conversation_turn,json=shellConversationTurn,proto3,oneof"`
}

type Coordinate

type Coordinate struct {
	X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*Coordinate) Descriptor deprecated

func (*Coordinate) Descriptor() ([]byte, []int)

Deprecated: Use Coordinate.ProtoReflect.Descriptor instead.

func (*Coordinate) GetX

func (x *Coordinate) GetX() int32

func (*Coordinate) GetY

func (x *Coordinate) GetY() int32

func (*Coordinate) ProtoMessage

func (*Coordinate) ProtoMessage()

func (*Coordinate) ProtoReflect

func (x *Coordinate) ProtoReflect() protoreflect.Message

func (*Coordinate) Reset

func (x *Coordinate) Reset()

func (*Coordinate) String

func (x *Coordinate) String() string

type CreatePlanArgs

type CreatePlanArgs struct {
	Plan      string      `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	Todos     []*TodoItem `protobuf:"bytes,2,rep,name=todos,proto3" json:"todos,omitempty"`
	Overview  string      `protobuf:"bytes,3,opt,name=overview,proto3" json:"overview,omitempty"`
	Name      string      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	IsProject bool        `protobuf:"varint,5,opt,name=is_project,json=isProject,proto3" json:"is_project,omitempty"`
	Phases    []*Phase    `protobuf:"bytes,6,rep,name=phases,proto3" json:"phases,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanArgs) Descriptor deprecated

func (*CreatePlanArgs) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanArgs.ProtoReflect.Descriptor instead.

func (*CreatePlanArgs) GetIsProject

func (x *CreatePlanArgs) GetIsProject() bool

func (*CreatePlanArgs) GetName

func (x *CreatePlanArgs) GetName() string

func (*CreatePlanArgs) GetOverview

func (x *CreatePlanArgs) GetOverview() string

func (*CreatePlanArgs) GetPhases

func (x *CreatePlanArgs) GetPhases() []*Phase

func (*CreatePlanArgs) GetPlan

func (x *CreatePlanArgs) GetPlan() string

func (*CreatePlanArgs) GetTodos

func (x *CreatePlanArgs) GetTodos() []*TodoItem

func (*CreatePlanArgs) ProtoMessage

func (*CreatePlanArgs) ProtoMessage()

func (*CreatePlanArgs) ProtoReflect

func (x *CreatePlanArgs) ProtoReflect() protoreflect.Message

func (*CreatePlanArgs) Reset

func (x *CreatePlanArgs) Reset()

func (*CreatePlanArgs) String

func (x *CreatePlanArgs) String() string

type CreatePlanError

type CreatePlanError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanError) Descriptor deprecated

func (*CreatePlanError) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanError.ProtoReflect.Descriptor instead.

func (*CreatePlanError) GetError

func (x *CreatePlanError) GetError() string

func (*CreatePlanError) ProtoMessage

func (*CreatePlanError) ProtoMessage()

func (*CreatePlanError) ProtoReflect

func (x *CreatePlanError) ProtoReflect() protoreflect.Message

func (*CreatePlanError) Reset

func (x *CreatePlanError) Reset()

func (*CreatePlanError) String

func (x *CreatePlanError) String() string

type CreatePlanRequestQuery

type CreatePlanRequestQuery struct {
	Args       *CreatePlanArgs `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	ToolCallId string          `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanRequestQuery) Descriptor deprecated

func (*CreatePlanRequestQuery) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanRequestQuery.ProtoReflect.Descriptor instead.

func (*CreatePlanRequestQuery) GetArgs

func (x *CreatePlanRequestQuery) GetArgs() *CreatePlanArgs

func (*CreatePlanRequestQuery) GetToolCallId

func (x *CreatePlanRequestQuery) GetToolCallId() string

func (*CreatePlanRequestQuery) ProtoMessage

func (*CreatePlanRequestQuery) ProtoMessage()

func (*CreatePlanRequestQuery) ProtoReflect

func (x *CreatePlanRequestQuery) ProtoReflect() protoreflect.Message

func (*CreatePlanRequestQuery) Reset

func (x *CreatePlanRequestQuery) Reset()

func (*CreatePlanRequestQuery) String

func (x *CreatePlanRequestQuery) String() string

type CreatePlanRequestResponse

type CreatePlanRequestResponse struct {
	Result *CreatePlanResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanRequestResponse) Descriptor deprecated

func (*CreatePlanRequestResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanRequestResponse.ProtoReflect.Descriptor instead.

func (*CreatePlanRequestResponse) GetResult

func (*CreatePlanRequestResponse) ProtoMessage

func (*CreatePlanRequestResponse) ProtoMessage()

func (*CreatePlanRequestResponse) ProtoReflect

func (*CreatePlanRequestResponse) Reset

func (x *CreatePlanRequestResponse) Reset()

func (*CreatePlanRequestResponse) String

func (x *CreatePlanRequestResponse) String() string

type CreatePlanResult

type CreatePlanResult struct {
	PlanUri string `protobuf:"bytes,3,opt,name=plan_uri,json=planUri,proto3" json:"plan_uri,omitempty"`
	// Types that are valid to be assigned to Result:
	//
	//	*CreatePlanResult_Success
	//	*CreatePlanResult_Error
	Result isCreatePlanResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*CreatePlanResult) Descriptor deprecated

func (*CreatePlanResult) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanResult.ProtoReflect.Descriptor instead.

func (*CreatePlanResult) GetError

func (x *CreatePlanResult) GetError() *CreatePlanError

func (*CreatePlanResult) GetPlanUri

func (x *CreatePlanResult) GetPlanUri() string

func (*CreatePlanResult) GetResult

func (x *CreatePlanResult) GetResult() isCreatePlanResult_Result

func (*CreatePlanResult) GetSuccess

func (x *CreatePlanResult) GetSuccess() *CreatePlanSuccess

func (*CreatePlanResult) ProtoMessage

func (*CreatePlanResult) ProtoMessage()

func (*CreatePlanResult) ProtoReflect

func (x *CreatePlanResult) ProtoReflect() protoreflect.Message

func (*CreatePlanResult) Reset

func (x *CreatePlanResult) Reset()

func (*CreatePlanResult) String

func (x *CreatePlanResult) String() string

type CreatePlanResult_Error

type CreatePlanResult_Error struct {
	Error *CreatePlanError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type CreatePlanResult_Success

type CreatePlanResult_Success struct {
	Success *CreatePlanSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type CreatePlanSuccess

type CreatePlanSuccess struct {
	// contains filtered or unexported fields
}

func (*CreatePlanSuccess) Descriptor deprecated

func (*CreatePlanSuccess) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanSuccess.ProtoReflect.Descriptor instead.

func (*CreatePlanSuccess) ProtoMessage

func (*CreatePlanSuccess) ProtoMessage()

func (*CreatePlanSuccess) ProtoReflect

func (x *CreatePlanSuccess) ProtoReflect() protoreflect.Message

func (*CreatePlanSuccess) Reset

func (x *CreatePlanSuccess) Reset()

func (*CreatePlanSuccess) String

func (x *CreatePlanSuccess) String() string

type CreatePlanToolCall

type CreatePlanToolCall struct {
	Args   *CreatePlanArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *CreatePlanResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanToolCall) Descriptor deprecated

func (*CreatePlanToolCall) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanToolCall.ProtoReflect.Descriptor instead.

func (*CreatePlanToolCall) GetArgs

func (x *CreatePlanToolCall) GetArgs() *CreatePlanArgs

func (*CreatePlanToolCall) GetResult

func (x *CreatePlanToolCall) GetResult() *CreatePlanResult

func (*CreatePlanToolCall) ProtoMessage

func (*CreatePlanToolCall) ProtoMessage()

func (*CreatePlanToolCall) ProtoReflect

func (x *CreatePlanToolCall) ProtoReflect() protoreflect.Message

func (*CreatePlanToolCall) Reset

func (x *CreatePlanToolCall) Reset()

func (*CreatePlanToolCall) String

func (x *CreatePlanToolCall) String() string

type CursorPackage

type CursorPackage struct {
	Name           string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description    string                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	FolderPath     string                 `protobuf:"bytes,3,opt,name=folder_path,json=folderPath,proto3" json:"folder_path,omitempty"`
	Enabled        bool                   `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
	ParseError     *string                `protobuf:"bytes,5,opt,name=parse_error,json=parseError,proto3,oneof" json:"parse_error,omitempty"`
	Prompts        []*CursorPackagePrompt `protobuf:"bytes,6,rep,name=prompts,proto3" json:"prompts,omitempty"`
	ReadmeFilePath string                 `protobuf:"bytes,7,opt,name=readme_file_path,json=readmeFilePath,proto3" json:"readme_file_path,omitempty"`
	PackageType    int32                  `protobuf:"varint,8,opt,name=package_type,json=packageType,proto3" json:"package_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CursorPackage) Descriptor deprecated

func (*CursorPackage) Descriptor() ([]byte, []int)

Deprecated: Use CursorPackage.ProtoReflect.Descriptor instead.

func (*CursorPackage) GetDescription

func (x *CursorPackage) GetDescription() string

func (*CursorPackage) GetEnabled

func (x *CursorPackage) GetEnabled() bool

func (*CursorPackage) GetFolderPath

func (x *CursorPackage) GetFolderPath() string

func (*CursorPackage) GetName

func (x *CursorPackage) GetName() string

func (*CursorPackage) GetPackageType

func (x *CursorPackage) GetPackageType() int32

func (*CursorPackage) GetParseError

func (x *CursorPackage) GetParseError() string

func (*CursorPackage) GetPrompts

func (x *CursorPackage) GetPrompts() []*CursorPackagePrompt

func (*CursorPackage) GetReadmeFilePath

func (x *CursorPackage) GetReadmeFilePath() string

func (*CursorPackage) ProtoMessage

func (*CursorPackage) ProtoMessage()

func (*CursorPackage) ProtoReflect

func (x *CursorPackage) ProtoReflect() protoreflect.Message

func (*CursorPackage) Reset

func (x *CursorPackage) Reset()

func (*CursorPackage) String

func (x *CursorPackage) String() string

type CursorPackagePrompt

type CursorPackagePrompt struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FilePath string `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	// contains filtered or unexported fields
}

func (*CursorPackagePrompt) Descriptor deprecated

func (*CursorPackagePrompt) Descriptor() ([]byte, []int)

Deprecated: Use CursorPackagePrompt.ProtoReflect.Descriptor instead.

func (*CursorPackagePrompt) GetFilePath

func (x *CursorPackagePrompt) GetFilePath() string

func (*CursorPackagePrompt) GetName

func (x *CursorPackagePrompt) GetName() string

func (*CursorPackagePrompt) ProtoMessage

func (*CursorPackagePrompt) ProtoMessage()

func (*CursorPackagePrompt) ProtoReflect

func (x *CursorPackagePrompt) ProtoReflect() protoreflect.Message

func (*CursorPackagePrompt) Reset

func (x *CursorPackagePrompt) Reset()

func (*CursorPackagePrompt) String

func (x *CursorPackagePrompt) String() string

type CursorPositionAction

type CursorPositionAction struct {
	// contains filtered or unexported fields
}

func (*CursorPositionAction) Descriptor deprecated

func (*CursorPositionAction) Descriptor() ([]byte, []int)

Deprecated: Use CursorPositionAction.ProtoReflect.Descriptor instead.

func (*CursorPositionAction) ProtoMessage

func (*CursorPositionAction) ProtoMessage()

func (*CursorPositionAction) ProtoReflect

func (x *CursorPositionAction) ProtoReflect() protoreflect.Message

func (*CursorPositionAction) Reset

func (x *CursorPositionAction) Reset()

func (*CursorPositionAction) String

func (x *CursorPositionAction) String() string

type CursorRule

type CursorRule struct {
	FullPath        string          `protobuf:"bytes,1,opt,name=full_path,json=fullPath,proto3" json:"full_path,omitempty"`
	Content         string          `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Type            *CursorRuleType `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Source          int32           `protobuf:"varint,4,opt,name=source,proto3" json:"source,omitempty"`
	GitRemoteOrigin *string         `protobuf:"bytes,5,opt,name=git_remote_origin,json=gitRemoteOrigin,proto3,oneof" json:"git_remote_origin,omitempty"`
	ParseError      *string         `protobuf:"bytes,6,opt,name=parse_error,json=parseError,proto3,oneof" json:"parse_error,omitempty"`
	// contains filtered or unexported fields
}

func (*CursorRule) Descriptor deprecated

func (*CursorRule) Descriptor() ([]byte, []int)

Deprecated: Use CursorRule.ProtoReflect.Descriptor instead.

func (*CursorRule) GetContent

func (x *CursorRule) GetContent() string

func (*CursorRule) GetFullPath

func (x *CursorRule) GetFullPath() string

func (*CursorRule) GetGitRemoteOrigin

func (x *CursorRule) GetGitRemoteOrigin() string

func (*CursorRule) GetParseError

func (x *CursorRule) GetParseError() string

func (*CursorRule) GetSource

func (x *CursorRule) GetSource() int32

func (*CursorRule) GetType

func (x *CursorRule) GetType() *CursorRuleType

func (*CursorRule) ProtoMessage

func (*CursorRule) ProtoMessage()

func (*CursorRule) ProtoReflect

func (x *CursorRule) ProtoReflect() protoreflect.Message

func (*CursorRule) Reset

func (x *CursorRule) Reset()

func (*CursorRule) String

func (x *CursorRule) String() string

type CursorRuleSource

type CursorRuleSource int32
const (
	CursorRuleSource_CURSOR_RULE_SOURCE_UNSPECIFIED CursorRuleSource = 0
	CursorRuleSource_CURSOR_RULE_SOURCE_TEAM        CursorRuleSource = 1
	CursorRuleSource_CURSOR_RULE_SOURCE_USER        CursorRuleSource = 2
)

func (CursorRuleSource) Descriptor

func (CursorRuleSource) Enum

func (CursorRuleSource) EnumDescriptor deprecated

func (CursorRuleSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use CursorRuleSource.Descriptor instead.

func (CursorRuleSource) Number

func (CursorRuleSource) String

func (x CursorRuleSource) String() string

func (CursorRuleSource) Type

type CursorRuleType

type CursorRuleType struct {

	// Types that are valid to be assigned to Type:
	//
	//	*CursorRuleType_Global
	//	*CursorRuleType_FileGlobbed
	//	*CursorRuleType_AgentFetched
	//	*CursorRuleType_ManuallyAttached
	Type isCursorRuleType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*CursorRuleType) Descriptor deprecated

func (*CursorRuleType) Descriptor() ([]byte, []int)

Deprecated: Use CursorRuleType.ProtoReflect.Descriptor instead.

func (*CursorRuleType) GetAgentFetched

func (x *CursorRuleType) GetAgentFetched() *CursorRuleTypeAgentFetched

func (*CursorRuleType) GetFileGlobbed

func (x *CursorRuleType) GetFileGlobbed() *CursorRuleTypeFileGlobs

func (*CursorRuleType) GetGlobal

func (x *CursorRuleType) GetGlobal() *CursorRuleTypeGlobal

func (*CursorRuleType) GetManuallyAttached

func (x *CursorRuleType) GetManuallyAttached() *CursorRuleTypeManuallyAttached

func (*CursorRuleType) GetType

func (x *CursorRuleType) GetType() isCursorRuleType_Type

func (*CursorRuleType) ProtoMessage

func (*CursorRuleType) ProtoMessage()

func (*CursorRuleType) ProtoReflect

func (x *CursorRuleType) ProtoReflect() protoreflect.Message

func (*CursorRuleType) Reset

func (x *CursorRuleType) Reset()

func (*CursorRuleType) String

func (x *CursorRuleType) String() string

type CursorRuleTypeAgentFetched

type CursorRuleTypeAgentFetched struct {
	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*CursorRuleTypeAgentFetched) Descriptor deprecated

func (*CursorRuleTypeAgentFetched) Descriptor() ([]byte, []int)

Deprecated: Use CursorRuleTypeAgentFetched.ProtoReflect.Descriptor instead.

func (*CursorRuleTypeAgentFetched) GetDescription

func (x *CursorRuleTypeAgentFetched) GetDescription() string

func (*CursorRuleTypeAgentFetched) ProtoMessage

func (*CursorRuleTypeAgentFetched) ProtoMessage()

func (*CursorRuleTypeAgentFetched) ProtoReflect

func (*CursorRuleTypeAgentFetched) Reset

func (x *CursorRuleTypeAgentFetched) Reset()

func (*CursorRuleTypeAgentFetched) String

func (x *CursorRuleTypeAgentFetched) String() string

type CursorRuleTypeFileGlobs

type CursorRuleTypeFileGlobs struct {
	Globs []string `protobuf:"bytes,1,rep,name=globs,proto3" json:"globs,omitempty"`
	// contains filtered or unexported fields
}

func (*CursorRuleTypeFileGlobs) Descriptor deprecated

func (*CursorRuleTypeFileGlobs) Descriptor() ([]byte, []int)

Deprecated: Use CursorRuleTypeFileGlobs.ProtoReflect.Descriptor instead.

func (*CursorRuleTypeFileGlobs) GetGlobs

func (x *CursorRuleTypeFileGlobs) GetGlobs() []string

func (*CursorRuleTypeFileGlobs) ProtoMessage

func (*CursorRuleTypeFileGlobs) ProtoMessage()

func (*CursorRuleTypeFileGlobs) ProtoReflect

func (x *CursorRuleTypeFileGlobs) ProtoReflect() protoreflect.Message

func (*CursorRuleTypeFileGlobs) Reset

func (x *CursorRuleTypeFileGlobs) Reset()

func (*CursorRuleTypeFileGlobs) String

func (x *CursorRuleTypeFileGlobs) String() string

type CursorRuleTypeGlobal

type CursorRuleTypeGlobal struct {
	// contains filtered or unexported fields
}

func (*CursorRuleTypeGlobal) Descriptor deprecated

func (*CursorRuleTypeGlobal) Descriptor() ([]byte, []int)

Deprecated: Use CursorRuleTypeGlobal.ProtoReflect.Descriptor instead.

func (*CursorRuleTypeGlobal) ProtoMessage

func (*CursorRuleTypeGlobal) ProtoMessage()

func (*CursorRuleTypeGlobal) ProtoReflect

func (x *CursorRuleTypeGlobal) ProtoReflect() protoreflect.Message

func (*CursorRuleTypeGlobal) Reset

func (x *CursorRuleTypeGlobal) Reset()

func (*CursorRuleTypeGlobal) String

func (x *CursorRuleTypeGlobal) String() string

type CursorRuleTypeManuallyAttached

type CursorRuleTypeManuallyAttached struct {
	// contains filtered or unexported fields
}

func (*CursorRuleTypeManuallyAttached) Descriptor deprecated

func (*CursorRuleTypeManuallyAttached) Descriptor() ([]byte, []int)

Deprecated: Use CursorRuleTypeManuallyAttached.ProtoReflect.Descriptor instead.

func (*CursorRuleTypeManuallyAttached) ProtoMessage

func (*CursorRuleTypeManuallyAttached) ProtoMessage()

func (*CursorRuleTypeManuallyAttached) ProtoReflect

func (*CursorRuleTypeManuallyAttached) Reset

func (x *CursorRuleTypeManuallyAttached) Reset()

func (*CursorRuleTypeManuallyAttached) String

type CursorRuleType_AgentFetched

type CursorRuleType_AgentFetched struct {
	AgentFetched *CursorRuleTypeAgentFetched `protobuf:"bytes,3,opt,name=agent_fetched,json=agentFetched,proto3,oneof"`
}

type CursorRuleType_FileGlobbed

type CursorRuleType_FileGlobbed struct {
	FileGlobbed *CursorRuleTypeFileGlobs `protobuf:"bytes,2,opt,name=file_globbed,json=fileGlobbed,proto3,oneof"`
}

type CursorRuleType_Global

type CursorRuleType_Global struct {
	Global *CursorRuleTypeGlobal `protobuf:"bytes,1,opt,name=global,proto3,oneof"`
}

type CursorRuleType_ManuallyAttached

type CursorRuleType_ManuallyAttached struct {
	ManuallyAttached *CursorRuleTypeManuallyAttached `protobuf:"bytes,4,opt,name=manually_attached,json=manuallyAttached,proto3,oneof"`
}

type CustomSubagent

type CustomSubagent struct {
	FullPath       string   `protobuf:"bytes,1,opt,name=full_path,json=fullPath,proto3" json:"full_path,omitempty"`
	Name           string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description    string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Tools          []string `protobuf:"bytes,4,rep,name=tools,proto3" json:"tools,omitempty"`
	Model          string   `protobuf:"bytes,5,opt,name=model,proto3" json:"model,omitempty"`
	Prompt         string   `protobuf:"bytes,6,opt,name=prompt,proto3" json:"prompt,omitempty"`
	PermissionMode int32    `protobuf:"varint,7,opt,name=permission_mode,json=permissionMode,proto3" json:"permission_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomSubagent) Descriptor deprecated

func (*CustomSubagent) Descriptor() ([]byte, []int)

Deprecated: Use CustomSubagent.ProtoReflect.Descriptor instead.

func (*CustomSubagent) GetDescription

func (x *CustomSubagent) GetDescription() string

func (*CustomSubagent) GetFullPath

func (x *CustomSubagent) GetFullPath() string

func (*CustomSubagent) GetModel

func (x *CustomSubagent) GetModel() string

func (*CustomSubagent) GetName

func (x *CustomSubagent) GetName() string

func (*CustomSubagent) GetPermissionMode

func (x *CustomSubagent) GetPermissionMode() int32

func (*CustomSubagent) GetPrompt

func (x *CustomSubagent) GetPrompt() string

func (*CustomSubagent) GetTools

func (x *CustomSubagent) GetTools() []string

func (*CustomSubagent) ProtoMessage

func (*CustomSubagent) ProtoMessage()

func (*CustomSubagent) ProtoReflect

func (x *CustomSubagent) ProtoReflect() protoreflect.Message

func (*CustomSubagent) Reset

func (x *CustomSubagent) Reset()

func (*CustomSubagent) String

func (x *CustomSubagent) String() string

type CustomSubagentPermissionMode

type CustomSubagentPermissionMode int32
const (
	CustomSubagentPermissionMode_CUSTOM_SUBAGENT_PERMISSION_MODE_UNSPECIFIED CustomSubagentPermissionMode = 0
	CustomSubagentPermissionMode_CUSTOM_SUBAGENT_PERMISSION_MODE_DEFAULT     CustomSubagentPermissionMode = 1
	CustomSubagentPermissionMode_CUSTOM_SUBAGENT_PERMISSION_MODE_READONLY    CustomSubagentPermissionMode = 2
)

func (CustomSubagentPermissionMode) Descriptor

func (CustomSubagentPermissionMode) Enum

func (CustomSubagentPermissionMode) EnumDescriptor deprecated

func (CustomSubagentPermissionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use CustomSubagentPermissionMode.Descriptor instead.

func (CustomSubagentPermissionMode) Number

func (CustomSubagentPermissionMode) String

func (CustomSubagentPermissionMode) Type

type DebugModeConfig

type DebugModeConfig struct {
	LogPath        string `protobuf:"bytes,1,opt,name=log_path,json=logPath,proto3" json:"log_path,omitempty"`
	ServerEndpoint string `protobuf:"bytes,2,opt,name=server_endpoint,json=serverEndpoint,proto3" json:"server_endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugModeConfig) Descriptor deprecated

func (*DebugModeConfig) Descriptor() ([]byte, []int)

Deprecated: Use DebugModeConfig.ProtoReflect.Descriptor instead.

func (*DebugModeConfig) GetLogPath

func (x *DebugModeConfig) GetLogPath() string

func (*DebugModeConfig) GetServerEndpoint

func (x *DebugModeConfig) GetServerEndpoint() string

func (*DebugModeConfig) ProtoMessage

func (*DebugModeConfig) ProtoMessage()

func (*DebugModeConfig) ProtoReflect

func (x *DebugModeConfig) ProtoReflect() protoreflect.Message

func (*DebugModeConfig) Reset

func (x *DebugModeConfig) Reset()

func (*DebugModeConfig) String

func (x *DebugModeConfig) String() string

type DeleteArgs

type DeleteArgs struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ToolCallId string `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteArgs) Descriptor deprecated

func (*DeleteArgs) Descriptor() ([]byte, []int)

Deprecated: Use DeleteArgs.ProtoReflect.Descriptor instead.

func (*DeleteArgs) GetPath

func (x *DeleteArgs) GetPath() string

func (*DeleteArgs) GetToolCallId

func (x *DeleteArgs) GetToolCallId() string

func (*DeleteArgs) ProtoMessage

func (*DeleteArgs) ProtoMessage()

func (*DeleteArgs) ProtoReflect

func (x *DeleteArgs) ProtoReflect() protoreflect.Message

func (*DeleteArgs) Reset

func (x *DeleteArgs) Reset()

func (*DeleteArgs) String

func (x *DeleteArgs) String() string

type DeleteError

type DeleteError struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteError) Descriptor deprecated

func (*DeleteError) Descriptor() ([]byte, []int)

Deprecated: Use DeleteError.ProtoReflect.Descriptor instead.

func (*DeleteError) GetError

func (x *DeleteError) GetError() string

func (*DeleteError) GetPath

func (x *DeleteError) GetPath() string

func (*DeleteError) ProtoMessage

func (*DeleteError) ProtoMessage()

func (*DeleteError) ProtoReflect

func (x *DeleteError) ProtoReflect() protoreflect.Message

func (*DeleteError) Reset

func (x *DeleteError) Reset()

func (*DeleteError) String

func (x *DeleteError) String() string

type DeleteFileBusy

type DeleteFileBusy struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileBusy) Descriptor deprecated

func (*DeleteFileBusy) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFileBusy.ProtoReflect.Descriptor instead.

func (*DeleteFileBusy) GetPath

func (x *DeleteFileBusy) GetPath() string

func (*DeleteFileBusy) ProtoMessage

func (*DeleteFileBusy) ProtoMessage()

func (*DeleteFileBusy) ProtoReflect

func (x *DeleteFileBusy) ProtoReflect() protoreflect.Message

func (*DeleteFileBusy) Reset

func (x *DeleteFileBusy) Reset()

func (*DeleteFileBusy) String

func (x *DeleteFileBusy) String() string

type DeleteFileNotFound

type DeleteFileNotFound struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileNotFound) Descriptor deprecated

func (*DeleteFileNotFound) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFileNotFound.ProtoReflect.Descriptor instead.

func (*DeleteFileNotFound) GetPath

func (x *DeleteFileNotFound) GetPath() string

func (*DeleteFileNotFound) ProtoMessage

func (*DeleteFileNotFound) ProtoMessage()

func (*DeleteFileNotFound) ProtoReflect

func (x *DeleteFileNotFound) ProtoReflect() protoreflect.Message

func (*DeleteFileNotFound) Reset

func (x *DeleteFileNotFound) Reset()

func (*DeleteFileNotFound) String

func (x *DeleteFileNotFound) String() string

type DeleteNotFile

type DeleteNotFile struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ActualType string `protobuf:"bytes,2,opt,name=actual_type,json=actualType,proto3" json:"actual_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNotFile) Descriptor deprecated

func (*DeleteNotFile) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNotFile.ProtoReflect.Descriptor instead.

func (*DeleteNotFile) GetActualType

func (x *DeleteNotFile) GetActualType() string

func (*DeleteNotFile) GetPath

func (x *DeleteNotFile) GetPath() string

func (*DeleteNotFile) ProtoMessage

func (*DeleteNotFile) ProtoMessage()

func (*DeleteNotFile) ProtoReflect

func (x *DeleteNotFile) ProtoReflect() protoreflect.Message

func (*DeleteNotFile) Reset

func (x *DeleteNotFile) Reset()

func (*DeleteNotFile) String

func (x *DeleteNotFile) String() string

type DeletePermissionDenied

type DeletePermissionDenied struct {
	Path               string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ClientVisibleError string `protobuf:"bytes,2,opt,name=client_visible_error,json=clientVisibleError,proto3" json:"client_visible_error,omitempty"`
	IsReadonly         bool   `protobuf:"varint,3,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePermissionDenied) Descriptor deprecated

func (*DeletePermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use DeletePermissionDenied.ProtoReflect.Descriptor instead.

func (*DeletePermissionDenied) GetClientVisibleError

func (x *DeletePermissionDenied) GetClientVisibleError() string

func (*DeletePermissionDenied) GetIsReadonly

func (x *DeletePermissionDenied) GetIsReadonly() bool

func (*DeletePermissionDenied) GetPath

func (x *DeletePermissionDenied) GetPath() string

func (*DeletePermissionDenied) ProtoMessage

func (*DeletePermissionDenied) ProtoMessage()

func (*DeletePermissionDenied) ProtoReflect

func (x *DeletePermissionDenied) ProtoReflect() protoreflect.Message

func (*DeletePermissionDenied) Reset

func (x *DeletePermissionDenied) Reset()

func (*DeletePermissionDenied) String

func (x *DeletePermissionDenied) String() string

type DeleteRejected

type DeleteRejected struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRejected) Descriptor deprecated

func (*DeleteRejected) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRejected.ProtoReflect.Descriptor instead.

func (*DeleteRejected) GetPath

func (x *DeleteRejected) GetPath() string

func (*DeleteRejected) GetReason

func (x *DeleteRejected) GetReason() string

func (*DeleteRejected) ProtoMessage

func (*DeleteRejected) ProtoMessage()

func (*DeleteRejected) ProtoReflect

func (x *DeleteRejected) ProtoReflect() protoreflect.Message

func (*DeleteRejected) Reset

func (x *DeleteRejected) Reset()

func (*DeleteRejected) String

func (x *DeleteRejected) String() string

type DeleteResult

type DeleteResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*DeleteResult_Success
	//	*DeleteResult_FileNotFound
	//	*DeleteResult_NotFile
	//	*DeleteResult_PermissionDenied
	//	*DeleteResult_FileBusy
	//	*DeleteResult_Rejected
	//	*DeleteResult_Error
	Result isDeleteResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*DeleteResult) Descriptor deprecated

func (*DeleteResult) Descriptor() ([]byte, []int)

Deprecated: Use DeleteResult.ProtoReflect.Descriptor instead.

func (*DeleteResult) GetError

func (x *DeleteResult) GetError() *DeleteError

func (*DeleteResult) GetFileBusy

func (x *DeleteResult) GetFileBusy() *DeleteFileBusy

func (*DeleteResult) GetFileNotFound

func (x *DeleteResult) GetFileNotFound() *DeleteFileNotFound

func (*DeleteResult) GetNotFile

func (x *DeleteResult) GetNotFile() *DeleteNotFile

func (*DeleteResult) GetPermissionDenied

func (x *DeleteResult) GetPermissionDenied() *DeletePermissionDenied

func (*DeleteResult) GetRejected

func (x *DeleteResult) GetRejected() *DeleteRejected

func (*DeleteResult) GetResult

func (x *DeleteResult) GetResult() isDeleteResult_Result

func (*DeleteResult) GetSuccess

func (x *DeleteResult) GetSuccess() *DeleteSuccess

func (*DeleteResult) ProtoMessage

func (*DeleteResult) ProtoMessage()

func (*DeleteResult) ProtoReflect

func (x *DeleteResult) ProtoReflect() protoreflect.Message

func (*DeleteResult) Reset

func (x *DeleteResult) Reset()

func (*DeleteResult) String

func (x *DeleteResult) String() string

type DeleteResult_Error

type DeleteResult_Error struct {
	Error *DeleteError `protobuf:"bytes,7,opt,name=error,proto3,oneof"`
}

type DeleteResult_FileBusy

type DeleteResult_FileBusy struct {
	FileBusy *DeleteFileBusy `protobuf:"bytes,5,opt,name=file_busy,json=fileBusy,proto3,oneof"`
}

type DeleteResult_FileNotFound

type DeleteResult_FileNotFound struct {
	FileNotFound *DeleteFileNotFound `protobuf:"bytes,2,opt,name=file_not_found,json=fileNotFound,proto3,oneof"`
}

type DeleteResult_NotFile

type DeleteResult_NotFile struct {
	NotFile *DeleteNotFile `protobuf:"bytes,3,opt,name=not_file,json=notFile,proto3,oneof"`
}

type DeleteResult_PermissionDenied

type DeleteResult_PermissionDenied struct {
	PermissionDenied *DeletePermissionDenied `protobuf:"bytes,4,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type DeleteResult_Rejected

type DeleteResult_Rejected struct {
	Rejected *DeleteRejected `protobuf:"bytes,6,opt,name=rejected,proto3,oneof"`
}

type DeleteResult_Success

type DeleteResult_Success struct {
	Success *DeleteSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type DeleteSuccess

type DeleteSuccess struct {
	Path        string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	DeletedFile string `protobuf:"bytes,2,opt,name=deleted_file,json=deletedFile,proto3" json:"deleted_file,omitempty"`
	FileSize    int64  `protobuf:"varint,3,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	PrevContent string `protobuf:"bytes,4,opt,name=prev_content,json=prevContent,proto3" json:"prev_content,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSuccess) Descriptor deprecated

func (*DeleteSuccess) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSuccess.ProtoReflect.Descriptor instead.

func (*DeleteSuccess) GetDeletedFile

func (x *DeleteSuccess) GetDeletedFile() string

func (*DeleteSuccess) GetFileSize

func (x *DeleteSuccess) GetFileSize() int64

func (*DeleteSuccess) GetPath

func (x *DeleteSuccess) GetPath() string

func (*DeleteSuccess) GetPrevContent

func (x *DeleteSuccess) GetPrevContent() string

func (*DeleteSuccess) ProtoMessage

func (*DeleteSuccess) ProtoMessage()

func (*DeleteSuccess) ProtoReflect

func (x *DeleteSuccess) ProtoReflect() protoreflect.Message

func (*DeleteSuccess) Reset

func (x *DeleteSuccess) Reset()

func (*DeleteSuccess) String

func (x *DeleteSuccess) String() string

type DeleteToolCall

type DeleteToolCall struct {
	Args   *DeleteArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *DeleteResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteToolCall) Descriptor deprecated

func (*DeleteToolCall) Descriptor() ([]byte, []int)

Deprecated: Use DeleteToolCall.ProtoReflect.Descriptor instead.

func (*DeleteToolCall) GetArgs

func (x *DeleteToolCall) GetArgs() *DeleteArgs

func (*DeleteToolCall) GetResult

func (x *DeleteToolCall) GetResult() *DeleteResult

func (*DeleteToolCall) ProtoMessage

func (*DeleteToolCall) ProtoMessage()

func (*DeleteToolCall) ProtoReflect

func (x *DeleteToolCall) ProtoReflect() protoreflect.Message

func (*DeleteToolCall) Reset

func (x *DeleteToolCall) Reset()

func (*DeleteToolCall) String

func (x *DeleteToolCall) String() string

type Diagnostic

type Diagnostic struct {
	Severity int32  `protobuf:"varint,1,opt,name=severity,proto3" json:"severity,omitempty"`
	Range    *Range `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	Message  string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Source   string `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	Code     string `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
	IsStale  bool   `protobuf:"varint,6,opt,name=is_stale,json=isStale,proto3" json:"is_stale,omitempty"`
	// contains filtered or unexported fields
}

func (*Diagnostic) Descriptor deprecated

func (*Diagnostic) Descriptor() ([]byte, []int)

Deprecated: Use Diagnostic.ProtoReflect.Descriptor instead.

func (*Diagnostic) GetCode

func (x *Diagnostic) GetCode() string

func (*Diagnostic) GetIsStale

func (x *Diagnostic) GetIsStale() bool

func (*Diagnostic) GetMessage

func (x *Diagnostic) GetMessage() string

func (*Diagnostic) GetRange

func (x *Diagnostic) GetRange() *Range

func (*Diagnostic) GetSeverity

func (x *Diagnostic) GetSeverity() int32

func (*Diagnostic) GetSource

func (x *Diagnostic) GetSource() string

func (*Diagnostic) ProtoMessage

func (*Diagnostic) ProtoMessage()

func (*Diagnostic) ProtoReflect

func (x *Diagnostic) ProtoReflect() protoreflect.Message

func (*Diagnostic) Reset

func (x *Diagnostic) Reset()

func (*Diagnostic) String

func (x *Diagnostic) String() string

type DiagnosticItem

type DiagnosticItem struct {
	Severity DiagnosticSeverity `protobuf:"varint,1,opt,name=severity,proto3,enum=agent.v1.DiagnosticSeverity" json:"severity,omitempty"`
	Range    *DiagnosticRange   `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	Message  string             `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Source   string             `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	Code     string             `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
	IsStale  bool               `protobuf:"varint,6,opt,name=is_stale,json=isStale,proto3" json:"is_stale,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticItem) Descriptor deprecated

func (*DiagnosticItem) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticItem.ProtoReflect.Descriptor instead.

func (*DiagnosticItem) GetCode

func (x *DiagnosticItem) GetCode() string

func (*DiagnosticItem) GetIsStale

func (x *DiagnosticItem) GetIsStale() bool

func (*DiagnosticItem) GetMessage

func (x *DiagnosticItem) GetMessage() string

func (*DiagnosticItem) GetRange

func (x *DiagnosticItem) GetRange() *DiagnosticRange

func (*DiagnosticItem) GetSeverity

func (x *DiagnosticItem) GetSeverity() DiagnosticSeverity

func (*DiagnosticItem) GetSource

func (x *DiagnosticItem) GetSource() string

func (*DiagnosticItem) ProtoMessage

func (*DiagnosticItem) ProtoMessage()

func (*DiagnosticItem) ProtoReflect

func (x *DiagnosticItem) ProtoReflect() protoreflect.Message

func (*DiagnosticItem) Reset

func (x *DiagnosticItem) Reset()

func (*DiagnosticItem) String

func (x *DiagnosticItem) String() string

type DiagnosticRange

type DiagnosticRange struct {
	Start *Position `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *Position `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticRange) Descriptor deprecated

func (*DiagnosticRange) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticRange.ProtoReflect.Descriptor instead.

func (*DiagnosticRange) GetEnd

func (x *DiagnosticRange) GetEnd() *Position

func (*DiagnosticRange) GetStart

func (x *DiagnosticRange) GetStart() *Position

func (*DiagnosticRange) ProtoMessage

func (*DiagnosticRange) ProtoMessage()

func (*DiagnosticRange) ProtoReflect

func (x *DiagnosticRange) ProtoReflect() protoreflect.Message

func (*DiagnosticRange) Reset

func (x *DiagnosticRange) Reset()

func (*DiagnosticRange) String

func (x *DiagnosticRange) String() string

type DiagnosticSeverity

type DiagnosticSeverity int32
const (
	DiagnosticSeverity_DIAGNOSTIC_SEVERITY_UNSPECIFIED DiagnosticSeverity = 0
	DiagnosticSeverity_DIAGNOSTIC_SEVERITY_ERROR       DiagnosticSeverity = 1
	DiagnosticSeverity_DIAGNOSTIC_SEVERITY_WARNING     DiagnosticSeverity = 2
	DiagnosticSeverity_DIAGNOSTIC_SEVERITY_INFORMATION DiagnosticSeverity = 3
	DiagnosticSeverity_DIAGNOSTIC_SEVERITY_HINT        DiagnosticSeverity = 4
)

func (DiagnosticSeverity) Descriptor

func (DiagnosticSeverity) Enum

func (DiagnosticSeverity) EnumDescriptor deprecated

func (DiagnosticSeverity) EnumDescriptor() ([]byte, []int)

Deprecated: Use DiagnosticSeverity.Descriptor instead.

func (DiagnosticSeverity) Number

func (DiagnosticSeverity) String

func (x DiagnosticSeverity) String() string

func (DiagnosticSeverity) Type

type DiagnosticsArgs

type DiagnosticsArgs struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ToolCallId string `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticsArgs) Descriptor deprecated

func (*DiagnosticsArgs) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsArgs.ProtoReflect.Descriptor instead.

func (*DiagnosticsArgs) GetPath

func (x *DiagnosticsArgs) GetPath() string

func (*DiagnosticsArgs) GetToolCallId

func (x *DiagnosticsArgs) GetToolCallId() string

func (*DiagnosticsArgs) ProtoMessage

func (*DiagnosticsArgs) ProtoMessage()

func (*DiagnosticsArgs) ProtoReflect

func (x *DiagnosticsArgs) ProtoReflect() protoreflect.Message

func (*DiagnosticsArgs) Reset

func (x *DiagnosticsArgs) Reset()

func (*DiagnosticsArgs) String

func (x *DiagnosticsArgs) String() string

type DiagnosticsError

type DiagnosticsError struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticsError) Descriptor deprecated

func (*DiagnosticsError) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsError.ProtoReflect.Descriptor instead.

func (*DiagnosticsError) GetError

func (x *DiagnosticsError) GetError() string

func (*DiagnosticsError) GetPath

func (x *DiagnosticsError) GetPath() string

func (*DiagnosticsError) ProtoMessage

func (*DiagnosticsError) ProtoMessage()

func (*DiagnosticsError) ProtoReflect

func (x *DiagnosticsError) ProtoReflect() protoreflect.Message

func (*DiagnosticsError) Reset

func (x *DiagnosticsError) Reset()

func (*DiagnosticsError) String

func (x *DiagnosticsError) String() string

type DiagnosticsFileNotFound

type DiagnosticsFileNotFound struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticsFileNotFound) Descriptor deprecated

func (*DiagnosticsFileNotFound) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsFileNotFound.ProtoReflect.Descriptor instead.

func (*DiagnosticsFileNotFound) GetPath

func (x *DiagnosticsFileNotFound) GetPath() string

func (*DiagnosticsFileNotFound) ProtoMessage

func (*DiagnosticsFileNotFound) ProtoMessage()

func (*DiagnosticsFileNotFound) ProtoReflect

func (x *DiagnosticsFileNotFound) ProtoReflect() protoreflect.Message

func (*DiagnosticsFileNotFound) Reset

func (x *DiagnosticsFileNotFound) Reset()

func (*DiagnosticsFileNotFound) String

func (x *DiagnosticsFileNotFound) String() string

type DiagnosticsPermissionDenied

type DiagnosticsPermissionDenied struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticsPermissionDenied) Descriptor deprecated

func (*DiagnosticsPermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsPermissionDenied.ProtoReflect.Descriptor instead.

func (*DiagnosticsPermissionDenied) GetPath

func (x *DiagnosticsPermissionDenied) GetPath() string

func (*DiagnosticsPermissionDenied) ProtoMessage

func (*DiagnosticsPermissionDenied) ProtoMessage()

func (*DiagnosticsPermissionDenied) ProtoReflect

func (*DiagnosticsPermissionDenied) Reset

func (x *DiagnosticsPermissionDenied) Reset()

func (*DiagnosticsPermissionDenied) String

func (x *DiagnosticsPermissionDenied) String() string

type DiagnosticsRejected

type DiagnosticsRejected struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticsRejected) Descriptor deprecated

func (*DiagnosticsRejected) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsRejected.ProtoReflect.Descriptor instead.

func (*DiagnosticsRejected) GetPath

func (x *DiagnosticsRejected) GetPath() string

func (*DiagnosticsRejected) GetReason

func (x *DiagnosticsRejected) GetReason() string

func (*DiagnosticsRejected) ProtoMessage

func (*DiagnosticsRejected) ProtoMessage()

func (*DiagnosticsRejected) ProtoReflect

func (x *DiagnosticsRejected) ProtoReflect() protoreflect.Message

func (*DiagnosticsRejected) Reset

func (x *DiagnosticsRejected) Reset()

func (*DiagnosticsRejected) String

func (x *DiagnosticsRejected) String() string

type DiagnosticsResult

type DiagnosticsResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*DiagnosticsResult_Success
	//	*DiagnosticsResult_Error
	//	*DiagnosticsResult_Rejected
	//	*DiagnosticsResult_FileNotFound
	//	*DiagnosticsResult_PermissionDenied
	Result isDiagnosticsResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*DiagnosticsResult) Descriptor deprecated

func (*DiagnosticsResult) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsResult.ProtoReflect.Descriptor instead.

func (*DiagnosticsResult) GetError

func (x *DiagnosticsResult) GetError() *DiagnosticsError

func (*DiagnosticsResult) GetFileNotFound

func (x *DiagnosticsResult) GetFileNotFound() *DiagnosticsFileNotFound

func (*DiagnosticsResult) GetPermissionDenied

func (x *DiagnosticsResult) GetPermissionDenied() *DiagnosticsPermissionDenied

func (*DiagnosticsResult) GetRejected

func (x *DiagnosticsResult) GetRejected() *DiagnosticsRejected

func (*DiagnosticsResult) GetResult

func (x *DiagnosticsResult) GetResult() isDiagnosticsResult_Result

func (*DiagnosticsResult) GetSuccess

func (x *DiagnosticsResult) GetSuccess() *DiagnosticsSuccess

func (*DiagnosticsResult) ProtoMessage

func (*DiagnosticsResult) ProtoMessage()

func (*DiagnosticsResult) ProtoReflect

func (x *DiagnosticsResult) ProtoReflect() protoreflect.Message

func (*DiagnosticsResult) Reset

func (x *DiagnosticsResult) Reset()

func (*DiagnosticsResult) String

func (x *DiagnosticsResult) String() string

type DiagnosticsResult_Error

type DiagnosticsResult_Error struct {
	Error *DiagnosticsError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type DiagnosticsResult_FileNotFound

type DiagnosticsResult_FileNotFound struct {
	FileNotFound *DiagnosticsFileNotFound `protobuf:"bytes,4,opt,name=file_not_found,json=fileNotFound,proto3,oneof"`
}

type DiagnosticsResult_PermissionDenied

type DiagnosticsResult_PermissionDenied struct {
	PermissionDenied *DiagnosticsPermissionDenied `protobuf:"bytes,5,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type DiagnosticsResult_Rejected

type DiagnosticsResult_Rejected struct {
	Rejected *DiagnosticsRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type DiagnosticsResult_Success

type DiagnosticsResult_Success struct {
	Success *DiagnosticsSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type DiagnosticsSuccess

type DiagnosticsSuccess struct {
	Path             string        `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Diagnostics      []*Diagnostic `protobuf:"bytes,2,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	TotalDiagnostics int32         `protobuf:"varint,3,opt,name=total_diagnostics,json=totalDiagnostics,proto3" json:"total_diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosticsSuccess) Descriptor deprecated

func (*DiagnosticsSuccess) Descriptor() ([]byte, []int)

Deprecated: Use DiagnosticsSuccess.ProtoReflect.Descriptor instead.

func (*DiagnosticsSuccess) GetDiagnostics

func (x *DiagnosticsSuccess) GetDiagnostics() []*Diagnostic

func (*DiagnosticsSuccess) GetPath

func (x *DiagnosticsSuccess) GetPath() string

func (*DiagnosticsSuccess) GetTotalDiagnostics

func (x *DiagnosticsSuccess) GetTotalDiagnostics() int32

func (*DiagnosticsSuccess) ProtoMessage

func (*DiagnosticsSuccess) ProtoMessage()

func (*DiagnosticsSuccess) ProtoReflect

func (x *DiagnosticsSuccess) ProtoReflect() protoreflect.Message

func (*DiagnosticsSuccess) Reset

func (x *DiagnosticsSuccess) Reset()

func (*DiagnosticsSuccess) String

func (x *DiagnosticsSuccess) String() string

type DragAction

type DragAction struct {
	Path   []*Coordinate `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	Button int32         `protobuf:"varint,2,opt,name=button,proto3" json:"button,omitempty"`
	// contains filtered or unexported fields
}

func (*DragAction) Descriptor deprecated

func (*DragAction) Descriptor() ([]byte, []int)

Deprecated: Use DragAction.ProtoReflect.Descriptor instead.

func (*DragAction) GetButton

func (x *DragAction) GetButton() int32

func (*DragAction) GetPath

func (x *DragAction) GetPath() []*Coordinate

func (*DragAction) ProtoMessage

func (*DragAction) ProtoMessage()

func (*DragAction) ProtoReflect

func (x *DragAction) ProtoReflect() protoreflect.Message

func (*DragAction) Reset

func (x *DragAction) Reset()

func (*DragAction) String

func (x *DragAction) String() string

type EditArgs

type EditArgs struct {
	Path          string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	StreamContent *string `protobuf:"bytes,6,opt,name=stream_content,json=streamContent,proto3,oneof" json:"stream_content,omitempty"`
	// contains filtered or unexported fields
}

func (*EditArgs) Descriptor deprecated

func (*EditArgs) Descriptor() ([]byte, []int)

Deprecated: Use EditArgs.ProtoReflect.Descriptor instead.

func (*EditArgs) GetPath

func (x *EditArgs) GetPath() string

func (*EditArgs) GetStreamContent

func (x *EditArgs) GetStreamContent() string

func (*EditArgs) ProtoMessage

func (*EditArgs) ProtoMessage()

func (*EditArgs) ProtoReflect

func (x *EditArgs) ProtoReflect() protoreflect.Message

func (*EditArgs) Reset

func (x *EditArgs) Reset()

func (*EditArgs) String

func (x *EditArgs) String() string

type EditError

type EditError struct {
	Path              string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error             string  `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	ModelVisibleError *string `protobuf:"bytes,5,opt,name=model_visible_error,json=modelVisibleError,proto3,oneof" json:"model_visible_error,omitempty"`
	// contains filtered or unexported fields
}

func (*EditError) Descriptor deprecated

func (*EditError) Descriptor() ([]byte, []int)

Deprecated: Use EditError.ProtoReflect.Descriptor instead.

func (*EditError) GetError

func (x *EditError) GetError() string

func (*EditError) GetModelVisibleError

func (x *EditError) GetModelVisibleError() string

func (*EditError) GetPath

func (x *EditError) GetPath() string

func (*EditError) ProtoMessage

func (*EditError) ProtoMessage()

func (*EditError) ProtoReflect

func (x *EditError) ProtoReflect() protoreflect.Message

func (*EditError) Reset

func (x *EditError) Reset()

func (*EditError) String

func (x *EditError) String() string

type EditFileNotFound

type EditFileNotFound struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*EditFileNotFound) Descriptor deprecated

func (*EditFileNotFound) Descriptor() ([]byte, []int)

Deprecated: Use EditFileNotFound.ProtoReflect.Descriptor instead.

func (*EditFileNotFound) GetPath

func (x *EditFileNotFound) GetPath() string

func (*EditFileNotFound) ProtoMessage

func (*EditFileNotFound) ProtoMessage()

func (*EditFileNotFound) ProtoReflect

func (x *EditFileNotFound) ProtoReflect() protoreflect.Message

func (*EditFileNotFound) Reset

func (x *EditFileNotFound) Reset()

func (*EditFileNotFound) String

func (x *EditFileNotFound) String() string

type EditReadPermissionDenied

type EditReadPermissionDenied struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*EditReadPermissionDenied) Descriptor deprecated

func (*EditReadPermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use EditReadPermissionDenied.ProtoReflect.Descriptor instead.

func (*EditReadPermissionDenied) GetPath

func (x *EditReadPermissionDenied) GetPath() string

func (*EditReadPermissionDenied) ProtoMessage

func (*EditReadPermissionDenied) ProtoMessage()

func (*EditReadPermissionDenied) ProtoReflect

func (x *EditReadPermissionDenied) ProtoReflect() protoreflect.Message

func (*EditReadPermissionDenied) Reset

func (x *EditReadPermissionDenied) Reset()

func (*EditReadPermissionDenied) String

func (x *EditReadPermissionDenied) String() string

type EditRejected

type EditRejected struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*EditRejected) Descriptor deprecated

func (*EditRejected) Descriptor() ([]byte, []int)

Deprecated: Use EditRejected.ProtoReflect.Descriptor instead.

func (*EditRejected) GetPath

func (x *EditRejected) GetPath() string

func (*EditRejected) GetReason

func (x *EditRejected) GetReason() string

func (*EditRejected) ProtoMessage

func (*EditRejected) ProtoMessage()

func (*EditRejected) ProtoReflect

func (x *EditRejected) ProtoReflect() protoreflect.Message

func (*EditRejected) Reset

func (x *EditRejected) Reset()

func (*EditRejected) String

func (x *EditRejected) String() string

type EditResult

type EditResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*EditResult_Success
	//	*EditResult_FileNotFound
	//	*EditResult_ReadPermissionDenied
	//	*EditResult_WritePermissionDenied
	//	*EditResult_Rejected
	//	*EditResult_Error
	Result isEditResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*EditResult) Descriptor deprecated

func (*EditResult) Descriptor() ([]byte, []int)

Deprecated: Use EditResult.ProtoReflect.Descriptor instead.

func (*EditResult) GetError

func (x *EditResult) GetError() *EditError

func (*EditResult) GetFileNotFound

func (x *EditResult) GetFileNotFound() *EditFileNotFound

func (*EditResult) GetReadPermissionDenied

func (x *EditResult) GetReadPermissionDenied() *EditReadPermissionDenied

func (*EditResult) GetRejected

func (x *EditResult) GetRejected() *EditRejected

func (*EditResult) GetResult

func (x *EditResult) GetResult() isEditResult_Result

func (*EditResult) GetSuccess

func (x *EditResult) GetSuccess() *EditSuccess

func (*EditResult) GetWritePermissionDenied

func (x *EditResult) GetWritePermissionDenied() *EditWritePermissionDenied

func (*EditResult) ProtoMessage

func (*EditResult) ProtoMessage()

func (*EditResult) ProtoReflect

func (x *EditResult) ProtoReflect() protoreflect.Message

func (*EditResult) Reset

func (x *EditResult) Reset()

func (*EditResult) String

func (x *EditResult) String() string

type EditResult_Error

type EditResult_Error struct {
	Error *EditError `protobuf:"bytes,7,opt,name=error,proto3,oneof"`
}

type EditResult_FileNotFound

type EditResult_FileNotFound struct {
	FileNotFound *EditFileNotFound `protobuf:"bytes,2,opt,name=file_not_found,json=fileNotFound,proto3,oneof"`
}

type EditResult_ReadPermissionDenied

type EditResult_ReadPermissionDenied struct {
	ReadPermissionDenied *EditReadPermissionDenied `protobuf:"bytes,3,opt,name=read_permission_denied,json=readPermissionDenied,proto3,oneof"`
}

type EditResult_Rejected

type EditResult_Rejected struct {
	Rejected *EditRejected `protobuf:"bytes,6,opt,name=rejected,proto3,oneof"`
}

type EditResult_Success

type EditResult_Success struct {
	Success *EditSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type EditResult_WritePermissionDenied

type EditResult_WritePermissionDenied struct {
	WritePermissionDenied *EditWritePermissionDenied `protobuf:"bytes,4,opt,name=write_permission_denied,json=writePermissionDenied,proto3,oneof"`
}

type EditSuccess

type EditSuccess struct {
	Path                  string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	LinesAdded            *int32  `protobuf:"varint,3,opt,name=lines_added,json=linesAdded,proto3,oneof" json:"lines_added,omitempty"`
	LinesRemoved          *int32  `protobuf:"varint,4,opt,name=lines_removed,json=linesRemoved,proto3,oneof" json:"lines_removed,omitempty"`
	DiffString            *string `protobuf:"bytes,5,opt,name=diff_string,json=diffString,proto3,oneof" json:"diff_string,omitempty"`
	BeforeFullFileContent *string `` /* 134-byte string literal not displayed */
	AfterFullFileContent  string  `protobuf:"bytes,7,opt,name=after_full_file_content,json=afterFullFileContent,proto3" json:"after_full_file_content,omitempty"`
	Message               *string `protobuf:"bytes,8,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*EditSuccess) Descriptor deprecated

func (*EditSuccess) Descriptor() ([]byte, []int)

Deprecated: Use EditSuccess.ProtoReflect.Descriptor instead.

func (*EditSuccess) GetAfterFullFileContent

func (x *EditSuccess) GetAfterFullFileContent() string

func (*EditSuccess) GetBeforeFullFileContent

func (x *EditSuccess) GetBeforeFullFileContent() string

func (*EditSuccess) GetDiffString

func (x *EditSuccess) GetDiffString() string

func (*EditSuccess) GetLinesAdded

func (x *EditSuccess) GetLinesAdded() int32

func (*EditSuccess) GetLinesRemoved

func (x *EditSuccess) GetLinesRemoved() int32

func (*EditSuccess) GetMessage

func (x *EditSuccess) GetMessage() string

func (*EditSuccess) GetPath

func (x *EditSuccess) GetPath() string

func (*EditSuccess) ProtoMessage

func (*EditSuccess) ProtoMessage()

func (*EditSuccess) ProtoReflect

func (x *EditSuccess) ProtoReflect() protoreflect.Message

func (*EditSuccess) Reset

func (x *EditSuccess) Reset()

func (*EditSuccess) String

func (x *EditSuccess) String() string

type EditToolCall

type EditToolCall struct {
	Args   *EditArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *EditResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EditToolCall) Descriptor deprecated

func (*EditToolCall) Descriptor() ([]byte, []int)

Deprecated: Use EditToolCall.ProtoReflect.Descriptor instead.

func (*EditToolCall) GetArgs

func (x *EditToolCall) GetArgs() *EditArgs

func (*EditToolCall) GetResult

func (x *EditToolCall) GetResult() *EditResult

func (*EditToolCall) ProtoMessage

func (*EditToolCall) ProtoMessage()

func (*EditToolCall) ProtoReflect

func (x *EditToolCall) ProtoReflect() protoreflect.Message

func (*EditToolCall) Reset

func (x *EditToolCall) Reset()

func (*EditToolCall) String

func (x *EditToolCall) String() string

type EditToolCallDelta

type EditToolCallDelta struct {
	StreamContentDelta string `protobuf:"bytes,1,opt,name=stream_content_delta,json=streamContentDelta,proto3" json:"stream_content_delta,omitempty"`
	// contains filtered or unexported fields
}

func (*EditToolCallDelta) Descriptor deprecated

func (*EditToolCallDelta) Descriptor() ([]byte, []int)

Deprecated: Use EditToolCallDelta.ProtoReflect.Descriptor instead.

func (*EditToolCallDelta) GetStreamContentDelta

func (x *EditToolCallDelta) GetStreamContentDelta() string

func (*EditToolCallDelta) ProtoMessage

func (*EditToolCallDelta) ProtoMessage()

func (*EditToolCallDelta) ProtoReflect

func (x *EditToolCallDelta) ProtoReflect() protoreflect.Message

func (*EditToolCallDelta) Reset

func (x *EditToolCallDelta) Reset()

func (*EditToolCallDelta) String

func (x *EditToolCallDelta) String() string

type EditWritePermissionDenied

type EditWritePermissionDenied struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error      string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	IsReadonly bool   `protobuf:"varint,3,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*EditWritePermissionDenied) Descriptor deprecated

func (*EditWritePermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use EditWritePermissionDenied.ProtoReflect.Descriptor instead.

func (*EditWritePermissionDenied) GetError

func (x *EditWritePermissionDenied) GetError() string

func (*EditWritePermissionDenied) GetIsReadonly

func (x *EditWritePermissionDenied) GetIsReadonly() bool

func (*EditWritePermissionDenied) GetPath

func (x *EditWritePermissionDenied) GetPath() string

func (*EditWritePermissionDenied) ProtoMessage

func (*EditWritePermissionDenied) ProtoMessage()

func (*EditWritePermissionDenied) ProtoReflect

func (*EditWritePermissionDenied) Reset

func (x *EditWritePermissionDenied) Reset()

func (*EditWritePermissionDenied) String

func (x *EditWritePermissionDenied) String() string

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

func (*Empty) Descriptor() ([]byte, []int)

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type Error

type Error struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetMessage

func (x *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type ExaFetchArgs

type ExaFetchArgs struct {
	Ids        []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	ToolCallId string   `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchArgs) Descriptor deprecated

func (*ExaFetchArgs) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchArgs.ProtoReflect.Descriptor instead.

func (*ExaFetchArgs) GetIds

func (x *ExaFetchArgs) GetIds() []string

func (*ExaFetchArgs) GetToolCallId

func (x *ExaFetchArgs) GetToolCallId() string

func (*ExaFetchArgs) ProtoMessage

func (*ExaFetchArgs) ProtoMessage()

func (*ExaFetchArgs) ProtoReflect

func (x *ExaFetchArgs) ProtoReflect() protoreflect.Message

func (*ExaFetchArgs) Reset

func (x *ExaFetchArgs) Reset()

func (*ExaFetchArgs) String

func (x *ExaFetchArgs) String() string

type ExaFetchContent

type ExaFetchContent struct {
	Title         string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Url           string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Text          string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	PublishedDate string `protobuf:"bytes,4,opt,name=published_date,json=publishedDate,proto3" json:"published_date,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchContent) Descriptor deprecated

func (*ExaFetchContent) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchContent.ProtoReflect.Descriptor instead.

func (*ExaFetchContent) GetPublishedDate

func (x *ExaFetchContent) GetPublishedDate() string

func (*ExaFetchContent) GetText

func (x *ExaFetchContent) GetText() string

func (*ExaFetchContent) GetTitle

func (x *ExaFetchContent) GetTitle() string

func (*ExaFetchContent) GetUrl

func (x *ExaFetchContent) GetUrl() string

func (*ExaFetchContent) ProtoMessage

func (*ExaFetchContent) ProtoMessage()

func (*ExaFetchContent) ProtoReflect

func (x *ExaFetchContent) ProtoReflect() protoreflect.Message

func (*ExaFetchContent) Reset

func (x *ExaFetchContent) Reset()

func (*ExaFetchContent) String

func (x *ExaFetchContent) String() string

type ExaFetchError

type ExaFetchError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchError) Descriptor deprecated

func (*ExaFetchError) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchError.ProtoReflect.Descriptor instead.

func (*ExaFetchError) GetError

func (x *ExaFetchError) GetError() string

func (*ExaFetchError) ProtoMessage

func (*ExaFetchError) ProtoMessage()

func (*ExaFetchError) ProtoReflect

func (x *ExaFetchError) ProtoReflect() protoreflect.Message

func (*ExaFetchError) Reset

func (x *ExaFetchError) Reset()

func (*ExaFetchError) String

func (x *ExaFetchError) String() string

type ExaFetchRejected

type ExaFetchRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchRejected) Descriptor deprecated

func (*ExaFetchRejected) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchRejected.ProtoReflect.Descriptor instead.

func (*ExaFetchRejected) GetReason

func (x *ExaFetchRejected) GetReason() string

func (*ExaFetchRejected) ProtoMessage

func (*ExaFetchRejected) ProtoMessage()

func (*ExaFetchRejected) ProtoReflect

func (x *ExaFetchRejected) ProtoReflect() protoreflect.Message

func (*ExaFetchRejected) Reset

func (x *ExaFetchRejected) Reset()

func (*ExaFetchRejected) String

func (x *ExaFetchRejected) String() string

type ExaFetchRequestQuery

type ExaFetchRequestQuery struct {
	Args *ExaFetchArgs `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchRequestQuery) Descriptor deprecated

func (*ExaFetchRequestQuery) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchRequestQuery.ProtoReflect.Descriptor instead.

func (*ExaFetchRequestQuery) GetArgs

func (x *ExaFetchRequestQuery) GetArgs() *ExaFetchArgs

func (*ExaFetchRequestQuery) ProtoMessage

func (*ExaFetchRequestQuery) ProtoMessage()

func (*ExaFetchRequestQuery) ProtoReflect

func (x *ExaFetchRequestQuery) ProtoReflect() protoreflect.Message

func (*ExaFetchRequestQuery) Reset

func (x *ExaFetchRequestQuery) Reset()

func (*ExaFetchRequestQuery) String

func (x *ExaFetchRequestQuery) String() string

type ExaFetchRequestResponse

type ExaFetchRequestResponse struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ExaFetchRequestResponse_Approved
	//	*ExaFetchRequestResponse_Rejected
	Result isExaFetchRequestResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ExaFetchRequestResponse) Descriptor deprecated

func (*ExaFetchRequestResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchRequestResponse.ProtoReflect.Descriptor instead.

func (*ExaFetchRequestResponse) GetApproved

func (*ExaFetchRequestResponse) GetRejected

func (*ExaFetchRequestResponse) GetResult

func (x *ExaFetchRequestResponse) GetResult() isExaFetchRequestResponse_Result

func (*ExaFetchRequestResponse) ProtoMessage

func (*ExaFetchRequestResponse) ProtoMessage()

func (*ExaFetchRequestResponse) ProtoReflect

func (x *ExaFetchRequestResponse) ProtoReflect() protoreflect.Message

func (*ExaFetchRequestResponse) Reset

func (x *ExaFetchRequestResponse) Reset()

func (*ExaFetchRequestResponse) String

func (x *ExaFetchRequestResponse) String() string

type ExaFetchRequestResponse_Approved

type ExaFetchRequestResponse_Approved struct {
	Approved *ExaFetchRequestResponse_ApprovedMsg `protobuf:"bytes,1,opt,name=approved,proto3,oneof"`
}

type ExaFetchRequestResponse_ApprovedMsg

type ExaFetchRequestResponse_ApprovedMsg struct {
	// contains filtered or unexported fields
}

func (*ExaFetchRequestResponse_ApprovedMsg) Descriptor deprecated

func (*ExaFetchRequestResponse_ApprovedMsg) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchRequestResponse_ApprovedMsg.ProtoReflect.Descriptor instead.

func (*ExaFetchRequestResponse_ApprovedMsg) ProtoMessage

func (*ExaFetchRequestResponse_ApprovedMsg) ProtoMessage()

func (*ExaFetchRequestResponse_ApprovedMsg) ProtoReflect

func (*ExaFetchRequestResponse_ApprovedMsg) Reset

func (*ExaFetchRequestResponse_ApprovedMsg) String

type ExaFetchRequestResponse_Rejected

type ExaFetchRequestResponse_Rejected struct {
	Rejected *ExaFetchRequestResponse_RejectedMsg `protobuf:"bytes,2,opt,name=rejected,proto3,oneof"`
}

type ExaFetchRequestResponse_RejectedMsg

type ExaFetchRequestResponse_RejectedMsg struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchRequestResponse_RejectedMsg) Descriptor deprecated

func (*ExaFetchRequestResponse_RejectedMsg) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchRequestResponse_RejectedMsg.ProtoReflect.Descriptor instead.

func (*ExaFetchRequestResponse_RejectedMsg) GetReason

func (*ExaFetchRequestResponse_RejectedMsg) ProtoMessage

func (*ExaFetchRequestResponse_RejectedMsg) ProtoMessage()

func (*ExaFetchRequestResponse_RejectedMsg) ProtoReflect

func (*ExaFetchRequestResponse_RejectedMsg) Reset

func (*ExaFetchRequestResponse_RejectedMsg) String

type ExaFetchResult

type ExaFetchResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ExaFetchResult_Success
	//	*ExaFetchResult_Error
	//	*ExaFetchResult_Rejected
	Result isExaFetchResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ExaFetchResult) Descriptor deprecated

func (*ExaFetchResult) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchResult.ProtoReflect.Descriptor instead.

func (*ExaFetchResult) GetError

func (x *ExaFetchResult) GetError() *ExaFetchError

func (*ExaFetchResult) GetRejected

func (x *ExaFetchResult) GetRejected() *ExaFetchRejected

func (*ExaFetchResult) GetResult

func (x *ExaFetchResult) GetResult() isExaFetchResult_Result

func (*ExaFetchResult) GetSuccess

func (x *ExaFetchResult) GetSuccess() *ExaFetchSuccess

func (*ExaFetchResult) ProtoMessage

func (*ExaFetchResult) ProtoMessage()

func (*ExaFetchResult) ProtoReflect

func (x *ExaFetchResult) ProtoReflect() protoreflect.Message

func (*ExaFetchResult) Reset

func (x *ExaFetchResult) Reset()

func (*ExaFetchResult) String

func (x *ExaFetchResult) String() string

type ExaFetchResult_Error

type ExaFetchResult_Error struct {
	Error *ExaFetchError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ExaFetchResult_Rejected

type ExaFetchResult_Rejected struct {
	Rejected *ExaFetchRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type ExaFetchResult_Success

type ExaFetchResult_Success struct {
	Success *ExaFetchSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ExaFetchSuccess

type ExaFetchSuccess struct {
	Contents []*ExaFetchContent `protobuf:"bytes,1,rep,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchSuccess) Descriptor deprecated

func (*ExaFetchSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchSuccess.ProtoReflect.Descriptor instead.

func (*ExaFetchSuccess) GetContents

func (x *ExaFetchSuccess) GetContents() []*ExaFetchContent

func (*ExaFetchSuccess) ProtoMessage

func (*ExaFetchSuccess) ProtoMessage()

func (*ExaFetchSuccess) ProtoReflect

func (x *ExaFetchSuccess) ProtoReflect() protoreflect.Message

func (*ExaFetchSuccess) Reset

func (x *ExaFetchSuccess) Reset()

func (*ExaFetchSuccess) String

func (x *ExaFetchSuccess) String() string

type ExaFetchToolCall

type ExaFetchToolCall struct {
	Args   *ExaFetchArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ExaFetchResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaFetchToolCall) Descriptor deprecated

func (*ExaFetchToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ExaFetchToolCall.ProtoReflect.Descriptor instead.

func (*ExaFetchToolCall) GetArgs

func (x *ExaFetchToolCall) GetArgs() *ExaFetchArgs

func (*ExaFetchToolCall) GetResult

func (x *ExaFetchToolCall) GetResult() *ExaFetchResult

func (*ExaFetchToolCall) ProtoMessage

func (*ExaFetchToolCall) ProtoMessage()

func (*ExaFetchToolCall) ProtoReflect

func (x *ExaFetchToolCall) ProtoReflect() protoreflect.Message

func (*ExaFetchToolCall) Reset

func (x *ExaFetchToolCall) Reset()

func (*ExaFetchToolCall) String

func (x *ExaFetchToolCall) String() string

type ExaSearchArgs

type ExaSearchArgs struct {
	Query      string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	NumResults int32  `protobuf:"varint,3,opt,name=num_results,json=numResults,proto3" json:"num_results,omitempty"`
	ToolCallId string `protobuf:"bytes,4,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchArgs) Descriptor deprecated

func (*ExaSearchArgs) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchArgs.ProtoReflect.Descriptor instead.

func (*ExaSearchArgs) GetNumResults

func (x *ExaSearchArgs) GetNumResults() int32

func (*ExaSearchArgs) GetQuery

func (x *ExaSearchArgs) GetQuery() string

func (*ExaSearchArgs) GetToolCallId

func (x *ExaSearchArgs) GetToolCallId() string

func (*ExaSearchArgs) GetType

func (x *ExaSearchArgs) GetType() string

func (*ExaSearchArgs) ProtoMessage

func (*ExaSearchArgs) ProtoMessage()

func (*ExaSearchArgs) ProtoReflect

func (x *ExaSearchArgs) ProtoReflect() protoreflect.Message

func (*ExaSearchArgs) Reset

func (x *ExaSearchArgs) Reset()

func (*ExaSearchArgs) String

func (x *ExaSearchArgs) String() string

type ExaSearchError

type ExaSearchError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchError) Descriptor deprecated

func (*ExaSearchError) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchError.ProtoReflect.Descriptor instead.

func (*ExaSearchError) GetError

func (x *ExaSearchError) GetError() string

func (*ExaSearchError) ProtoMessage

func (*ExaSearchError) ProtoMessage()

func (*ExaSearchError) ProtoReflect

func (x *ExaSearchError) ProtoReflect() protoreflect.Message

func (*ExaSearchError) Reset

func (x *ExaSearchError) Reset()

func (*ExaSearchError) String

func (x *ExaSearchError) String() string

type ExaSearchReference

type ExaSearchReference struct {
	Title         string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Url           string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Text          string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	PublishedDate string `protobuf:"bytes,4,opt,name=published_date,json=publishedDate,proto3" json:"published_date,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchReference) Descriptor deprecated

func (*ExaSearchReference) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchReference.ProtoReflect.Descriptor instead.

func (*ExaSearchReference) GetPublishedDate

func (x *ExaSearchReference) GetPublishedDate() string

func (*ExaSearchReference) GetText

func (x *ExaSearchReference) GetText() string

func (*ExaSearchReference) GetTitle

func (x *ExaSearchReference) GetTitle() string

func (*ExaSearchReference) GetUrl

func (x *ExaSearchReference) GetUrl() string

func (*ExaSearchReference) ProtoMessage

func (*ExaSearchReference) ProtoMessage()

func (*ExaSearchReference) ProtoReflect

func (x *ExaSearchReference) ProtoReflect() protoreflect.Message

func (*ExaSearchReference) Reset

func (x *ExaSearchReference) Reset()

func (*ExaSearchReference) String

func (x *ExaSearchReference) String() string

type ExaSearchRejected

type ExaSearchRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchRejected) Descriptor deprecated

func (*ExaSearchRejected) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchRejected.ProtoReflect.Descriptor instead.

func (*ExaSearchRejected) GetReason

func (x *ExaSearchRejected) GetReason() string

func (*ExaSearchRejected) ProtoMessage

func (*ExaSearchRejected) ProtoMessage()

func (*ExaSearchRejected) ProtoReflect

func (x *ExaSearchRejected) ProtoReflect() protoreflect.Message

func (*ExaSearchRejected) Reset

func (x *ExaSearchRejected) Reset()

func (*ExaSearchRejected) String

func (x *ExaSearchRejected) String() string

type ExaSearchRequestQuery

type ExaSearchRequestQuery struct {
	Args *ExaSearchArgs `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchRequestQuery) Descriptor deprecated

func (*ExaSearchRequestQuery) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchRequestQuery.ProtoReflect.Descriptor instead.

func (*ExaSearchRequestQuery) GetArgs

func (x *ExaSearchRequestQuery) GetArgs() *ExaSearchArgs

func (*ExaSearchRequestQuery) ProtoMessage

func (*ExaSearchRequestQuery) ProtoMessage()

func (*ExaSearchRequestQuery) ProtoReflect

func (x *ExaSearchRequestQuery) ProtoReflect() protoreflect.Message

func (*ExaSearchRequestQuery) Reset

func (x *ExaSearchRequestQuery) Reset()

func (*ExaSearchRequestQuery) String

func (x *ExaSearchRequestQuery) String() string

type ExaSearchRequestResponse

type ExaSearchRequestResponse struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ExaSearchRequestResponse_Approved
	//	*ExaSearchRequestResponse_Rejected
	Result isExaSearchRequestResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ExaSearchRequestResponse) Descriptor deprecated

func (*ExaSearchRequestResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchRequestResponse.ProtoReflect.Descriptor instead.

func (*ExaSearchRequestResponse) GetApproved

func (*ExaSearchRequestResponse) GetRejected

func (*ExaSearchRequestResponse) GetResult

func (x *ExaSearchRequestResponse) GetResult() isExaSearchRequestResponse_Result

func (*ExaSearchRequestResponse) ProtoMessage

func (*ExaSearchRequestResponse) ProtoMessage()

func (*ExaSearchRequestResponse) ProtoReflect

func (x *ExaSearchRequestResponse) ProtoReflect() protoreflect.Message

func (*ExaSearchRequestResponse) Reset

func (x *ExaSearchRequestResponse) Reset()

func (*ExaSearchRequestResponse) String

func (x *ExaSearchRequestResponse) String() string

type ExaSearchRequestResponse_Approved

type ExaSearchRequestResponse_Approved struct {
	Approved *ExaSearchRequestResponse_ApprovedMsg `protobuf:"bytes,1,opt,name=approved,proto3,oneof"`
}

type ExaSearchRequestResponse_ApprovedMsg

type ExaSearchRequestResponse_ApprovedMsg struct {
	// contains filtered or unexported fields
}

func (*ExaSearchRequestResponse_ApprovedMsg) Descriptor deprecated

func (*ExaSearchRequestResponse_ApprovedMsg) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchRequestResponse_ApprovedMsg.ProtoReflect.Descriptor instead.

func (*ExaSearchRequestResponse_ApprovedMsg) ProtoMessage

func (*ExaSearchRequestResponse_ApprovedMsg) ProtoMessage()

func (*ExaSearchRequestResponse_ApprovedMsg) ProtoReflect

func (*ExaSearchRequestResponse_ApprovedMsg) Reset

func (*ExaSearchRequestResponse_ApprovedMsg) String

type ExaSearchRequestResponse_Rejected

type ExaSearchRequestResponse_Rejected struct {
	Rejected *ExaSearchRequestResponse_RejectedMsg `protobuf:"bytes,2,opt,name=rejected,proto3,oneof"`
}

type ExaSearchRequestResponse_RejectedMsg

type ExaSearchRequestResponse_RejectedMsg struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchRequestResponse_RejectedMsg) Descriptor deprecated

func (*ExaSearchRequestResponse_RejectedMsg) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchRequestResponse_RejectedMsg.ProtoReflect.Descriptor instead.

func (*ExaSearchRequestResponse_RejectedMsg) GetReason

func (*ExaSearchRequestResponse_RejectedMsg) ProtoMessage

func (*ExaSearchRequestResponse_RejectedMsg) ProtoMessage()

func (*ExaSearchRequestResponse_RejectedMsg) ProtoReflect

func (*ExaSearchRequestResponse_RejectedMsg) Reset

func (*ExaSearchRequestResponse_RejectedMsg) String

type ExaSearchResult

type ExaSearchResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ExaSearchResult_Success
	//	*ExaSearchResult_Error
	//	*ExaSearchResult_Rejected
	Result isExaSearchResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ExaSearchResult) Descriptor deprecated

func (*ExaSearchResult) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchResult.ProtoReflect.Descriptor instead.

func (*ExaSearchResult) GetError

func (x *ExaSearchResult) GetError() *ExaSearchError

func (*ExaSearchResult) GetRejected

func (x *ExaSearchResult) GetRejected() *ExaSearchRejected

func (*ExaSearchResult) GetResult

func (x *ExaSearchResult) GetResult() isExaSearchResult_Result

func (*ExaSearchResult) GetSuccess

func (x *ExaSearchResult) GetSuccess() *ExaSearchSuccess

func (*ExaSearchResult) ProtoMessage

func (*ExaSearchResult) ProtoMessage()

func (*ExaSearchResult) ProtoReflect

func (x *ExaSearchResult) ProtoReflect() protoreflect.Message

func (*ExaSearchResult) Reset

func (x *ExaSearchResult) Reset()

func (*ExaSearchResult) String

func (x *ExaSearchResult) String() string

type ExaSearchResult_Error

type ExaSearchResult_Error struct {
	Error *ExaSearchError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ExaSearchResult_Rejected

type ExaSearchResult_Rejected struct {
	Rejected *ExaSearchRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type ExaSearchResult_Success

type ExaSearchResult_Success struct {
	Success *ExaSearchSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ExaSearchSuccess

type ExaSearchSuccess struct {
	References []*ExaSearchReference `protobuf:"bytes,1,rep,name=references,proto3" json:"references,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchSuccess) Descriptor deprecated

func (*ExaSearchSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchSuccess.ProtoReflect.Descriptor instead.

func (*ExaSearchSuccess) GetReferences

func (x *ExaSearchSuccess) GetReferences() []*ExaSearchReference

func (*ExaSearchSuccess) ProtoMessage

func (*ExaSearchSuccess) ProtoMessage()

func (*ExaSearchSuccess) ProtoReflect

func (x *ExaSearchSuccess) ProtoReflect() protoreflect.Message

func (*ExaSearchSuccess) Reset

func (x *ExaSearchSuccess) Reset()

func (*ExaSearchSuccess) String

func (x *ExaSearchSuccess) String() string

type ExaSearchToolCall

type ExaSearchToolCall struct {
	Args   *ExaSearchArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ExaSearchResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ExaSearchToolCall) Descriptor deprecated

func (*ExaSearchToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ExaSearchToolCall.ProtoReflect.Descriptor instead.

func (*ExaSearchToolCall) GetArgs

func (x *ExaSearchToolCall) GetArgs() *ExaSearchArgs

func (*ExaSearchToolCall) GetResult

func (x *ExaSearchToolCall) GetResult() *ExaSearchResult

func (*ExaSearchToolCall) ProtoMessage

func (*ExaSearchToolCall) ProtoMessage()

func (*ExaSearchToolCall) ProtoReflect

func (x *ExaSearchToolCall) ProtoReflect() protoreflect.Message

func (*ExaSearchToolCall) Reset

func (x *ExaSearchToolCall) Reset()

func (*ExaSearchToolCall) String

func (x *ExaSearchToolCall) String() string

type ExecClientControlMessage

type ExecClientControlMessage struct {

	// Types that are valid to be assigned to Message:
	//
	//	*ExecClientControlMessage_StreamClose
	//	*ExecClientControlMessage_Throw
	//	*ExecClientControlMessage_Heartbeat
	Message isExecClientControlMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*ExecClientControlMessage) Descriptor deprecated

func (*ExecClientControlMessage) Descriptor() ([]byte, []int)

Deprecated: Use ExecClientControlMessage.ProtoReflect.Descriptor instead.

func (*ExecClientControlMessage) GetHeartbeat

func (x *ExecClientControlMessage) GetHeartbeat() *ExecClientHeartbeat

func (*ExecClientControlMessage) GetMessage

func (x *ExecClientControlMessage) GetMessage() isExecClientControlMessage_Message

func (*ExecClientControlMessage) GetStreamClose

func (x *ExecClientControlMessage) GetStreamClose() *ExecClientStreamClose

func (*ExecClientControlMessage) GetThrow

func (*ExecClientControlMessage) ProtoMessage

func (*ExecClientControlMessage) ProtoMessage()

func (*ExecClientControlMessage) ProtoReflect

func (x *ExecClientControlMessage) ProtoReflect() protoreflect.Message

func (*ExecClientControlMessage) Reset

func (x *ExecClientControlMessage) Reset()

func (*ExecClientControlMessage) String

func (x *ExecClientControlMessage) String() string

type ExecClientControlMessage_Heartbeat

type ExecClientControlMessage_Heartbeat struct {
	Heartbeat *ExecClientHeartbeat `protobuf:"bytes,3,opt,name=heartbeat,proto3,oneof"`
}

type ExecClientControlMessage_StreamClose

type ExecClientControlMessage_StreamClose struct {
	StreamClose *ExecClientStreamClose `protobuf:"bytes,1,opt,name=stream_close,json=streamClose,proto3,oneof"`
}

type ExecClientControlMessage_Throw

type ExecClientControlMessage_Throw struct {
	Throw *ExecClientThrow `protobuf:"bytes,2,opt,name=throw,proto3,oneof"`
}

type ExecClientHeartbeat

type ExecClientHeartbeat struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecClientHeartbeat) Descriptor deprecated

func (*ExecClientHeartbeat) Descriptor() ([]byte, []int)

Deprecated: Use ExecClientHeartbeat.ProtoReflect.Descriptor instead.

func (*ExecClientHeartbeat) GetId

func (x *ExecClientHeartbeat) GetId() uint32

func (*ExecClientHeartbeat) ProtoMessage

func (*ExecClientHeartbeat) ProtoMessage()

func (*ExecClientHeartbeat) ProtoReflect

func (x *ExecClientHeartbeat) ProtoReflect() protoreflect.Message

func (*ExecClientHeartbeat) Reset

func (x *ExecClientHeartbeat) Reset()

func (*ExecClientHeartbeat) String

func (x *ExecClientHeartbeat) String() string

type ExecClientMessage

type ExecClientMessage struct {
	Id     uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ExecId string `protobuf:"bytes,15,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
	// Types that are valid to be assigned to Message:
	//
	//	*ExecClientMessage_ShellResult
	//	*ExecClientMessage_WriteResult
	//	*ExecClientMessage_DeleteResult
	//	*ExecClientMessage_GrepResult
	//	*ExecClientMessage_ReadResult
	//	*ExecClientMessage_LsResult
	//	*ExecClientMessage_DiagnosticsResult
	//	*ExecClientMessage_RequestContextResult
	//	*ExecClientMessage_McpResult
	//	*ExecClientMessage_ShellStream
	//	*ExecClientMessage_BackgroundShellSpawnResult
	//	*ExecClientMessage_ListMcpResourcesExecResult
	//	*ExecClientMessage_ReadMcpResourceExecResult
	//	*ExecClientMessage_FetchResult
	//	*ExecClientMessage_RecordScreenResult
	//	*ExecClientMessage_ComputerUseResult
	//	*ExecClientMessage_WriteShellStdinResult
	Message isExecClientMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*ExecClientMessage) Descriptor deprecated

func (*ExecClientMessage) Descriptor() ([]byte, []int)

Deprecated: Use ExecClientMessage.ProtoReflect.Descriptor instead.

func (*ExecClientMessage) GetBackgroundShellSpawnResult

func (x *ExecClientMessage) GetBackgroundShellSpawnResult() *BackgroundShellSpawnResult

func (*ExecClientMessage) GetComputerUseResult

func (x *ExecClientMessage) GetComputerUseResult() *ComputerUseResult

func (*ExecClientMessage) GetDeleteResult

func (x *ExecClientMessage) GetDeleteResult() *DeleteResult

func (*ExecClientMessage) GetDiagnosticsResult

func (x *ExecClientMessage) GetDiagnosticsResult() *DiagnosticsResult

func (*ExecClientMessage) GetExecId

func (x *ExecClientMessage) GetExecId() string

func (*ExecClientMessage) GetFetchResult

func (x *ExecClientMessage) GetFetchResult() *FetchResult

func (*ExecClientMessage) GetGrepResult

func (x *ExecClientMessage) GetGrepResult() *GrepResult

func (*ExecClientMessage) GetId

func (x *ExecClientMessage) GetId() uint32

func (*ExecClientMessage) GetListMcpResourcesExecResult

func (x *ExecClientMessage) GetListMcpResourcesExecResult() *ListMcpResourcesExecResult

func (*ExecClientMessage) GetLsResult

func (x *ExecClientMessage) GetLsResult() *LsResult

func (*ExecClientMessage) GetMcpResult

func (x *ExecClientMessage) GetMcpResult() *McpResult

func (*ExecClientMessage) GetMessage

func (x *ExecClientMessage) GetMessage() isExecClientMessage_Message

func (*ExecClientMessage) GetReadMcpResourceExecResult

func (x *ExecClientMessage) GetReadMcpResourceExecResult() *ReadMcpResourceExecResult

func (*ExecClientMessage) GetReadResult

func (x *ExecClientMessage) GetReadResult() *ReadResult

func (*ExecClientMessage) GetRecordScreenResult

func (x *ExecClientMessage) GetRecordScreenResult() *RecordScreenResult

func (*ExecClientMessage) GetRequestContextResult

func (x *ExecClientMessage) GetRequestContextResult() *RequestContextResult

func (*ExecClientMessage) GetShellResult

func (x *ExecClientMessage) GetShellResult() *ShellResult

func (*ExecClientMessage) GetShellStream

func (x *ExecClientMessage) GetShellStream() *ShellStream

func (*ExecClientMessage) GetWriteResult

func (x *ExecClientMessage) GetWriteResult() *WriteResult

func (*ExecClientMessage) GetWriteShellStdinResult

func (x *ExecClientMessage) GetWriteShellStdinResult() *WriteShellStdinResult

func (*ExecClientMessage) ProtoMessage

func (*ExecClientMessage) ProtoMessage()

func (*ExecClientMessage) ProtoReflect

func (x *ExecClientMessage) ProtoReflect() protoreflect.Message

func (*ExecClientMessage) Reset

func (x *ExecClientMessage) Reset()

func (*ExecClientMessage) String

func (x *ExecClientMessage) String() string

type ExecClientMessage_BackgroundShellSpawnResult

type ExecClientMessage_BackgroundShellSpawnResult struct {
	BackgroundShellSpawnResult *BackgroundShellSpawnResult `protobuf:"bytes,16,opt,name=background_shell_spawn_result,json=backgroundShellSpawnResult,proto3,oneof"`
}

type ExecClientMessage_ComputerUseResult

type ExecClientMessage_ComputerUseResult struct {
	ComputerUseResult *ComputerUseResult `protobuf:"bytes,22,opt,name=computer_use_result,json=computerUseResult,proto3,oneof"`
}

type ExecClientMessage_DeleteResult

type ExecClientMessage_DeleteResult struct {
	DeleteResult *DeleteResult `protobuf:"bytes,4,opt,name=delete_result,json=deleteResult,proto3,oneof"`
}

type ExecClientMessage_DiagnosticsResult

type ExecClientMessage_DiagnosticsResult struct {
	DiagnosticsResult *DiagnosticsResult `protobuf:"bytes,9,opt,name=diagnostics_result,json=diagnosticsResult,proto3,oneof"`
}

type ExecClientMessage_FetchResult

type ExecClientMessage_FetchResult struct {
	FetchResult *FetchResult `protobuf:"bytes,20,opt,name=fetch_result,json=fetchResult,proto3,oneof"`
}

type ExecClientMessage_GrepResult

type ExecClientMessage_GrepResult struct {
	GrepResult *GrepResult `protobuf:"bytes,5,opt,name=grep_result,json=grepResult,proto3,oneof"`
}

type ExecClientMessage_ListMcpResourcesExecResult

type ExecClientMessage_ListMcpResourcesExecResult struct {
	ListMcpResourcesExecResult *ListMcpResourcesExecResult `protobuf:"bytes,17,opt,name=list_mcp_resources_exec_result,json=listMcpResourcesExecResult,proto3,oneof"`
}

type ExecClientMessage_LsResult

type ExecClientMessage_LsResult struct {
	LsResult *LsResult `protobuf:"bytes,8,opt,name=ls_result,json=lsResult,proto3,oneof"`
}

type ExecClientMessage_McpResult

type ExecClientMessage_McpResult struct {
	McpResult *McpResult `protobuf:"bytes,11,opt,name=mcp_result,json=mcpResult,proto3,oneof"`
}

type ExecClientMessage_ReadMcpResourceExecResult

type ExecClientMessage_ReadMcpResourceExecResult struct {
	ReadMcpResourceExecResult *ReadMcpResourceExecResult `protobuf:"bytes,18,opt,name=read_mcp_resource_exec_result,json=readMcpResourceExecResult,proto3,oneof"`
}

type ExecClientMessage_ReadResult

type ExecClientMessage_ReadResult struct {
	ReadResult *ReadResult `protobuf:"bytes,7,opt,name=read_result,json=readResult,proto3,oneof"`
}

type ExecClientMessage_RecordScreenResult

type ExecClientMessage_RecordScreenResult struct {
	RecordScreenResult *RecordScreenResult `protobuf:"bytes,21,opt,name=record_screen_result,json=recordScreenResult,proto3,oneof"`
}

type ExecClientMessage_RequestContextResult

type ExecClientMessage_RequestContextResult struct {
	RequestContextResult *RequestContextResult `protobuf:"bytes,10,opt,name=request_context_result,json=requestContextResult,proto3,oneof"`
}

type ExecClientMessage_ShellResult

type ExecClientMessage_ShellResult struct {
	ShellResult *ShellResult `protobuf:"bytes,2,opt,name=shell_result,json=shellResult,proto3,oneof"`
}

type ExecClientMessage_ShellStream

type ExecClientMessage_ShellStream struct {
	ShellStream *ShellStream `protobuf:"bytes,14,opt,name=shell_stream,json=shellStream,proto3,oneof"`
}

type ExecClientMessage_WriteResult

type ExecClientMessage_WriteResult struct {
	WriteResult *WriteResult `protobuf:"bytes,3,opt,name=write_result,json=writeResult,proto3,oneof"`
}

type ExecClientMessage_WriteShellStdinResult

type ExecClientMessage_WriteShellStdinResult struct {
	WriteShellStdinResult *WriteShellStdinResult `protobuf:"bytes,23,opt,name=write_shell_stdin_result,json=writeShellStdinResult,proto3,oneof"`
}

type ExecClientStreamClose

type ExecClientStreamClose struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecClientStreamClose) Descriptor deprecated

func (*ExecClientStreamClose) Descriptor() ([]byte, []int)

Deprecated: Use ExecClientStreamClose.ProtoReflect.Descriptor instead.

func (*ExecClientStreamClose) GetId

func (x *ExecClientStreamClose) GetId() uint32

func (*ExecClientStreamClose) ProtoMessage

func (*ExecClientStreamClose) ProtoMessage()

func (*ExecClientStreamClose) ProtoReflect

func (x *ExecClientStreamClose) ProtoReflect() protoreflect.Message

func (*ExecClientStreamClose) Reset

func (x *ExecClientStreamClose) Reset()

func (*ExecClientStreamClose) String

func (x *ExecClientStreamClose) String() string

type ExecClientThrow

type ExecClientThrow struct {
	Id         uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Error      string  `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	StackTrace *string `protobuf:"bytes,3,opt,name=stack_trace,json=stackTrace,proto3,oneof" json:"stack_trace,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecClientThrow) Descriptor deprecated

func (*ExecClientThrow) Descriptor() ([]byte, []int)

Deprecated: Use ExecClientThrow.ProtoReflect.Descriptor instead.

func (*ExecClientThrow) GetError

func (x *ExecClientThrow) GetError() string

func (*ExecClientThrow) GetId

func (x *ExecClientThrow) GetId() uint32

func (*ExecClientThrow) GetStackTrace

func (x *ExecClientThrow) GetStackTrace() string

func (*ExecClientThrow) ProtoMessage

func (*ExecClientThrow) ProtoMessage()

func (*ExecClientThrow) ProtoReflect

func (x *ExecClientThrow) ProtoReflect() protoreflect.Message

func (*ExecClientThrow) Reset

func (x *ExecClientThrow) Reset()

func (*ExecClientThrow) String

func (x *ExecClientThrow) String() string

type ExecRequest

type ExecRequest struct {
	Command     string            `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	Cwd         *string           `protobuf:"bytes,2,opt,name=cwd,proto3,oneof" json:"cwd,omitempty"`
	Args        []string          `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	Environment map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExecRequest) Descriptor deprecated

func (*ExecRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExecRequest.ProtoReflect.Descriptor instead.

func (*ExecRequest) GetArgs

func (x *ExecRequest) GetArgs() []string

func (*ExecRequest) GetCommand

func (x *ExecRequest) GetCommand() string

func (*ExecRequest) GetCwd

func (x *ExecRequest) GetCwd() string

func (*ExecRequest) GetEnvironment

func (x *ExecRequest) GetEnvironment() map[string]string

func (*ExecRequest) ProtoMessage

func (*ExecRequest) ProtoMessage()

func (*ExecRequest) ProtoReflect

func (x *ExecRequest) ProtoReflect() protoreflect.Message

func (*ExecRequest) Reset

func (x *ExecRequest) Reset()

func (*ExecRequest) String

func (x *ExecRequest) String() string

type ExecResponse

type ExecResponse struct {

	// Types that are valid to be assigned to Event:
	//
	//	*ExecResponse_StdoutEvent
	//	*ExecResponse_StderrEvent
	//	*ExecResponse_ExitEvent
	Event isExecResponse_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*ExecResponse) Descriptor deprecated

func (*ExecResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExecResponse.ProtoReflect.Descriptor instead.

func (*ExecResponse) GetEvent

func (x *ExecResponse) GetEvent() isExecResponse_Event

func (*ExecResponse) GetExitEvent

func (x *ExecResponse) GetExitEvent() *ExitEvent

func (*ExecResponse) GetStderrEvent

func (x *ExecResponse) GetStderrEvent() *StderrEvent

func (*ExecResponse) GetStdoutEvent

func (x *ExecResponse) GetStdoutEvent() *StdoutEvent

func (*ExecResponse) ProtoMessage

func (*ExecResponse) ProtoMessage()

func (*ExecResponse) ProtoReflect

func (x *ExecResponse) ProtoReflect() protoreflect.Message

func (*ExecResponse) Reset

func (x *ExecResponse) Reset()

func (*ExecResponse) String

func (x *ExecResponse) String() string

type ExecResponse_ExitEvent

type ExecResponse_ExitEvent struct {
	ExitEvent *ExitEvent `protobuf:"bytes,3,opt,name=exit_event,json=exitEvent,proto3,oneof"`
}

type ExecResponse_StderrEvent

type ExecResponse_StderrEvent struct {
	StderrEvent *StderrEvent `protobuf:"bytes,2,opt,name=stderr_event,json=stderrEvent,proto3,oneof"`
}

type ExecResponse_StdoutEvent

type ExecResponse_StdoutEvent struct {
	StdoutEvent *StdoutEvent `protobuf:"bytes,1,opt,name=stdout_event,json=stdoutEvent,proto3,oneof"`
}

type ExecServerAbort

type ExecServerAbort struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecServerAbort) Descriptor deprecated

func (*ExecServerAbort) Descriptor() ([]byte, []int)

Deprecated: Use ExecServerAbort.ProtoReflect.Descriptor instead.

func (*ExecServerAbort) GetId

func (x *ExecServerAbort) GetId() uint32

func (*ExecServerAbort) ProtoMessage

func (*ExecServerAbort) ProtoMessage()

func (*ExecServerAbort) ProtoReflect

func (x *ExecServerAbort) ProtoReflect() protoreflect.Message

func (*ExecServerAbort) Reset

func (x *ExecServerAbort) Reset()

func (*ExecServerAbort) String

func (x *ExecServerAbort) String() string

type ExecServerControlMessage

type ExecServerControlMessage struct {

	// Types that are valid to be assigned to Message:
	//
	//	*ExecServerControlMessage_Abort
	Message isExecServerControlMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*ExecServerControlMessage) Descriptor deprecated

func (*ExecServerControlMessage) Descriptor() ([]byte, []int)

Deprecated: Use ExecServerControlMessage.ProtoReflect.Descriptor instead.

func (*ExecServerControlMessage) GetAbort

func (*ExecServerControlMessage) GetMessage

func (x *ExecServerControlMessage) GetMessage() isExecServerControlMessage_Message

func (*ExecServerControlMessage) ProtoMessage

func (*ExecServerControlMessage) ProtoMessage()

func (*ExecServerControlMessage) ProtoReflect

func (x *ExecServerControlMessage) ProtoReflect() protoreflect.Message

func (*ExecServerControlMessage) Reset

func (x *ExecServerControlMessage) Reset()

func (*ExecServerControlMessage) String

func (x *ExecServerControlMessage) String() string

type ExecServerControlMessage_Abort

type ExecServerControlMessage_Abort struct {
	Abort *ExecServerAbort `protobuf:"bytes,1,opt,name=abort,proto3,oneof"`
}

type ExecServerMessage

type ExecServerMessage struct {
	Id          uint32       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ExecId      string       `protobuf:"bytes,15,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
	SpanContext *SpanContext `protobuf:"bytes,19,opt,name=span_context,json=spanContext,proto3,oneof" json:"span_context,omitempty"`
	// Types that are valid to be assigned to Message:
	//
	//	*ExecServerMessage_ShellArgs
	//	*ExecServerMessage_WriteArgs
	//	*ExecServerMessage_DeleteArgs
	//	*ExecServerMessage_GrepArgs
	//	*ExecServerMessage_ReadArgs
	//	*ExecServerMessage_LsArgs
	//	*ExecServerMessage_DiagnosticsArgs
	//	*ExecServerMessage_RequestContextArgs
	//	*ExecServerMessage_McpArgs
	//	*ExecServerMessage_ShellStreamArgs
	//	*ExecServerMessage_BackgroundShellSpawnArgs
	//	*ExecServerMessage_ListMcpResourcesExecArgs
	//	*ExecServerMessage_ReadMcpResourceExecArgs
	//	*ExecServerMessage_FetchArgs
	//	*ExecServerMessage_RecordScreenArgs
	//	*ExecServerMessage_ComputerUseArgs
	//	*ExecServerMessage_WriteShellStdinArgs
	Message isExecServerMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*ExecServerMessage) Descriptor deprecated

func (*ExecServerMessage) Descriptor() ([]byte, []int)

Deprecated: Use ExecServerMessage.ProtoReflect.Descriptor instead.

func (*ExecServerMessage) GetBackgroundShellSpawnArgs

func (x *ExecServerMessage) GetBackgroundShellSpawnArgs() *BackgroundShellSpawnArgs

func (*ExecServerMessage) GetComputerUseArgs

func (x *ExecServerMessage) GetComputerUseArgs() *ComputerUseArgs

func (*ExecServerMessage) GetDeleteArgs

func (x *ExecServerMessage) GetDeleteArgs() *DeleteArgs

func (*ExecServerMessage) GetDiagnosticsArgs

func (x *ExecServerMessage) GetDiagnosticsArgs() *DiagnosticsArgs

func (*ExecServerMessage) GetExecId

func (x *ExecServerMessage) GetExecId() string

func (*ExecServerMessage) GetFetchArgs

func (x *ExecServerMessage) GetFetchArgs() *FetchArgs

func (*ExecServerMessage) GetGrepArgs

func (x *ExecServerMessage) GetGrepArgs() *GrepArgs

func (*ExecServerMessage) GetId

func (x *ExecServerMessage) GetId() uint32

func (*ExecServerMessage) GetListMcpResourcesExecArgs

func (x *ExecServerMessage) GetListMcpResourcesExecArgs() *ListMcpResourcesExecArgs

func (*ExecServerMessage) GetLsArgs

func (x *ExecServerMessage) GetLsArgs() *LsArgs

func (*ExecServerMessage) GetMcpArgs

func (x *ExecServerMessage) GetMcpArgs() *McpArgs

func (*ExecServerMessage) GetMessage

func (x *ExecServerMessage) GetMessage() isExecServerMessage_Message

func (*ExecServerMessage) GetReadArgs

func (x *ExecServerMessage) GetReadArgs() *ReadArgs

func (*ExecServerMessage) GetReadMcpResourceExecArgs

func (x *ExecServerMessage) GetReadMcpResourceExecArgs() *ReadMcpResourceExecArgs

func (*ExecServerMessage) GetRecordScreenArgs

func (x *ExecServerMessage) GetRecordScreenArgs() *RecordScreenArgs

func (*ExecServerMessage) GetRequestContextArgs

func (x *ExecServerMessage) GetRequestContextArgs() *RequestContextArgs

func (*ExecServerMessage) GetShellArgs

func (x *ExecServerMessage) GetShellArgs() *ShellArgs

func (*ExecServerMessage) GetShellStreamArgs

func (x *ExecServerMessage) GetShellStreamArgs() *ShellArgs

func (*ExecServerMessage) GetSpanContext

func (x *ExecServerMessage) GetSpanContext() *SpanContext

func (*ExecServerMessage) GetWriteArgs

func (x *ExecServerMessage) GetWriteArgs() *WriteArgs

func (*ExecServerMessage) GetWriteShellStdinArgs

func (x *ExecServerMessage) GetWriteShellStdinArgs() *WriteShellStdinArgs

func (*ExecServerMessage) ProtoMessage

func (*ExecServerMessage) ProtoMessage()

func (*ExecServerMessage) ProtoReflect

func (x *ExecServerMessage) ProtoReflect() protoreflect.Message

func (*ExecServerMessage) Reset

func (x *ExecServerMessage) Reset()

func (*ExecServerMessage) String

func (x *ExecServerMessage) String() string

type ExecServerMessage_BackgroundShellSpawnArgs

type ExecServerMessage_BackgroundShellSpawnArgs struct {
	BackgroundShellSpawnArgs *BackgroundShellSpawnArgs `protobuf:"bytes,16,opt,name=background_shell_spawn_args,json=backgroundShellSpawnArgs,proto3,oneof"`
}

type ExecServerMessage_ComputerUseArgs

type ExecServerMessage_ComputerUseArgs struct {
	ComputerUseArgs *ComputerUseArgs `protobuf:"bytes,22,opt,name=computer_use_args,json=computerUseArgs,proto3,oneof"`
}

type ExecServerMessage_DeleteArgs

type ExecServerMessage_DeleteArgs struct {
	DeleteArgs *DeleteArgs `protobuf:"bytes,4,opt,name=delete_args,json=deleteArgs,proto3,oneof"`
}

type ExecServerMessage_DiagnosticsArgs

type ExecServerMessage_DiagnosticsArgs struct {
	DiagnosticsArgs *DiagnosticsArgs `protobuf:"bytes,9,opt,name=diagnostics_args,json=diagnosticsArgs,proto3,oneof"`
}

type ExecServerMessage_FetchArgs

type ExecServerMessage_FetchArgs struct {
	FetchArgs *FetchArgs `protobuf:"bytes,20,opt,name=fetch_args,json=fetchArgs,proto3,oneof"`
}

type ExecServerMessage_GrepArgs

type ExecServerMessage_GrepArgs struct {
	GrepArgs *GrepArgs `protobuf:"bytes,5,opt,name=grep_args,json=grepArgs,proto3,oneof"`
}

type ExecServerMessage_ListMcpResourcesExecArgs

type ExecServerMessage_ListMcpResourcesExecArgs struct {
	ListMcpResourcesExecArgs *ListMcpResourcesExecArgs `protobuf:"bytes,17,opt,name=list_mcp_resources_exec_args,json=listMcpResourcesExecArgs,proto3,oneof"`
}

type ExecServerMessage_LsArgs

type ExecServerMessage_LsArgs struct {
	LsArgs *LsArgs `protobuf:"bytes,8,opt,name=ls_args,json=lsArgs,proto3,oneof"`
}

type ExecServerMessage_McpArgs

type ExecServerMessage_McpArgs struct {
	McpArgs *McpArgs `protobuf:"bytes,11,opt,name=mcp_args,json=mcpArgs,proto3,oneof"`
}

type ExecServerMessage_ReadArgs

type ExecServerMessage_ReadArgs struct {
	ReadArgs *ReadArgs `protobuf:"bytes,7,opt,name=read_args,json=readArgs,proto3,oneof"`
}

type ExecServerMessage_ReadMcpResourceExecArgs

type ExecServerMessage_ReadMcpResourceExecArgs struct {
	ReadMcpResourceExecArgs *ReadMcpResourceExecArgs `protobuf:"bytes,18,opt,name=read_mcp_resource_exec_args,json=readMcpResourceExecArgs,proto3,oneof"`
}

type ExecServerMessage_RecordScreenArgs

type ExecServerMessage_RecordScreenArgs struct {
	RecordScreenArgs *RecordScreenArgs `protobuf:"bytes,21,opt,name=record_screen_args,json=recordScreenArgs,proto3,oneof"`
}

type ExecServerMessage_RequestContextArgs

type ExecServerMessage_RequestContextArgs struct {
	RequestContextArgs *RequestContextArgs `protobuf:"bytes,10,opt,name=request_context_args,json=requestContextArgs,proto3,oneof"`
}

type ExecServerMessage_ShellArgs

type ExecServerMessage_ShellArgs struct {
	ShellArgs *ShellArgs `protobuf:"bytes,2,opt,name=shell_args,json=shellArgs,proto3,oneof"`
}

type ExecServerMessage_ShellStreamArgs

type ExecServerMessage_ShellStreamArgs struct {
	ShellStreamArgs *ShellArgs `protobuf:"bytes,14,opt,name=shell_stream_args,json=shellStreamArgs,proto3,oneof"`
}

type ExecServerMessage_WriteArgs

type ExecServerMessage_WriteArgs struct {
	WriteArgs *WriteArgs `protobuf:"bytes,3,opt,name=write_args,json=writeArgs,proto3,oneof"`
}

type ExecServerMessage_WriteShellStdinArgs

type ExecServerMessage_WriteShellStdinArgs struct {
	WriteShellStdinArgs *WriteShellStdinArgs `protobuf:"bytes,23,opt,name=write_shell_stdin_args,json=writeShellStdinArgs,proto3,oneof"`
}

type ExecutePlanAction

type ExecutePlanAction struct {
	RequestContext  *RequestContext   `protobuf:"bytes,1,opt,name=request_context,json=requestContext,proto3" json:"request_context,omitempty"`
	Plan            *ConversationPlan `protobuf:"bytes,2,opt,name=plan,proto3,oneof" json:"plan,omitempty"`
	PlanFileUri     *string           `protobuf:"bytes,3,opt,name=plan_file_uri,json=planFileUri,proto3,oneof" json:"plan_file_uri,omitempty"`
	PlanFileContent *string           `protobuf:"bytes,4,opt,name=plan_file_content,json=planFileContent,proto3,oneof" json:"plan_file_content,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutePlanAction) Descriptor deprecated

func (*ExecutePlanAction) Descriptor() ([]byte, []int)

Deprecated: Use ExecutePlanAction.ProtoReflect.Descriptor instead.

func (*ExecutePlanAction) GetPlan

func (x *ExecutePlanAction) GetPlan() *ConversationPlan

func (*ExecutePlanAction) GetPlanFileContent

func (x *ExecutePlanAction) GetPlanFileContent() string

func (*ExecutePlanAction) GetPlanFileUri

func (x *ExecutePlanAction) GetPlanFileUri() string

func (*ExecutePlanAction) GetRequestContext

func (x *ExecutePlanAction) GetRequestContext() *RequestContext

func (*ExecutePlanAction) ProtoMessage

func (*ExecutePlanAction) ProtoMessage()

func (*ExecutePlanAction) ProtoReflect

func (x *ExecutePlanAction) ProtoReflect() protoreflect.Message

func (*ExecutePlanAction) Reset

func (x *ExecutePlanAction) Reset()

func (*ExecutePlanAction) String

func (x *ExecutePlanAction) String() string

type ExitEvent

type ExitEvent struct {
	ExitCode int32 `protobuf:"varint,1,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ExitEvent) Descriptor deprecated

func (*ExitEvent) Descriptor() ([]byte, []int)

Deprecated: Use ExitEvent.ProtoReflect.Descriptor instead.

func (*ExitEvent) GetExitCode

func (x *ExitEvent) GetExitCode() int32

func (*ExitEvent) ProtoMessage

func (*ExitEvent) ProtoMessage()

func (*ExitEvent) ProtoReflect

func (x *ExitEvent) ProtoReflect() protoreflect.Message

func (*ExitEvent) Reset

func (x *ExitEvent) Reset()

func (*ExitEvent) String

func (x *ExitEvent) String() string

type ExtraContextEntry

type ExtraContextEntry struct {

	// Types that are valid to be assigned to DataOrBlobId:
	//
	//	*ExtraContextEntry_Data
	//	*ExtraContextEntry_BlobId
	DataOrBlobId isExtraContextEntry_DataOrBlobId `protobuf_oneof:"data_or_blob_id"`
	// contains filtered or unexported fields
}

func (*ExtraContextEntry) Descriptor deprecated

func (*ExtraContextEntry) Descriptor() ([]byte, []int)

Deprecated: Use ExtraContextEntry.ProtoReflect.Descriptor instead.

func (*ExtraContextEntry) GetBlobId

func (x *ExtraContextEntry) GetBlobId() []byte

func (*ExtraContextEntry) GetData

func (x *ExtraContextEntry) GetData() string

func (*ExtraContextEntry) GetDataOrBlobId

func (x *ExtraContextEntry) GetDataOrBlobId() isExtraContextEntry_DataOrBlobId

func (*ExtraContextEntry) ProtoMessage

func (*ExtraContextEntry) ProtoMessage()

func (*ExtraContextEntry) ProtoReflect

func (x *ExtraContextEntry) ProtoReflect() protoreflect.Message

func (*ExtraContextEntry) Reset

func (x *ExtraContextEntry) Reset()

func (*ExtraContextEntry) String

func (x *ExtraContextEntry) String() string

type ExtraContextEntry_BlobId

type ExtraContextEntry_BlobId struct {
	BlobId []byte `protobuf:"bytes,2,opt,name=blob_id,json=blobId,proto3,oneof"`
}

type ExtraContextEntry_Data

type ExtraContextEntry_Data struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type FetchArgs

type FetchArgs struct {
	Url        string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	ToolCallId string `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchArgs) Descriptor deprecated

func (*FetchArgs) Descriptor() ([]byte, []int)

Deprecated: Use FetchArgs.ProtoReflect.Descriptor instead.

func (*FetchArgs) GetToolCallId

func (x *FetchArgs) GetToolCallId() string

func (*FetchArgs) GetUrl

func (x *FetchArgs) GetUrl() string

func (*FetchArgs) ProtoMessage

func (*FetchArgs) ProtoMessage()

func (*FetchArgs) ProtoReflect

func (x *FetchArgs) ProtoReflect() protoreflect.Message

func (*FetchArgs) Reset

func (x *FetchArgs) Reset()

func (*FetchArgs) String

func (x *FetchArgs) String() string

type FetchError

type FetchError struct {
	Url   string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchError) Descriptor deprecated

func (*FetchError) Descriptor() ([]byte, []int)

Deprecated: Use FetchError.ProtoReflect.Descriptor instead.

func (*FetchError) GetError

func (x *FetchError) GetError() string

func (*FetchError) GetUrl

func (x *FetchError) GetUrl() string

func (*FetchError) ProtoMessage

func (*FetchError) ProtoMessage()

func (*FetchError) ProtoReflect

func (x *FetchError) ProtoReflect() protoreflect.Message

func (*FetchError) Reset

func (x *FetchError) Reset()

func (*FetchError) String

func (x *FetchError) String() string

type FetchResult

type FetchResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*FetchResult_Success
	//	*FetchResult_Error
	Result isFetchResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*FetchResult) Descriptor deprecated

func (*FetchResult) Descriptor() ([]byte, []int)

Deprecated: Use FetchResult.ProtoReflect.Descriptor instead.

func (*FetchResult) GetError

func (x *FetchResult) GetError() *FetchError

func (*FetchResult) GetResult

func (x *FetchResult) GetResult() isFetchResult_Result

func (*FetchResult) GetSuccess

func (x *FetchResult) GetSuccess() *FetchSuccess

func (*FetchResult) ProtoMessage

func (*FetchResult) ProtoMessage()

func (*FetchResult) ProtoReflect

func (x *FetchResult) ProtoReflect() protoreflect.Message

func (*FetchResult) Reset

func (x *FetchResult) Reset()

func (*FetchResult) String

func (x *FetchResult) String() string

type FetchResult_Error

type FetchResult_Error struct {
	Error *FetchError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type FetchResult_Success

type FetchResult_Success struct {
	Success *FetchSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type FetchSuccess

type FetchSuccess struct {
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Content     string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	StatusCode  int32  `protobuf:"varint,3,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	ContentType string `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchSuccess) Descriptor deprecated

func (*FetchSuccess) Descriptor() ([]byte, []int)

Deprecated: Use FetchSuccess.ProtoReflect.Descriptor instead.

func (*FetchSuccess) GetContent

func (x *FetchSuccess) GetContent() string

func (*FetchSuccess) GetContentType

func (x *FetchSuccess) GetContentType() string

func (*FetchSuccess) GetStatusCode

func (x *FetchSuccess) GetStatusCode() int32

func (*FetchSuccess) GetUrl

func (x *FetchSuccess) GetUrl() string

func (*FetchSuccess) ProtoMessage

func (*FetchSuccess) ProtoMessage()

func (*FetchSuccess) ProtoReflect

func (x *FetchSuccess) ProtoReflect() protoreflect.Message

func (*FetchSuccess) Reset

func (x *FetchSuccess) Reset()

func (*FetchSuccess) String

func (x *FetchSuccess) String() string

type FetchToolCall

type FetchToolCall struct {
	Args   *FetchArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *FetchResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchToolCall) Descriptor deprecated

func (*FetchToolCall) Descriptor() ([]byte, []int)

Deprecated: Use FetchToolCall.ProtoReflect.Descriptor instead.

func (*FetchToolCall) GetArgs

func (x *FetchToolCall) GetArgs() *FetchArgs

func (*FetchToolCall) GetResult

func (x *FetchToolCall) GetResult() *FetchResult

func (*FetchToolCall) ProtoMessage

func (*FetchToolCall) ProtoMessage()

func (*FetchToolCall) ProtoReflect

func (x *FetchToolCall) ProtoReflect() protoreflect.Message

func (*FetchToolCall) Reset

func (x *FetchToolCall) Reset()

func (*FetchToolCall) String

func (x *FetchToolCall) String() string

type FileDiagnostics

type FileDiagnostics struct {
	Path             string            `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Diagnostics      []*DiagnosticItem `protobuf:"bytes,2,rep,name=diagnostics,proto3" json:"diagnostics,omitempty"`
	DiagnosticsCount int32             `protobuf:"varint,3,opt,name=diagnostics_count,json=diagnosticsCount,proto3" json:"diagnostics_count,omitempty"`
	// contains filtered or unexported fields
}

func (*FileDiagnostics) Descriptor deprecated

func (*FileDiagnostics) Descriptor() ([]byte, []int)

Deprecated: Use FileDiagnostics.ProtoReflect.Descriptor instead.

func (*FileDiagnostics) GetDiagnostics

func (x *FileDiagnostics) GetDiagnostics() []*DiagnosticItem

func (*FileDiagnostics) GetDiagnosticsCount

func (x *FileDiagnostics) GetDiagnosticsCount() int32

func (*FileDiagnostics) GetPath

func (x *FileDiagnostics) GetPath() string

func (*FileDiagnostics) ProtoMessage

func (*FileDiagnostics) ProtoMessage()

func (*FileDiagnostics) ProtoReflect

func (x *FileDiagnostics) ProtoReflect() protoreflect.Message

func (*FileDiagnostics) Reset

func (x *FileDiagnostics) Reset()

func (*FileDiagnostics) String

func (x *FileDiagnostics) String() string

type FileState

type FileState struct {
	Content        *string `protobuf:"bytes,1,opt,name=content,proto3,oneof" json:"content,omitempty"`
	InitialContent *string `protobuf:"bytes,2,opt,name=initial_content,json=initialContent,proto3,oneof" json:"initial_content,omitempty"`
	// contains filtered or unexported fields
}

func (*FileState) Descriptor deprecated

func (*FileState) Descriptor() ([]byte, []int)

Deprecated: Use FileState.ProtoReflect.Descriptor instead.

func (*FileState) GetContent

func (x *FileState) GetContent() string

func (*FileState) GetInitialContent

func (x *FileState) GetInitialContent() string

func (*FileState) ProtoMessage

func (*FileState) ProtoMessage()

func (*FileState) ProtoReflect

func (x *FileState) ProtoReflect() protoreflect.Message

func (*FileState) Reset

func (x *FileState) Reset()

func (*FileState) String

func (x *FileState) String() string

type FileStateStructure

type FileStateStructure struct {
	Content        []byte `protobuf:"bytes,1,opt,name=content,proto3,oneof" json:"content,omitempty"`
	InitialContent []byte `protobuf:"bytes,2,opt,name=initial_content,json=initialContent,proto3,oneof" json:"initial_content,omitempty"`
	// contains filtered or unexported fields
}

func (*FileStateStructure) Descriptor deprecated

func (*FileStateStructure) Descriptor() ([]byte, []int)

Deprecated: Use FileStateStructure.ProtoReflect.Descriptor instead.

func (*FileStateStructure) GetContent

func (x *FileStateStructure) GetContent() []byte

func (*FileStateStructure) GetInitialContent

func (x *FileStateStructure) GetInitialContent() []byte

func (*FileStateStructure) ProtoMessage

func (*FileStateStructure) ProtoMessage()

func (*FileStateStructure) ProtoReflect

func (x *FileStateStructure) ProtoReflect() protoreflect.Message

func (*FileStateStructure) Reset

func (x *FileStateStructure) Reset()

func (*FileStateStructure) String

func (x *FileStateStructure) String() string

type Frame

type Frame struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"`
	Data   []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Kind   int32  `protobuf:"varint,4,opt,name=kind,proto3" json:"kind,omitempty"`
	Error  string `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*Frame) Descriptor deprecated

func (*Frame) Descriptor() ([]byte, []int)

Deprecated: Use Frame.ProtoReflect.Descriptor instead.

func (*Frame) GetData

func (x *Frame) GetData() []byte

func (*Frame) GetError

func (x *Frame) GetError() string

func (*Frame) GetId

func (x *Frame) GetId() string

func (*Frame) GetKind

func (x *Frame) GetKind() int32

func (*Frame) GetMethod

func (x *Frame) GetMethod() string

func (*Frame) ProtoMessage

func (*Frame) ProtoMessage()

func (*Frame) ProtoReflect

func (x *Frame) ProtoReflect() protoreflect.Message

func (*Frame) Reset

func (x *Frame) Reset()

func (*Frame) String

func (x *Frame) String() string

type Frame_Kind

type Frame_Kind int32
const (
	Frame_Kind_KIND_UNSPECIFIED Frame_Kind = 0
	Frame_Kind_KIND_REQUEST     Frame_Kind = 1
	Frame_Kind_KIND_RESPONSE    Frame_Kind = 2
	Frame_Kind_KIND_ERROR       Frame_Kind = 3
)

func (Frame_Kind) Descriptor

func (Frame_Kind) Descriptor() protoreflect.EnumDescriptor

func (Frame_Kind) Enum

func (x Frame_Kind) Enum() *Frame_Kind

func (Frame_Kind) EnumDescriptor deprecated

func (Frame_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use Frame_Kind.Descriptor instead.

func (Frame_Kind) Number

func (x Frame_Kind) Number() protoreflect.EnumNumber

func (Frame_Kind) String

func (x Frame_Kind) String() string

func (Frame_Kind) Type

type GenerateImageArgs

type GenerateImageArgs struct {
	Description         string   `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	FilePath            *string  `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3,oneof" json:"file_path,omitempty"`
	ReferenceImagePaths []string `protobuf:"bytes,5,rep,name=reference_image_paths,json=referenceImagePaths,proto3" json:"reference_image_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateImageArgs) Descriptor deprecated

func (*GenerateImageArgs) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImageArgs.ProtoReflect.Descriptor instead.

func (*GenerateImageArgs) GetDescription

func (x *GenerateImageArgs) GetDescription() string

func (*GenerateImageArgs) GetFilePath

func (x *GenerateImageArgs) GetFilePath() string

func (*GenerateImageArgs) GetReferenceImagePaths

func (x *GenerateImageArgs) GetReferenceImagePaths() []string

func (*GenerateImageArgs) ProtoMessage

func (*GenerateImageArgs) ProtoMessage()

func (*GenerateImageArgs) ProtoReflect

func (x *GenerateImageArgs) ProtoReflect() protoreflect.Message

func (*GenerateImageArgs) Reset

func (x *GenerateImageArgs) Reset()

func (*GenerateImageArgs) String

func (x *GenerateImageArgs) String() string

type GenerateImageError

type GenerateImageError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateImageError) Descriptor deprecated

func (*GenerateImageError) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImageError.ProtoReflect.Descriptor instead.

func (*GenerateImageError) GetError

func (x *GenerateImageError) GetError() string

func (*GenerateImageError) ProtoMessage

func (*GenerateImageError) ProtoMessage()

func (*GenerateImageError) ProtoReflect

func (x *GenerateImageError) ProtoReflect() protoreflect.Message

func (*GenerateImageError) Reset

func (x *GenerateImageError) Reset()

func (*GenerateImageError) String

func (x *GenerateImageError) String() string

type GenerateImageResult

type GenerateImageResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*GenerateImageResult_Success
	//	*GenerateImageResult_Error
	Result isGenerateImageResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*GenerateImageResult) Descriptor deprecated

func (*GenerateImageResult) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImageResult.ProtoReflect.Descriptor instead.

func (*GenerateImageResult) GetError

func (x *GenerateImageResult) GetError() *GenerateImageError

func (*GenerateImageResult) GetResult

func (x *GenerateImageResult) GetResult() isGenerateImageResult_Result

func (*GenerateImageResult) GetSuccess

func (x *GenerateImageResult) GetSuccess() *GenerateImageSuccess

func (*GenerateImageResult) ProtoMessage

func (*GenerateImageResult) ProtoMessage()

func (*GenerateImageResult) ProtoReflect

func (x *GenerateImageResult) ProtoReflect() protoreflect.Message

func (*GenerateImageResult) Reset

func (x *GenerateImageResult) Reset()

func (*GenerateImageResult) String

func (x *GenerateImageResult) String() string

type GenerateImageResult_Error

type GenerateImageResult_Error struct {
	Error *GenerateImageError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type GenerateImageResult_Success

type GenerateImageResult_Success struct {
	Success *GenerateImageSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type GenerateImageSuccess

type GenerateImageSuccess struct {
	FilePath  string `protobuf:"bytes,1,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	ImageData string `protobuf:"bytes,2,opt,name=image_data,json=imageData,proto3" json:"image_data,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateImageSuccess) Descriptor deprecated

func (*GenerateImageSuccess) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImageSuccess.ProtoReflect.Descriptor instead.

func (*GenerateImageSuccess) GetFilePath

func (x *GenerateImageSuccess) GetFilePath() string

func (*GenerateImageSuccess) GetImageData

func (x *GenerateImageSuccess) GetImageData() string

func (*GenerateImageSuccess) ProtoMessage

func (*GenerateImageSuccess) ProtoMessage()

func (*GenerateImageSuccess) ProtoReflect

func (x *GenerateImageSuccess) ProtoReflect() protoreflect.Message

func (*GenerateImageSuccess) Reset

func (x *GenerateImageSuccess) Reset()

func (*GenerateImageSuccess) String

func (x *GenerateImageSuccess) String() string

type GenerateImageToolCall

type GenerateImageToolCall struct {
	Args   *GenerateImageArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *GenerateImageResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateImageToolCall) Descriptor deprecated

func (*GenerateImageToolCall) Descriptor() ([]byte, []int)

Deprecated: Use GenerateImageToolCall.ProtoReflect.Descriptor instead.

func (*GenerateImageToolCall) GetArgs

func (*GenerateImageToolCall) GetResult

func (*GenerateImageToolCall) ProtoMessage

func (*GenerateImageToolCall) ProtoMessage()

func (*GenerateImageToolCall) ProtoReflect

func (x *GenerateImageToolCall) ProtoReflect() protoreflect.Message

func (*GenerateImageToolCall) Reset

func (x *GenerateImageToolCall) Reset()

func (*GenerateImageToolCall) String

func (x *GenerateImageToolCall) String() string

type GetAllowedModelIntentsRequest

type GetAllowedModelIntentsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAllowedModelIntentsRequest) Descriptor deprecated

func (*GetAllowedModelIntentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAllowedModelIntentsRequest.ProtoReflect.Descriptor instead.

func (*GetAllowedModelIntentsRequest) ProtoMessage

func (*GetAllowedModelIntentsRequest) ProtoMessage()

func (*GetAllowedModelIntentsRequest) ProtoReflect

func (*GetAllowedModelIntentsRequest) Reset

func (x *GetAllowedModelIntentsRequest) Reset()

func (*GetAllowedModelIntentsRequest) String

type GetAllowedModelIntentsResponse

type GetAllowedModelIntentsResponse struct {
	ModelIntents []string `protobuf:"bytes,1,rep,name=model_intents,json=modelIntents,proto3" json:"model_intents,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllowedModelIntentsResponse) Descriptor deprecated

func (*GetAllowedModelIntentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAllowedModelIntentsResponse.ProtoReflect.Descriptor instead.

func (*GetAllowedModelIntentsResponse) GetModelIntents

func (x *GetAllowedModelIntentsResponse) GetModelIntents() []string

func (*GetAllowedModelIntentsResponse) ProtoMessage

func (*GetAllowedModelIntentsResponse) ProtoMessage()

func (*GetAllowedModelIntentsResponse) ProtoReflect

func (*GetAllowedModelIntentsResponse) Reset

func (x *GetAllowedModelIntentsResponse) Reset()

func (*GetAllowedModelIntentsResponse) String

type GetBlobArgs

type GetBlobArgs struct {
	BlobId []byte `protobuf:"bytes,1,opt,name=blob_id,json=blobId,proto3" json:"blob_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlobArgs) Descriptor deprecated

func (*GetBlobArgs) Descriptor() ([]byte, []int)

Deprecated: Use GetBlobArgs.ProtoReflect.Descriptor instead.

func (*GetBlobArgs) GetBlobId

func (x *GetBlobArgs) GetBlobId() []byte

func (*GetBlobArgs) ProtoMessage

func (*GetBlobArgs) ProtoMessage()

func (*GetBlobArgs) ProtoReflect

func (x *GetBlobArgs) ProtoReflect() protoreflect.Message

func (*GetBlobArgs) Reset

func (x *GetBlobArgs) Reset()

func (*GetBlobArgs) String

func (x *GetBlobArgs) String() string

type GetBlobResult

type GetBlobResult struct {
	BlobData []byte `protobuf:"bytes,1,opt,name=blob_data,json=blobData,proto3,oneof" json:"blob_data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlobResult) Descriptor deprecated

func (*GetBlobResult) Descriptor() ([]byte, []int)

Deprecated: Use GetBlobResult.ProtoReflect.Descriptor instead.

func (*GetBlobResult) GetBlobData

func (x *GetBlobResult) GetBlobData() []byte

func (*GetBlobResult) ProtoMessage

func (*GetBlobResult) ProtoMessage()

func (*GetBlobResult) ProtoReflect

func (x *GetBlobResult) ProtoReflect() protoreflect.Message

func (*GetBlobResult) Reset

func (x *GetBlobResult) Reset()

func (*GetBlobResult) String

func (x *GetBlobResult) String() string

type GetDefaultModelForCliRequest

type GetDefaultModelForCliRequest struct {
	// contains filtered or unexported fields
}

func (*GetDefaultModelForCliRequest) Descriptor deprecated

func (*GetDefaultModelForCliRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultModelForCliRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultModelForCliRequest) ProtoMessage

func (*GetDefaultModelForCliRequest) ProtoMessage()

func (*GetDefaultModelForCliRequest) ProtoReflect

func (*GetDefaultModelForCliRequest) Reset

func (x *GetDefaultModelForCliRequest) Reset()

func (*GetDefaultModelForCliRequest) String

type GetDefaultModelForCliResponse

type GetDefaultModelForCliResponse struct {
	Model *ModelDetails `protobuf:"bytes,1,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultModelForCliResponse) Descriptor deprecated

func (*GetDefaultModelForCliResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultModelForCliResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultModelForCliResponse) GetModel

func (*GetDefaultModelForCliResponse) ProtoMessage

func (*GetDefaultModelForCliResponse) ProtoMessage()

func (*GetDefaultModelForCliResponse) ProtoReflect

func (*GetDefaultModelForCliResponse) Reset

func (x *GetDefaultModelForCliResponse) Reset()

func (*GetDefaultModelForCliResponse) String

type GetMcpRefreshTokensRequest

type GetMcpRefreshTokensRequest struct {
	// contains filtered or unexported fields
}

func (*GetMcpRefreshTokensRequest) Descriptor deprecated

func (*GetMcpRefreshTokensRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMcpRefreshTokensRequest.ProtoReflect.Descriptor instead.

func (*GetMcpRefreshTokensRequest) ProtoMessage

func (*GetMcpRefreshTokensRequest) ProtoMessage()

func (*GetMcpRefreshTokensRequest) ProtoReflect

func (*GetMcpRefreshTokensRequest) Reset

func (x *GetMcpRefreshTokensRequest) Reset()

func (*GetMcpRefreshTokensRequest) String

func (x *GetMcpRefreshTokensRequest) String() string

type GetMcpRefreshTokensResponse

type GetMcpRefreshTokensResponse struct {
	RefreshTokens map[string]string `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetMcpRefreshTokensResponse) Descriptor deprecated

func (*GetMcpRefreshTokensResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMcpRefreshTokensResponse.ProtoReflect.Descriptor instead.

func (*GetMcpRefreshTokensResponse) GetRefreshTokens

func (x *GetMcpRefreshTokensResponse) GetRefreshTokens() map[string]string

func (*GetMcpRefreshTokensResponse) ProtoMessage

func (*GetMcpRefreshTokensResponse) ProtoMessage()

func (*GetMcpRefreshTokensResponse) ProtoReflect

func (*GetMcpRefreshTokensResponse) Reset

func (x *GetMcpRefreshTokensResponse) Reset()

func (*GetMcpRefreshTokensResponse) String

func (x *GetMcpRefreshTokensResponse) String() string

type GetUsableModelsRequest

type GetUsableModelsRequest struct {
	CustomModelIds []string `protobuf:"bytes,1,rep,name=custom_model_ids,json=customModelIds,proto3" json:"custom_model_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsableModelsRequest) Descriptor deprecated

func (*GetUsableModelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUsableModelsRequest.ProtoReflect.Descriptor instead.

func (*GetUsableModelsRequest) GetCustomModelIds

func (x *GetUsableModelsRequest) GetCustomModelIds() []string

func (*GetUsableModelsRequest) ProtoMessage

func (*GetUsableModelsRequest) ProtoMessage()

func (*GetUsableModelsRequest) ProtoReflect

func (x *GetUsableModelsRequest) ProtoReflect() protoreflect.Message

func (*GetUsableModelsRequest) Reset

func (x *GetUsableModelsRequest) Reset()

func (*GetUsableModelsRequest) String

func (x *GetUsableModelsRequest) String() string

type GetUsableModelsResponse

type GetUsableModelsResponse struct {
	Models []*ModelDetails `protobuf:"bytes,1,rep,name=models,proto3" json:"models,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsableModelsResponse) Descriptor deprecated

func (*GetUsableModelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUsableModelsResponse.ProtoReflect.Descriptor instead.

func (*GetUsableModelsResponse) GetModels

func (x *GetUsableModelsResponse) GetModels() []*ModelDetails

func (*GetUsableModelsResponse) ProtoMessage

func (*GetUsableModelsResponse) ProtoMessage()

func (*GetUsableModelsResponse) ProtoReflect

func (x *GetUsableModelsResponse) ProtoReflect() protoreflect.Message

func (*GetUsableModelsResponse) Reset

func (x *GetUsableModelsResponse) Reset()

func (*GetUsableModelsResponse) String

func (x *GetUsableModelsResponse) String() string

type GetWorkspaceChangesHashRequest

type GetWorkspaceChangesHashRequest struct {
	RootPath string `protobuf:"bytes,1,opt,name=root_path,json=rootPath,proto3" json:"root_path,omitempty"`
	BaseRef  string `protobuf:"bytes,2,opt,name=base_ref,json=baseRef,proto3" json:"base_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceChangesHashRequest) Descriptor deprecated

func (*GetWorkspaceChangesHashRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkspaceChangesHashRequest.ProtoReflect.Descriptor instead.

func (*GetWorkspaceChangesHashRequest) GetBaseRef

func (x *GetWorkspaceChangesHashRequest) GetBaseRef() string

func (*GetWorkspaceChangesHashRequest) GetRootPath

func (x *GetWorkspaceChangesHashRequest) GetRootPath() string

func (*GetWorkspaceChangesHashRequest) ProtoMessage

func (*GetWorkspaceChangesHashRequest) ProtoMessage()

func (*GetWorkspaceChangesHashRequest) ProtoReflect

func (*GetWorkspaceChangesHashRequest) Reset

func (x *GetWorkspaceChangesHashRequest) Reset()

func (*GetWorkspaceChangesHashRequest) String

type GetWorkspaceChangesHashResponse

type GetWorkspaceChangesHashResponse struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkspaceChangesHashResponse) Descriptor deprecated

func (*GetWorkspaceChangesHashResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWorkspaceChangesHashResponse.ProtoReflect.Descriptor instead.

func (*GetWorkspaceChangesHashResponse) GetHash

func (*GetWorkspaceChangesHashResponse) ProtoMessage

func (*GetWorkspaceChangesHashResponse) ProtoMessage()

func (*GetWorkspaceChangesHashResponse) ProtoReflect

func (*GetWorkspaceChangesHashResponse) Reset

func (*GetWorkspaceChangesHashResponse) String

type GitRepoInfo

type GitRepoInfo struct {
	Path       string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Status     string  `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	BranchName string  `protobuf:"bytes,3,opt,name=branch_name,json=branchName,proto3" json:"branch_name,omitempty"`
	RemoteUrl  *string `protobuf:"bytes,4,opt,name=remote_url,json=remoteUrl,proto3,oneof" json:"remote_url,omitempty"`
	// contains filtered or unexported fields
}

func (*GitRepoInfo) Descriptor deprecated

func (*GitRepoInfo) Descriptor() ([]byte, []int)

Deprecated: Use GitRepoInfo.ProtoReflect.Descriptor instead.

func (*GitRepoInfo) GetBranchName

func (x *GitRepoInfo) GetBranchName() string

func (*GitRepoInfo) GetPath

func (x *GitRepoInfo) GetPath() string

func (*GitRepoInfo) GetRemoteUrl

func (x *GitRepoInfo) GetRemoteUrl() string

func (*GitRepoInfo) GetStatus

func (x *GitRepoInfo) GetStatus() string

func (*GitRepoInfo) ProtoMessage

func (*GitRepoInfo) ProtoMessage()

func (*GitRepoInfo) ProtoReflect

func (x *GitRepoInfo) ProtoReflect() protoreflect.Message

func (*GitRepoInfo) Reset

func (x *GitRepoInfo) Reset()

func (*GitRepoInfo) String

func (x *GitRepoInfo) String() string

type GlobToolCall

type GlobToolCall struct {
	Args   []byte          `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *GlobToolResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobToolCall) Descriptor deprecated

func (*GlobToolCall) Descriptor() ([]byte, []int)

Deprecated: Use GlobToolCall.ProtoReflect.Descriptor instead.

func (*GlobToolCall) GetArgs

func (x *GlobToolCall) GetArgs() []byte

func (*GlobToolCall) GetResult

func (x *GlobToolCall) GetResult() *GlobToolResult

func (*GlobToolCall) ProtoMessage

func (*GlobToolCall) ProtoMessage()

func (*GlobToolCall) ProtoReflect

func (x *GlobToolCall) ProtoReflect() protoreflect.Message

func (*GlobToolCall) Reset

func (x *GlobToolCall) Reset()

func (*GlobToolCall) String

func (x *GlobToolCall) String() string

type GlobToolError

type GlobToolError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobToolError) Descriptor deprecated

func (*GlobToolError) Descriptor() ([]byte, []int)

Deprecated: Use GlobToolError.ProtoReflect.Descriptor instead.

func (*GlobToolError) GetError

func (x *GlobToolError) GetError() string

func (*GlobToolError) ProtoMessage

func (*GlobToolError) ProtoMessage()

func (*GlobToolError) ProtoReflect

func (x *GlobToolError) ProtoReflect() protoreflect.Message

func (*GlobToolError) Reset

func (x *GlobToolError) Reset()

func (*GlobToolError) String

func (x *GlobToolError) String() string

type GlobToolResult

type GlobToolResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*GlobToolResult_Success
	//	*GlobToolResult_Error
	Result isGlobToolResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*GlobToolResult) Descriptor deprecated

func (*GlobToolResult) Descriptor() ([]byte, []int)

Deprecated: Use GlobToolResult.ProtoReflect.Descriptor instead.

func (*GlobToolResult) GetError

func (x *GlobToolResult) GetError() *GlobToolError

func (*GlobToolResult) GetResult

func (x *GlobToolResult) GetResult() isGlobToolResult_Result

func (*GlobToolResult) GetSuccess

func (x *GlobToolResult) GetSuccess() *GlobToolSuccess

func (*GlobToolResult) ProtoMessage

func (*GlobToolResult) ProtoMessage()

func (*GlobToolResult) ProtoReflect

func (x *GlobToolResult) ProtoReflect() protoreflect.Message

func (*GlobToolResult) Reset

func (x *GlobToolResult) Reset()

func (*GlobToolResult) String

func (x *GlobToolResult) String() string

type GlobToolResult_Error

type GlobToolResult_Error struct {
	Error *GlobToolError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type GlobToolResult_Success

type GlobToolResult_Success struct {
	Success *GlobToolSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type GlobToolSuccess

type GlobToolSuccess struct {
	Pattern          string   `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	Path             string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Files            []string `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
	TotalFiles       int32    `protobuf:"varint,4,opt,name=total_files,json=totalFiles,proto3" json:"total_files,omitempty"`
	ClientTruncated  bool     `protobuf:"varint,5,opt,name=client_truncated,json=clientTruncated,proto3" json:"client_truncated,omitempty"`
	RipgrepTruncated bool     `protobuf:"varint,6,opt,name=ripgrep_truncated,json=ripgrepTruncated,proto3" json:"ripgrep_truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobToolSuccess) Descriptor deprecated

func (*GlobToolSuccess) Descriptor() ([]byte, []int)

Deprecated: Use GlobToolSuccess.ProtoReflect.Descriptor instead.

func (*GlobToolSuccess) GetClientTruncated

func (x *GlobToolSuccess) GetClientTruncated() bool

func (*GlobToolSuccess) GetFiles

func (x *GlobToolSuccess) GetFiles() []string

func (*GlobToolSuccess) GetPath

func (x *GlobToolSuccess) GetPath() string

func (*GlobToolSuccess) GetPattern

func (x *GlobToolSuccess) GetPattern() string

func (*GlobToolSuccess) GetRipgrepTruncated

func (x *GlobToolSuccess) GetRipgrepTruncated() bool

func (*GlobToolSuccess) GetTotalFiles

func (x *GlobToolSuccess) GetTotalFiles() int32

func (*GlobToolSuccess) ProtoMessage

func (*GlobToolSuccess) ProtoMessage()

func (*GlobToolSuccess) ProtoReflect

func (x *GlobToolSuccess) ProtoReflect() protoreflect.Message

func (*GlobToolSuccess) Reset

func (x *GlobToolSuccess) Reset()

func (*GlobToolSuccess) String

func (x *GlobToolSuccess) String() string

type GrepArgs

type GrepArgs struct {
	Pattern         string         `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	Path            *string        `protobuf:"bytes,2,opt,name=path,proto3,oneof" json:"path,omitempty"`
	Glob            *string        `protobuf:"bytes,3,opt,name=glob,proto3,oneof" json:"glob,omitempty"`
	OutputMode      *string        `protobuf:"bytes,4,opt,name=output_mode,json=outputMode,proto3,oneof" json:"output_mode,omitempty"`
	ContextBefore   *int32         `protobuf:"varint,5,opt,name=context_before,json=contextBefore,proto3,oneof" json:"context_before,omitempty"`
	ContextAfter    *int32         `protobuf:"varint,6,opt,name=context_after,json=contextAfter,proto3,oneof" json:"context_after,omitempty"`
	Context         *int32         `protobuf:"varint,7,opt,name=context,proto3,oneof" json:"context,omitempty"`
	CaseInsensitive *bool          `protobuf:"varint,8,opt,name=case_insensitive,json=caseInsensitive,proto3,oneof" json:"case_insensitive,omitempty"`
	Type            *string        `protobuf:"bytes,9,opt,name=type,proto3,oneof" json:"type,omitempty"`
	HeadLimit       *int32         `protobuf:"varint,10,opt,name=head_limit,json=headLimit,proto3,oneof" json:"head_limit,omitempty"`
	Multiline       *bool          `protobuf:"varint,11,opt,name=multiline,proto3,oneof" json:"multiline,omitempty"`
	Sort            *string        `protobuf:"bytes,12,opt,name=sort,proto3,oneof" json:"sort,omitempty"`
	SortAscending   *bool          `protobuf:"varint,13,opt,name=sort_ascending,json=sortAscending,proto3,oneof" json:"sort_ascending,omitempty"`
	ToolCallId      string         `protobuf:"bytes,14,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	SandboxPolicy   *SandboxPolicy `protobuf:"bytes,15,opt,name=sandbox_policy,json=sandboxPolicy,proto3,oneof" json:"sandbox_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepArgs) Descriptor deprecated

func (*GrepArgs) Descriptor() ([]byte, []int)

Deprecated: Use GrepArgs.ProtoReflect.Descriptor instead.

func (*GrepArgs) GetCaseInsensitive

func (x *GrepArgs) GetCaseInsensitive() bool

func (*GrepArgs) GetContext

func (x *GrepArgs) GetContext() int32

func (*GrepArgs) GetContextAfter

func (x *GrepArgs) GetContextAfter() int32

func (*GrepArgs) GetContextBefore

func (x *GrepArgs) GetContextBefore() int32

func (*GrepArgs) GetGlob

func (x *GrepArgs) GetGlob() string

func (*GrepArgs) GetHeadLimit

func (x *GrepArgs) GetHeadLimit() int32

func (*GrepArgs) GetMultiline

func (x *GrepArgs) GetMultiline() bool

func (*GrepArgs) GetOutputMode

func (x *GrepArgs) GetOutputMode() string

func (*GrepArgs) GetPath

func (x *GrepArgs) GetPath() string

func (*GrepArgs) GetPattern

func (x *GrepArgs) GetPattern() string

func (*GrepArgs) GetSandboxPolicy

func (x *GrepArgs) GetSandboxPolicy() *SandboxPolicy

func (*GrepArgs) GetSort

func (x *GrepArgs) GetSort() string

func (*GrepArgs) GetSortAscending

func (x *GrepArgs) GetSortAscending() bool

func (*GrepArgs) GetToolCallId

func (x *GrepArgs) GetToolCallId() string

func (*GrepArgs) GetType

func (x *GrepArgs) GetType() string

func (*GrepArgs) ProtoMessage

func (*GrepArgs) ProtoMessage()

func (*GrepArgs) ProtoReflect

func (x *GrepArgs) ProtoReflect() protoreflect.Message

func (*GrepArgs) Reset

func (x *GrepArgs) Reset()

func (*GrepArgs) String

func (x *GrepArgs) String() string

type GrepContentMatch

type GrepContentMatch struct {
	LineNumber       int32  `protobuf:"varint,1,opt,name=line_number,json=lineNumber,proto3" json:"line_number,omitempty"`
	Content          string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	ContentTruncated bool   `protobuf:"varint,3,opt,name=content_truncated,json=contentTruncated,proto3" json:"content_truncated,omitempty"`
	IsContextLine    bool   `protobuf:"varint,4,opt,name=is_context_line,json=isContextLine,proto3" json:"is_context_line,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepContentMatch) Descriptor deprecated

func (*GrepContentMatch) Descriptor() ([]byte, []int)

Deprecated: Use GrepContentMatch.ProtoReflect.Descriptor instead.

func (*GrepContentMatch) GetContent

func (x *GrepContentMatch) GetContent() string

func (*GrepContentMatch) GetContentTruncated

func (x *GrepContentMatch) GetContentTruncated() bool

func (*GrepContentMatch) GetIsContextLine

func (x *GrepContentMatch) GetIsContextLine() bool

func (*GrepContentMatch) GetLineNumber

func (x *GrepContentMatch) GetLineNumber() int32

func (*GrepContentMatch) ProtoMessage

func (*GrepContentMatch) ProtoMessage()

func (*GrepContentMatch) ProtoReflect

func (x *GrepContentMatch) ProtoReflect() protoreflect.Message

func (*GrepContentMatch) Reset

func (x *GrepContentMatch) Reset()

func (*GrepContentMatch) String

func (x *GrepContentMatch) String() string

type GrepContentResult

type GrepContentResult struct {
	Matches           []*GrepFileMatch `protobuf:"bytes,1,rep,name=matches,proto3" json:"matches,omitempty"`
	TotalLines        int32            `protobuf:"varint,2,opt,name=total_lines,json=totalLines,proto3" json:"total_lines,omitempty"`
	TotalMatchedLines int32            `protobuf:"varint,3,opt,name=total_matched_lines,json=totalMatchedLines,proto3" json:"total_matched_lines,omitempty"`
	ClientTruncated   bool             `protobuf:"varint,4,opt,name=client_truncated,json=clientTruncated,proto3" json:"client_truncated,omitempty"`
	RipgrepTruncated  bool             `protobuf:"varint,5,opt,name=ripgrep_truncated,json=ripgrepTruncated,proto3" json:"ripgrep_truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepContentResult) Descriptor deprecated

func (*GrepContentResult) Descriptor() ([]byte, []int)

Deprecated: Use GrepContentResult.ProtoReflect.Descriptor instead.

func (*GrepContentResult) GetClientTruncated

func (x *GrepContentResult) GetClientTruncated() bool

func (*GrepContentResult) GetMatches

func (x *GrepContentResult) GetMatches() []*GrepFileMatch

func (*GrepContentResult) GetRipgrepTruncated

func (x *GrepContentResult) GetRipgrepTruncated() bool

func (*GrepContentResult) GetTotalLines

func (x *GrepContentResult) GetTotalLines() int32

func (*GrepContentResult) GetTotalMatchedLines

func (x *GrepContentResult) GetTotalMatchedLines() int32

func (*GrepContentResult) ProtoMessage

func (*GrepContentResult) ProtoMessage()

func (*GrepContentResult) ProtoReflect

func (x *GrepContentResult) ProtoReflect() protoreflect.Message

func (*GrepContentResult) Reset

func (x *GrepContentResult) Reset()

func (*GrepContentResult) String

func (x *GrepContentResult) String() string

type GrepCountResult

type GrepCountResult struct {
	Counts           []*GrepFileCount `protobuf:"bytes,1,rep,name=counts,proto3" json:"counts,omitempty"`
	TotalFiles       int32            `protobuf:"varint,2,opt,name=total_files,json=totalFiles,proto3" json:"total_files,omitempty"`
	TotalMatches     int32            `protobuf:"varint,3,opt,name=total_matches,json=totalMatches,proto3" json:"total_matches,omitempty"`
	ClientTruncated  bool             `protobuf:"varint,4,opt,name=client_truncated,json=clientTruncated,proto3" json:"client_truncated,omitempty"`
	RipgrepTruncated bool             `protobuf:"varint,5,opt,name=ripgrep_truncated,json=ripgrepTruncated,proto3" json:"ripgrep_truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepCountResult) Descriptor deprecated

func (*GrepCountResult) Descriptor() ([]byte, []int)

Deprecated: Use GrepCountResult.ProtoReflect.Descriptor instead.

func (*GrepCountResult) GetClientTruncated

func (x *GrepCountResult) GetClientTruncated() bool

func (*GrepCountResult) GetCounts

func (x *GrepCountResult) GetCounts() []*GrepFileCount

func (*GrepCountResult) GetRipgrepTruncated

func (x *GrepCountResult) GetRipgrepTruncated() bool

func (*GrepCountResult) GetTotalFiles

func (x *GrepCountResult) GetTotalFiles() int32

func (*GrepCountResult) GetTotalMatches

func (x *GrepCountResult) GetTotalMatches() int32

func (*GrepCountResult) ProtoMessage

func (*GrepCountResult) ProtoMessage()

func (*GrepCountResult) ProtoReflect

func (x *GrepCountResult) ProtoReflect() protoreflect.Message

func (*GrepCountResult) Reset

func (x *GrepCountResult) Reset()

func (*GrepCountResult) String

func (x *GrepCountResult) String() string

type GrepError

type GrepError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepError) Descriptor deprecated

func (*GrepError) Descriptor() ([]byte, []int)

Deprecated: Use GrepError.ProtoReflect.Descriptor instead.

func (*GrepError) GetError

func (x *GrepError) GetError() string

func (*GrepError) ProtoMessage

func (*GrepError) ProtoMessage()

func (*GrepError) ProtoReflect

func (x *GrepError) ProtoReflect() protoreflect.Message

func (*GrepError) Reset

func (x *GrepError) Reset()

func (*GrepError) String

func (x *GrepError) String() string

type GrepFileCount

type GrepFileCount struct {
	File  string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Count int32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepFileCount) Descriptor deprecated

func (*GrepFileCount) Descriptor() ([]byte, []int)

Deprecated: Use GrepFileCount.ProtoReflect.Descriptor instead.

func (*GrepFileCount) GetCount

func (x *GrepFileCount) GetCount() int32

func (*GrepFileCount) GetFile

func (x *GrepFileCount) GetFile() string

func (*GrepFileCount) ProtoMessage

func (*GrepFileCount) ProtoMessage()

func (*GrepFileCount) ProtoReflect

func (x *GrepFileCount) ProtoReflect() protoreflect.Message

func (*GrepFileCount) Reset

func (x *GrepFileCount) Reset()

func (*GrepFileCount) String

func (x *GrepFileCount) String() string

type GrepFileMatch

type GrepFileMatch struct {
	File    string              `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Matches []*GrepContentMatch `protobuf:"bytes,2,rep,name=matches,proto3" json:"matches,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepFileMatch) Descriptor deprecated

func (*GrepFileMatch) Descriptor() ([]byte, []int)

Deprecated: Use GrepFileMatch.ProtoReflect.Descriptor instead.

func (*GrepFileMatch) GetFile

func (x *GrepFileMatch) GetFile() string

func (*GrepFileMatch) GetMatches

func (x *GrepFileMatch) GetMatches() []*GrepContentMatch

func (*GrepFileMatch) ProtoMessage

func (*GrepFileMatch) ProtoMessage()

func (*GrepFileMatch) ProtoReflect

func (x *GrepFileMatch) ProtoReflect() protoreflect.Message

func (*GrepFileMatch) Reset

func (x *GrepFileMatch) Reset()

func (*GrepFileMatch) String

func (x *GrepFileMatch) String() string

type GrepFilesResult

type GrepFilesResult struct {
	Files            []string `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	TotalFiles       int32    `protobuf:"varint,2,opt,name=total_files,json=totalFiles,proto3" json:"total_files,omitempty"`
	ClientTruncated  bool     `protobuf:"varint,3,opt,name=client_truncated,json=clientTruncated,proto3" json:"client_truncated,omitempty"`
	RipgrepTruncated bool     `protobuf:"varint,4,opt,name=ripgrep_truncated,json=ripgrepTruncated,proto3" json:"ripgrep_truncated,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepFilesResult) Descriptor deprecated

func (*GrepFilesResult) Descriptor() ([]byte, []int)

Deprecated: Use GrepFilesResult.ProtoReflect.Descriptor instead.

func (*GrepFilesResult) GetClientTruncated

func (x *GrepFilesResult) GetClientTruncated() bool

func (*GrepFilesResult) GetFiles

func (x *GrepFilesResult) GetFiles() []string

func (*GrepFilesResult) GetRipgrepTruncated

func (x *GrepFilesResult) GetRipgrepTruncated() bool

func (*GrepFilesResult) GetTotalFiles

func (x *GrepFilesResult) GetTotalFiles() int32

func (*GrepFilesResult) ProtoMessage

func (*GrepFilesResult) ProtoMessage()

func (*GrepFilesResult) ProtoReflect

func (x *GrepFilesResult) ProtoReflect() protoreflect.Message

func (*GrepFilesResult) Reset

func (x *GrepFilesResult) Reset()

func (*GrepFilesResult) String

func (x *GrepFilesResult) String() string

type GrepResult

type GrepResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*GrepResult_Success
	//	*GrepResult_Error
	Result isGrepResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*GrepResult) Descriptor deprecated

func (*GrepResult) Descriptor() ([]byte, []int)

Deprecated: Use GrepResult.ProtoReflect.Descriptor instead.

func (*GrepResult) GetError

func (x *GrepResult) GetError() *GrepError

func (*GrepResult) GetResult

func (x *GrepResult) GetResult() isGrepResult_Result

func (*GrepResult) GetSuccess

func (x *GrepResult) GetSuccess() *GrepSuccess

func (*GrepResult) ProtoMessage

func (*GrepResult) ProtoMessage()

func (*GrepResult) ProtoReflect

func (x *GrepResult) ProtoReflect() protoreflect.Message

func (*GrepResult) Reset

func (x *GrepResult) Reset()

func (*GrepResult) String

func (x *GrepResult) String() string

type GrepResult_Error

type GrepResult_Error struct {
	Error *GrepError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type GrepResult_Success

type GrepResult_Success struct {
	Success *GrepSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type GrepStream

type GrepStream struct {
	Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepStream) Descriptor deprecated

func (*GrepStream) Descriptor() ([]byte, []int)

Deprecated: Use GrepStream.ProtoReflect.Descriptor instead.

func (*GrepStream) GetPattern

func (x *GrepStream) GetPattern() string

func (*GrepStream) ProtoMessage

func (*GrepStream) ProtoMessage()

func (*GrepStream) ProtoReflect

func (x *GrepStream) ProtoReflect() protoreflect.Message

func (*GrepStream) Reset

func (x *GrepStream) Reset()

func (*GrepStream) String

func (x *GrepStream) String() string

type GrepSuccess

type GrepSuccess struct {
	Pattern            string                      `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	Path               string                      `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	OutputMode         string                      `protobuf:"bytes,3,opt,name=output_mode,json=outputMode,proto3" json:"output_mode,omitempty"`
	WorkspaceResults   map[string]*GrepUnionResult `` /* 183-byte string literal not displayed */
	ActiveEditorResult *GrepUnionResult            `protobuf:"bytes,5,opt,name=active_editor_result,json=activeEditorResult,proto3,oneof" json:"active_editor_result,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepSuccess) Descriptor deprecated

func (*GrepSuccess) Descriptor() ([]byte, []int)

Deprecated: Use GrepSuccess.ProtoReflect.Descriptor instead.

func (*GrepSuccess) GetActiveEditorResult

func (x *GrepSuccess) GetActiveEditorResult() *GrepUnionResult

func (*GrepSuccess) GetOutputMode

func (x *GrepSuccess) GetOutputMode() string

func (*GrepSuccess) GetPath

func (x *GrepSuccess) GetPath() string

func (*GrepSuccess) GetPattern

func (x *GrepSuccess) GetPattern() string

func (*GrepSuccess) GetWorkspaceResults

func (x *GrepSuccess) GetWorkspaceResults() map[string]*GrepUnionResult

func (*GrepSuccess) ProtoMessage

func (*GrepSuccess) ProtoMessage()

func (*GrepSuccess) ProtoReflect

func (x *GrepSuccess) ProtoReflect() protoreflect.Message

func (*GrepSuccess) Reset

func (x *GrepSuccess) Reset()

func (*GrepSuccess) String

func (x *GrepSuccess) String() string

type GrepToolCall

type GrepToolCall struct {
	Args   *GrepArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *GrepResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GrepToolCall) Descriptor deprecated

func (*GrepToolCall) Descriptor() ([]byte, []int)

Deprecated: Use GrepToolCall.ProtoReflect.Descriptor instead.

func (*GrepToolCall) GetArgs

func (x *GrepToolCall) GetArgs() *GrepArgs

func (*GrepToolCall) GetResult

func (x *GrepToolCall) GetResult() *GrepResult

func (*GrepToolCall) ProtoMessage

func (*GrepToolCall) ProtoMessage()

func (*GrepToolCall) ProtoReflect

func (x *GrepToolCall) ProtoReflect() protoreflect.Message

func (*GrepToolCall) Reset

func (x *GrepToolCall) Reset()

func (*GrepToolCall) String

func (x *GrepToolCall) String() string

type GrepUnionResult

type GrepUnionResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*GrepUnionResult_Count
	//	*GrepUnionResult_Files
	//	*GrepUnionResult_Content
	Result isGrepUnionResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*GrepUnionResult) Descriptor deprecated

func (*GrepUnionResult) Descriptor() ([]byte, []int)

Deprecated: Use GrepUnionResult.ProtoReflect.Descriptor instead.

func (*GrepUnionResult) GetContent

func (x *GrepUnionResult) GetContent() *GrepContentResult

func (*GrepUnionResult) GetCount

func (x *GrepUnionResult) GetCount() *GrepCountResult

func (*GrepUnionResult) GetFiles

func (x *GrepUnionResult) GetFiles() *GrepFilesResult

func (*GrepUnionResult) GetResult

func (x *GrepUnionResult) GetResult() isGrepUnionResult_Result

func (*GrepUnionResult) ProtoMessage

func (*GrepUnionResult) ProtoMessage()

func (*GrepUnionResult) ProtoReflect

func (x *GrepUnionResult) ProtoReflect() protoreflect.Message

func (*GrepUnionResult) Reset

func (x *GrepUnionResult) Reset()

func (*GrepUnionResult) String

func (x *GrepUnionResult) String() string

type GrepUnionResult_Content

type GrepUnionResult_Content struct {
	Content *GrepContentResult `protobuf:"bytes,3,opt,name=content,proto3,oneof"`
}

type GrepUnionResult_Count

type GrepUnionResult_Count struct {
	Count *GrepCountResult `protobuf:"bytes,1,opt,name=count,proto3,oneof"`
}

type GrepUnionResult_Files

type GrepUnionResult_Files struct {
	Files *GrepFilesResult `protobuf:"bytes,2,opt,name=files,proto3,oneof"`
}

type HeartbeatUpdate

type HeartbeatUpdate struct {
	// contains filtered or unexported fields
}

func (*HeartbeatUpdate) Descriptor deprecated

func (*HeartbeatUpdate) Descriptor() ([]byte, []int)

Deprecated: Use HeartbeatUpdate.ProtoReflect.Descriptor instead.

func (*HeartbeatUpdate) ProtoMessage

func (*HeartbeatUpdate) ProtoMessage()

func (*HeartbeatUpdate) ProtoReflect

func (x *HeartbeatUpdate) ProtoReflect() protoreflect.Message

func (*HeartbeatUpdate) Reset

func (x *HeartbeatUpdate) Reset()

func (*HeartbeatUpdate) String

func (x *HeartbeatUpdate) String() string

type IdeEditorsStateFile

type IdeEditorsStateFile struct {
	RelativePath       string  `protobuf:"bytes,1,opt,name=relative_path,json=relativePath,proto3" json:"relative_path,omitempty"`
	AbsolutePath       string  `protobuf:"bytes,2,opt,name=absolute_path,json=absolutePath,proto3" json:"absolute_path,omitempty"`
	IsCurrentlyFocused *bool   `protobuf:"varint,3,opt,name=is_currently_focused,json=isCurrentlyFocused,proto3,oneof" json:"is_currently_focused,omitempty"`
	CurrentLineNumber  *int32  `protobuf:"varint,4,opt,name=current_line_number,json=currentLineNumber,proto3,oneof" json:"current_line_number,omitempty"`
	CurrentLineText    *string `protobuf:"bytes,5,opt,name=current_line_text,json=currentLineText,proto3,oneof" json:"current_line_text,omitempty"`
	LineCount          *int32  `protobuf:"varint,6,opt,name=line_count,json=lineCount,proto3,oneof" json:"line_count,omitempty"`
	// contains filtered or unexported fields
}

func (*IdeEditorsStateFile) Descriptor deprecated

func (*IdeEditorsStateFile) Descriptor() ([]byte, []int)

Deprecated: Use IdeEditorsStateFile.ProtoReflect.Descriptor instead.

func (*IdeEditorsStateFile) GetAbsolutePath

func (x *IdeEditorsStateFile) GetAbsolutePath() string

func (*IdeEditorsStateFile) GetCurrentLineNumber

func (x *IdeEditorsStateFile) GetCurrentLineNumber() int32

func (*IdeEditorsStateFile) GetCurrentLineText

func (x *IdeEditorsStateFile) GetCurrentLineText() string

func (*IdeEditorsStateFile) GetIsCurrentlyFocused

func (x *IdeEditorsStateFile) GetIsCurrentlyFocused() bool

func (*IdeEditorsStateFile) GetLineCount

func (x *IdeEditorsStateFile) GetLineCount() int32

func (*IdeEditorsStateFile) GetRelativePath

func (x *IdeEditorsStateFile) GetRelativePath() string

func (*IdeEditorsStateFile) ProtoMessage

func (*IdeEditorsStateFile) ProtoMessage()

func (*IdeEditorsStateFile) ProtoReflect

func (x *IdeEditorsStateFile) ProtoReflect() protoreflect.Message

func (*IdeEditorsStateFile) Reset

func (x *IdeEditorsStateFile) Reset()

func (*IdeEditorsStateFile) String

func (x *IdeEditorsStateFile) String() string

type IdeEditorsStateLite

type IdeEditorsStateLite struct {
	RecentlyViewedFiles []*IdeEditorsStateFile `protobuf:"bytes,1,rep,name=recently_viewed_files,json=recentlyViewedFiles,proto3" json:"recently_viewed_files,omitempty"`
	// contains filtered or unexported fields
}

func (*IdeEditorsStateLite) Descriptor deprecated

func (*IdeEditorsStateLite) Descriptor() ([]byte, []int)

Deprecated: Use IdeEditorsStateLite.ProtoReflect.Descriptor instead.

func (*IdeEditorsStateLite) GetRecentlyViewedFiles

func (x *IdeEditorsStateLite) GetRecentlyViewedFiles() []*IdeEditorsStateFile

func (*IdeEditorsStateLite) ProtoMessage

func (*IdeEditorsStateLite) ProtoMessage()

func (*IdeEditorsStateLite) ProtoReflect

func (x *IdeEditorsStateLite) ProtoReflect() protoreflect.Message

func (*IdeEditorsStateLite) Reset

func (x *IdeEditorsStateLite) Reset()

func (*IdeEditorsStateLite) String

func (x *IdeEditorsStateLite) String() string

type ImageProto

type ImageProto struct {
	Data                    []byte                `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Uuid                    string                `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Path                    string                `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Dimension               *ImageProto_Dimension `protobuf:"bytes,4,opt,name=dimension,proto3" json:"dimension,omitempty"`
	TaskSpecificDescription *string               `` /* 138-byte string literal not displayed */
	MimeType                string                `protobuf:"bytes,7,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageProto) Descriptor deprecated

func (*ImageProto) Descriptor() ([]byte, []int)

Deprecated: Use ImageProto.ProtoReflect.Descriptor instead.

func (*ImageProto) GetData

func (x *ImageProto) GetData() []byte

func (*ImageProto) GetDimension

func (x *ImageProto) GetDimension() *ImageProto_Dimension

func (*ImageProto) GetMimeType

func (x *ImageProto) GetMimeType() string

func (*ImageProto) GetPath

func (x *ImageProto) GetPath() string

func (*ImageProto) GetTaskSpecificDescription

func (x *ImageProto) GetTaskSpecificDescription() string

func (*ImageProto) GetUuid

func (x *ImageProto) GetUuid() string

func (*ImageProto) ProtoMessage

func (*ImageProto) ProtoMessage()

func (*ImageProto) ProtoReflect

func (x *ImageProto) ProtoReflect() protoreflect.Message

func (*ImageProto) Reset

func (x *ImageProto) Reset()

func (*ImageProto) String

func (x *ImageProto) String() string

type ImageProto_Dimension

type ImageProto_Dimension struct {
	Width  int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
	Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageProto_Dimension) Descriptor deprecated

func (*ImageProto_Dimension) Descriptor() ([]byte, []int)

Deprecated: Use ImageProto_Dimension.ProtoReflect.Descriptor instead.

func (*ImageProto_Dimension) GetHeight

func (x *ImageProto_Dimension) GetHeight() int32

func (*ImageProto_Dimension) GetWidth

func (x *ImageProto_Dimension) GetWidth() int32

func (*ImageProto_Dimension) ProtoMessage

func (*ImageProto_Dimension) ProtoMessage()

func (*ImageProto_Dimension) ProtoReflect

func (x *ImageProto_Dimension) ProtoReflect() protoreflect.Message

func (*ImageProto_Dimension) Reset

func (x *ImageProto_Dimension) Reset()

func (*ImageProto_Dimension) String

func (x *ImageProto_Dimension) String() string

type InteractionQuery

type InteractionQuery struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are valid to be assigned to Query:
	//
	//	*InteractionQuery_WebSearchRequestQuery
	//	*InteractionQuery_AskQuestionInteractionQuery
	//	*InteractionQuery_SwitchModeRequestQuery
	//	*InteractionQuery_ExaSearchRequestQuery
	//	*InteractionQuery_ExaFetchRequestQuery
	//	*InteractionQuery_CreatePlanRequestQuery
	//	*InteractionQuery_SetupVmEnvironmentArgs
	Query isInteractionQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*InteractionQuery) Descriptor deprecated

func (*InteractionQuery) Descriptor() ([]byte, []int)

Deprecated: Use InteractionQuery.ProtoReflect.Descriptor instead.

func (*InteractionQuery) GetAskQuestionInteractionQuery

func (x *InteractionQuery) GetAskQuestionInteractionQuery() *AskQuestionInteractionQuery

func (*InteractionQuery) GetCreatePlanRequestQuery

func (x *InteractionQuery) GetCreatePlanRequestQuery() *CreatePlanRequestQuery

func (*InteractionQuery) GetExaFetchRequestQuery

func (x *InteractionQuery) GetExaFetchRequestQuery() *ExaFetchRequestQuery

func (*InteractionQuery) GetExaSearchRequestQuery

func (x *InteractionQuery) GetExaSearchRequestQuery() *ExaSearchRequestQuery

func (*InteractionQuery) GetId

func (x *InteractionQuery) GetId() uint32

func (*InteractionQuery) GetQuery

func (x *InteractionQuery) GetQuery() isInteractionQuery_Query

func (*InteractionQuery) GetSetupVmEnvironmentArgs

func (x *InteractionQuery) GetSetupVmEnvironmentArgs() *SetupVmEnvironmentArgs

func (*InteractionQuery) GetSwitchModeRequestQuery

func (x *InteractionQuery) GetSwitchModeRequestQuery() *SwitchModeRequestQuery

func (*InteractionQuery) GetWebSearchRequestQuery

func (x *InteractionQuery) GetWebSearchRequestQuery() *WebSearchRequestQuery

func (*InteractionQuery) ProtoMessage

func (*InteractionQuery) ProtoMessage()

func (*InteractionQuery) ProtoReflect

func (x *InteractionQuery) ProtoReflect() protoreflect.Message

func (*InteractionQuery) Reset

func (x *InteractionQuery) Reset()

func (*InteractionQuery) String

func (x *InteractionQuery) String() string

type InteractionQuery_AskQuestionInteractionQuery

type InteractionQuery_AskQuestionInteractionQuery struct {
	AskQuestionInteractionQuery *AskQuestionInteractionQuery `protobuf:"bytes,3,opt,name=ask_question_interaction_query,json=askQuestionInteractionQuery,proto3,oneof"`
}

type InteractionQuery_CreatePlanRequestQuery

type InteractionQuery_CreatePlanRequestQuery struct {
	CreatePlanRequestQuery *CreatePlanRequestQuery `protobuf:"bytes,7,opt,name=create_plan_request_query,json=createPlanRequestQuery,proto3,oneof"`
}

type InteractionQuery_ExaFetchRequestQuery

type InteractionQuery_ExaFetchRequestQuery struct {
	ExaFetchRequestQuery *ExaFetchRequestQuery `protobuf:"bytes,6,opt,name=exa_fetch_request_query,json=exaFetchRequestQuery,proto3,oneof"`
}

type InteractionQuery_ExaSearchRequestQuery

type InteractionQuery_ExaSearchRequestQuery struct {
	ExaSearchRequestQuery *ExaSearchRequestQuery `protobuf:"bytes,5,opt,name=exa_search_request_query,json=exaSearchRequestQuery,proto3,oneof"`
}

type InteractionQuery_SetupVmEnvironmentArgs

type InteractionQuery_SetupVmEnvironmentArgs struct {
	SetupVmEnvironmentArgs *SetupVmEnvironmentArgs `protobuf:"bytes,8,opt,name=setup_vm_environment_args,json=setupVmEnvironmentArgs,proto3,oneof"`
}

type InteractionQuery_SwitchModeRequestQuery

type InteractionQuery_SwitchModeRequestQuery struct {
	SwitchModeRequestQuery *SwitchModeRequestQuery `protobuf:"bytes,4,opt,name=switch_mode_request_query,json=switchModeRequestQuery,proto3,oneof"`
}

type InteractionQuery_WebSearchRequestQuery

type InteractionQuery_WebSearchRequestQuery struct {
	WebSearchRequestQuery *WebSearchRequestQuery `protobuf:"bytes,2,opt,name=web_search_request_query,json=webSearchRequestQuery,proto3,oneof"`
}

type InteractionResponse

type InteractionResponse struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are valid to be assigned to Result:
	//
	//	*InteractionResponse_WebSearchRequestResponse
	//	*InteractionResponse_AskQuestionInteractionResponse
	//	*InteractionResponse_SwitchModeRequestResponse
	//	*InteractionResponse_ExaSearchRequestResponse
	//	*InteractionResponse_ExaFetchRequestResponse
	//	*InteractionResponse_CreatePlanRequestResponse
	//	*InteractionResponse_SetupVmEnvironmentResult
	Result isInteractionResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*InteractionResponse) Descriptor deprecated

func (*InteractionResponse) Descriptor() ([]byte, []int)

Deprecated: Use InteractionResponse.ProtoReflect.Descriptor instead.

func (*InteractionResponse) GetAskQuestionInteractionResponse

func (x *InteractionResponse) GetAskQuestionInteractionResponse() *AskQuestionInteractionResponse

func (*InteractionResponse) GetCreatePlanRequestResponse

func (x *InteractionResponse) GetCreatePlanRequestResponse() *CreatePlanRequestResponse

func (*InteractionResponse) GetExaFetchRequestResponse

func (x *InteractionResponse) GetExaFetchRequestResponse() *ExaFetchRequestResponse

func (*InteractionResponse) GetExaSearchRequestResponse

func (x *InteractionResponse) GetExaSearchRequestResponse() *ExaSearchRequestResponse

func (*InteractionResponse) GetId

func (x *InteractionResponse) GetId() uint32

func (*InteractionResponse) GetResult

func (x *InteractionResponse) GetResult() isInteractionResponse_Result

func (*InteractionResponse) GetSetupVmEnvironmentResult

func (x *InteractionResponse) GetSetupVmEnvironmentResult() *SetupVmEnvironmentResult

func (*InteractionResponse) GetSwitchModeRequestResponse

func (x *InteractionResponse) GetSwitchModeRequestResponse() *SwitchModeRequestResponse

func (*InteractionResponse) GetWebSearchRequestResponse

func (x *InteractionResponse) GetWebSearchRequestResponse() *WebSearchRequestResponse

func (*InteractionResponse) ProtoMessage

func (*InteractionResponse) ProtoMessage()

func (*InteractionResponse) ProtoReflect

func (x *InteractionResponse) ProtoReflect() protoreflect.Message

func (*InteractionResponse) Reset

func (x *InteractionResponse) Reset()

func (*InteractionResponse) String

func (x *InteractionResponse) String() string

type InteractionResponse_AskQuestionInteractionResponse

type InteractionResponse_AskQuestionInteractionResponse struct {
	AskQuestionInteractionResponse *AskQuestionInteractionResponse `protobuf:"bytes,3,opt,name=ask_question_interaction_response,json=askQuestionInteractionResponse,proto3,oneof"`
}

type InteractionResponse_CreatePlanRequestResponse

type InteractionResponse_CreatePlanRequestResponse struct {
	CreatePlanRequestResponse *CreatePlanRequestResponse `protobuf:"bytes,7,opt,name=create_plan_request_response,json=createPlanRequestResponse,proto3,oneof"`
}

type InteractionResponse_ExaFetchRequestResponse

type InteractionResponse_ExaFetchRequestResponse struct {
	ExaFetchRequestResponse *ExaFetchRequestResponse `protobuf:"bytes,6,opt,name=exa_fetch_request_response,json=exaFetchRequestResponse,proto3,oneof"`
}

type InteractionResponse_ExaSearchRequestResponse

type InteractionResponse_ExaSearchRequestResponse struct {
	ExaSearchRequestResponse *ExaSearchRequestResponse `protobuf:"bytes,5,opt,name=exa_search_request_response,json=exaSearchRequestResponse,proto3,oneof"`
}

type InteractionResponse_SetupVmEnvironmentResult

type InteractionResponse_SetupVmEnvironmentResult struct {
	SetupVmEnvironmentResult *SetupVmEnvironmentResult `protobuf:"bytes,8,opt,name=setup_vm_environment_result,json=setupVmEnvironmentResult,proto3,oneof"`
}

type InteractionResponse_SwitchModeRequestResponse

type InteractionResponse_SwitchModeRequestResponse struct {
	SwitchModeRequestResponse *SwitchModeRequestResponse `protobuf:"bytes,4,opt,name=switch_mode_request_response,json=switchModeRequestResponse,proto3,oneof"`
}

type InteractionResponse_WebSearchRequestResponse

type InteractionResponse_WebSearchRequestResponse struct {
	WebSearchRequestResponse *WebSearchRequestResponse `protobuf:"bytes,2,opt,name=web_search_request_response,json=webSearchRequestResponse,proto3,oneof"`
}

type InteractionUpdate

type InteractionUpdate struct {

	// Types that are valid to be assigned to Message:
	//
	//	*InteractionUpdate_TextDelta
	//	*InteractionUpdate_PartialToolCall
	//	*InteractionUpdate_ToolCallDelta
	//	*InteractionUpdate_ToolCallStarted
	//	*InteractionUpdate_ToolCallCompleted
	//	*InteractionUpdate_ThinkingDelta
	//	*InteractionUpdate_ThinkingCompleted
	//	*InteractionUpdate_UserMessageAppended
	//	*InteractionUpdate_TokenDelta
	//	*InteractionUpdate_Summary
	//	*InteractionUpdate_SummaryStarted
	//	*InteractionUpdate_SummaryCompleted
	//	*InteractionUpdate_ShellOutputDelta
	//	*InteractionUpdate_Heartbeat
	//	*InteractionUpdate_TurnEnded
	//	*InteractionUpdate_StepStarted
	//	*InteractionUpdate_StepCompleted
	Message isInteractionUpdate_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*InteractionUpdate) Descriptor deprecated

func (*InteractionUpdate) Descriptor() ([]byte, []int)

Deprecated: Use InteractionUpdate.ProtoReflect.Descriptor instead.

func (*InteractionUpdate) GetHeartbeat

func (x *InteractionUpdate) GetHeartbeat() *HeartbeatUpdate

func (*InteractionUpdate) GetMessage

func (x *InteractionUpdate) GetMessage() isInteractionUpdate_Message

func (*InteractionUpdate) GetPartialToolCall

func (x *InteractionUpdate) GetPartialToolCall() *PartialToolCallUpdate

func (*InteractionUpdate) GetShellOutputDelta

func (x *InteractionUpdate) GetShellOutputDelta() *ShellOutputDeltaUpdate

func (*InteractionUpdate) GetStepCompleted

func (x *InteractionUpdate) GetStepCompleted() *StepCompletedUpdate

func (*InteractionUpdate) GetStepStarted

func (x *InteractionUpdate) GetStepStarted() *StepStartedUpdate

func (*InteractionUpdate) GetSummary

func (x *InteractionUpdate) GetSummary() *SummaryUpdate

func (*InteractionUpdate) GetSummaryCompleted

func (x *InteractionUpdate) GetSummaryCompleted() *SummaryCompletedUpdate

func (*InteractionUpdate) GetSummaryStarted

func (x *InteractionUpdate) GetSummaryStarted() *SummaryStartedUpdate

func (*InteractionUpdate) GetTextDelta

func (x *InteractionUpdate) GetTextDelta() *TextDeltaUpdate

func (*InteractionUpdate) GetThinkingCompleted

func (x *InteractionUpdate) GetThinkingCompleted() *ThinkingCompletedUpdate

func (*InteractionUpdate) GetThinkingDelta

func (x *InteractionUpdate) GetThinkingDelta() *ThinkingDeltaUpdate

func (*InteractionUpdate) GetTokenDelta

func (x *InteractionUpdate) GetTokenDelta() *TokenDeltaUpdate

func (*InteractionUpdate) GetToolCallCompleted

func (x *InteractionUpdate) GetToolCallCompleted() *ToolCallCompletedUpdate

func (*InteractionUpdate) GetToolCallDelta

func (x *InteractionUpdate) GetToolCallDelta() *ToolCallDeltaUpdate

func (*InteractionUpdate) GetToolCallStarted

func (x *InteractionUpdate) GetToolCallStarted() *ToolCallStartedUpdate

func (*InteractionUpdate) GetTurnEnded

func (x *InteractionUpdate) GetTurnEnded() *TurnEndedUpdate

func (*InteractionUpdate) GetUserMessageAppended

func (x *InteractionUpdate) GetUserMessageAppended() *UserMessageAppendedUpdate

func (*InteractionUpdate) ProtoMessage

func (*InteractionUpdate) ProtoMessage()

func (*InteractionUpdate) ProtoReflect

func (x *InteractionUpdate) ProtoReflect() protoreflect.Message

func (*InteractionUpdate) Reset

func (x *InteractionUpdate) Reset()

func (*InteractionUpdate) String

func (x *InteractionUpdate) String() string

type InteractionUpdate_Heartbeat

type InteractionUpdate_Heartbeat struct {
	Heartbeat *HeartbeatUpdate `protobuf:"bytes,13,opt,name=heartbeat,proto3,oneof"`
}

type InteractionUpdate_PartialToolCall

type InteractionUpdate_PartialToolCall struct {
	PartialToolCall *PartialToolCallUpdate `protobuf:"bytes,7,opt,name=partial_tool_call,json=partialToolCall,proto3,oneof"`
}

type InteractionUpdate_ShellOutputDelta

type InteractionUpdate_ShellOutputDelta struct {
	ShellOutputDelta *ShellOutputDeltaUpdate `protobuf:"bytes,12,opt,name=shell_output_delta,json=shellOutputDelta,proto3,oneof"`
}

type InteractionUpdate_StepCompleted

type InteractionUpdate_StepCompleted struct {
	StepCompleted *StepCompletedUpdate `protobuf:"bytes,17,opt,name=step_completed,json=stepCompleted,proto3,oneof"`
}

type InteractionUpdate_StepStarted

type InteractionUpdate_StepStarted struct {
	StepStarted *StepStartedUpdate `protobuf:"bytes,16,opt,name=step_started,json=stepStarted,proto3,oneof"`
}

type InteractionUpdate_Summary

type InteractionUpdate_Summary struct {
	Summary *SummaryUpdate `protobuf:"bytes,9,opt,name=summary,proto3,oneof"`
}

type InteractionUpdate_SummaryCompleted

type InteractionUpdate_SummaryCompleted struct {
	SummaryCompleted *SummaryCompletedUpdate `protobuf:"bytes,11,opt,name=summary_completed,json=summaryCompleted,proto3,oneof"`
}

type InteractionUpdate_SummaryStarted

type InteractionUpdate_SummaryStarted struct {
	SummaryStarted *SummaryStartedUpdate `protobuf:"bytes,10,opt,name=summary_started,json=summaryStarted,proto3,oneof"`
}

type InteractionUpdate_TextDelta

type InteractionUpdate_TextDelta struct {
	TextDelta *TextDeltaUpdate `protobuf:"bytes,1,opt,name=text_delta,json=textDelta,proto3,oneof"`
}

type InteractionUpdate_ThinkingCompleted

type InteractionUpdate_ThinkingCompleted struct {
	ThinkingCompleted *ThinkingCompletedUpdate `protobuf:"bytes,5,opt,name=thinking_completed,json=thinkingCompleted,proto3,oneof"`
}

type InteractionUpdate_ThinkingDelta

type InteractionUpdate_ThinkingDelta struct {
	ThinkingDelta *ThinkingDeltaUpdate `protobuf:"bytes,4,opt,name=thinking_delta,json=thinkingDelta,proto3,oneof"`
}

type InteractionUpdate_TokenDelta

type InteractionUpdate_TokenDelta struct {
	TokenDelta *TokenDeltaUpdate `protobuf:"bytes,8,opt,name=token_delta,json=tokenDelta,proto3,oneof"`
}

type InteractionUpdate_ToolCallCompleted

type InteractionUpdate_ToolCallCompleted struct {
	ToolCallCompleted *ToolCallCompletedUpdate `protobuf:"bytes,3,opt,name=tool_call_completed,json=toolCallCompleted,proto3,oneof"`
}

type InteractionUpdate_ToolCallDelta

type InteractionUpdate_ToolCallDelta struct {
	ToolCallDelta *ToolCallDeltaUpdate `protobuf:"bytes,15,opt,name=tool_call_delta,json=toolCallDelta,proto3,oneof"`
}

type InteractionUpdate_ToolCallStarted

type InteractionUpdate_ToolCallStarted struct {
	ToolCallStarted *ToolCallStartedUpdate `protobuf:"bytes,2,opt,name=tool_call_started,json=toolCallStarted,proto3,oneof"`
}

type InteractionUpdate_TurnEnded

type InteractionUpdate_TurnEnded struct {
	TurnEnded *TurnEndedUpdate `protobuf:"bytes,14,opt,name=turn_ended,json=turnEnded,proto3,oneof"`
}

type InteractionUpdate_UserMessageAppended

type InteractionUpdate_UserMessageAppended struct {
	UserMessageAppended *UserMessageAppendedUpdate `protobuf:"bytes,6,opt,name=user_message_appended,json=userMessageAppended,proto3,oneof"`
}

type InvocationContext

type InvocationContext struct {

	// Types that are valid to be assigned to Data:
	//
	//	*InvocationContext_SlackThread
	//	*InvocationContext_GithubPr
	//	*InvocationContext_IdeState
	//	*InvocationContext_BlobId
	Data isInvocationContext_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*InvocationContext) Descriptor deprecated

func (*InvocationContext) Descriptor() ([]byte, []int)

Deprecated: Use InvocationContext.ProtoReflect.Descriptor instead.

func (*InvocationContext) GetBlobId

func (x *InvocationContext) GetBlobId() []byte

func (*InvocationContext) GetData

func (x *InvocationContext) GetData() isInvocationContext_Data

func (*InvocationContext) GetGithubPr

func (*InvocationContext) GetIdeState

func (*InvocationContext) GetSlackThread

func (*InvocationContext) ProtoMessage

func (*InvocationContext) ProtoMessage()

func (*InvocationContext) ProtoReflect

func (x *InvocationContext) ProtoReflect() protoreflect.Message

func (*InvocationContext) Reset

func (x *InvocationContext) Reset()

func (*InvocationContext) String

func (x *InvocationContext) String() string

type InvocationContext_BlobId

type InvocationContext_BlobId struct {
	BlobId []byte `protobuf:"bytes,10,opt,name=blob_id,json=blobId,proto3,oneof"`
}

type InvocationContext_GithubPR

type InvocationContext_GithubPR struct {
	Title       string  `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description string  `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Comments    string  `protobuf:"bytes,3,opt,name=comments,proto3" json:"comments,omitempty"`
	CiFailures  *string `protobuf:"bytes,4,opt,name=ci_failures,json=ciFailures,proto3,oneof" json:"ci_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*InvocationContext_GithubPR) Descriptor deprecated

func (*InvocationContext_GithubPR) Descriptor() ([]byte, []int)

Deprecated: Use InvocationContext_GithubPR.ProtoReflect.Descriptor instead.

func (*InvocationContext_GithubPR) GetCiFailures

func (x *InvocationContext_GithubPR) GetCiFailures() string

func (*InvocationContext_GithubPR) GetComments

func (x *InvocationContext_GithubPR) GetComments() string

func (*InvocationContext_GithubPR) GetDescription

func (x *InvocationContext_GithubPR) GetDescription() string

func (*InvocationContext_GithubPR) GetTitle

func (x *InvocationContext_GithubPR) GetTitle() string

func (*InvocationContext_GithubPR) ProtoMessage

func (*InvocationContext_GithubPR) ProtoMessage()

func (*InvocationContext_GithubPR) ProtoReflect

func (*InvocationContext_GithubPR) Reset

func (x *InvocationContext_GithubPR) Reset()

func (*InvocationContext_GithubPR) String

func (x *InvocationContext_GithubPR) String() string

type InvocationContext_GithubPr

type InvocationContext_GithubPr struct {
	GithubPr *InvocationContext_GithubPR `protobuf:"bytes,2,opt,name=github_pr,json=githubPr,proto3,oneof"`
}

type InvocationContext_IdeState

type InvocationContext_IdeState struct {
	IdeState *InvocationContext_IdeStateMsg `protobuf:"bytes,3,opt,name=ide_state,json=ideState,proto3,oneof"`
}

type InvocationContext_IdeStateMsg

type InvocationContext_IdeStateMsg struct {
	VisibleFiles        []*InvocationContext_IdeState_File              `protobuf:"bytes,1,rep,name=visible_files,json=visibleFiles,proto3" json:"visible_files,omitempty"`
	RecentlyViewedFiles []*InvocationContext_IdeState_File              `protobuf:"bytes,2,rep,name=recently_viewed_files,json=recentlyViewedFiles,proto3" json:"recently_viewed_files,omitempty"`
	CurrentlyViewedPrs  []*InvocationContext_IdeState_ViewedPullRequest `protobuf:"bytes,3,rep,name=currently_viewed_prs,json=currentlyViewedPrs,proto3" json:"currently_viewed_prs,omitempty"`
	// contains filtered or unexported fields
}

func (*InvocationContext_IdeStateMsg) Descriptor deprecated

func (*InvocationContext_IdeStateMsg) Descriptor() ([]byte, []int)

Deprecated: Use InvocationContext_IdeStateMsg.ProtoReflect.Descriptor instead.

func (*InvocationContext_IdeStateMsg) GetCurrentlyViewedPrs

func (*InvocationContext_IdeStateMsg) GetRecentlyViewedFiles

func (x *InvocationContext_IdeStateMsg) GetRecentlyViewedFiles() []*InvocationContext_IdeState_File

func (*InvocationContext_IdeStateMsg) GetVisibleFiles

func (*InvocationContext_IdeStateMsg) ProtoMessage

func (*InvocationContext_IdeStateMsg) ProtoMessage()

func (*InvocationContext_IdeStateMsg) ProtoReflect

func (*InvocationContext_IdeStateMsg) Reset

func (x *InvocationContext_IdeStateMsg) Reset()

func (*InvocationContext_IdeStateMsg) String

type InvocationContext_IdeState_File

type InvocationContext_IdeState_File struct {
	Path           string                                             `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	RelativePath   *string                                            `protobuf:"bytes,2,opt,name=relative_path,json=relativePath,proto3,oneof" json:"relative_path,omitempty"`
	CursorPosition *InvocationContext_IdeState_File_CursorPositionMsg `protobuf:"bytes,3,opt,name=cursor_position,json=cursorPosition,proto3,oneof" json:"cursor_position,omitempty"`
	TotalLines     int32                                              `protobuf:"varint,4,opt,name=total_lines,json=totalLines,proto3" json:"total_lines,omitempty"`
	ActiveCommand  *string                                            `protobuf:"bytes,5,opt,name=active_command,json=activeCommand,proto3,oneof" json:"active_command,omitempty"`
	// contains filtered or unexported fields
}

func (*InvocationContext_IdeState_File) Descriptor deprecated

func (*InvocationContext_IdeState_File) Descriptor() ([]byte, []int)

Deprecated: Use InvocationContext_IdeState_File.ProtoReflect.Descriptor instead.

func (*InvocationContext_IdeState_File) GetActiveCommand

func (x *InvocationContext_IdeState_File) GetActiveCommand() string

func (*InvocationContext_IdeState_File) GetCursorPosition

func (*InvocationContext_IdeState_File) GetPath

func (*InvocationContext_IdeState_File) GetRelativePath

func (x *InvocationContext_IdeState_File) GetRelativePath() string

func (*InvocationContext_IdeState_File) GetTotalLines

func (x *InvocationContext_IdeState_File) GetTotalLines() int32

func (*InvocationContext_IdeState_File) ProtoMessage

func (*InvocationContext_IdeState_File) ProtoMessage()

func (*InvocationContext_IdeState_File) ProtoReflect

func (*InvocationContext_IdeState_File) Reset

func (*InvocationContext_IdeState_File) String

type InvocationContext_IdeState_File_CursorPositionMsg

type InvocationContext_IdeState_File_CursorPositionMsg struct {
	Line int32  `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*InvocationContext_IdeState_File_CursorPositionMsg) Descriptor deprecated

Deprecated: Use InvocationContext_IdeState_File_CursorPositionMsg.ProtoReflect.Descriptor instead.

func (*InvocationContext_IdeState_File_CursorPositionMsg) GetLine

func (*InvocationContext_IdeState_File_CursorPositionMsg) GetText

func (*InvocationContext_IdeState_File_CursorPositionMsg) ProtoMessage

func (*InvocationContext_IdeState_File_CursorPositionMsg) ProtoReflect

func (*InvocationContext_IdeState_File_CursorPositionMsg) Reset

func (*InvocationContext_IdeState_File_CursorPositionMsg) String

type InvocationContext_IdeState_ViewedPullRequest

type InvocationContext_IdeState_ViewedPullRequest struct {
	Number      int32   `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Url         string  `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Title       *string `protobuf:"bytes,3,opt,name=title,proto3,oneof" json:"title,omitempty"`
	FolderPath  *string `protobuf:"bytes,4,opt,name=folder_path,json=folderPath,proto3,oneof" json:"folder_path,omitempty"`
	SummaryJson *string `protobuf:"bytes,5,opt,name=summary_json,json=summaryJson,proto3,oneof" json:"summary_json,omitempty"`
	Description *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*InvocationContext_IdeState_ViewedPullRequest) Descriptor deprecated

Deprecated: Use InvocationContext_IdeState_ViewedPullRequest.ProtoReflect.Descriptor instead.

func (*InvocationContext_IdeState_ViewedPullRequest) GetDescription

func (*InvocationContext_IdeState_ViewedPullRequest) GetFolderPath

func (*InvocationContext_IdeState_ViewedPullRequest) GetNumber

func (*InvocationContext_IdeState_ViewedPullRequest) GetSummaryJson

func (*InvocationContext_IdeState_ViewedPullRequest) GetTitle

func (*InvocationContext_IdeState_ViewedPullRequest) GetUrl

func (*InvocationContext_IdeState_ViewedPullRequest) ProtoMessage

func (*InvocationContext_IdeState_ViewedPullRequest) ProtoReflect

func (*InvocationContext_IdeState_ViewedPullRequest) Reset

func (*InvocationContext_IdeState_ViewedPullRequest) String

type InvocationContext_SlackThread

type InvocationContext_SlackThread struct {
	SlackThread *InvocationContext_SlackThreadMsg `protobuf:"bytes,1,opt,name=slack_thread,json=slackThread,proto3,oneof"`
}

type InvocationContext_SlackThreadMsg

type InvocationContext_SlackThreadMsg struct {
	Thread         string  `protobuf:"bytes,1,opt,name=thread,proto3" json:"thread,omitempty"`
	ChannelName    *string `protobuf:"bytes,2,opt,name=channel_name,json=channelName,proto3,oneof" json:"channel_name,omitempty"`
	ChannelPurpose *string `protobuf:"bytes,3,opt,name=channel_purpose,json=channelPurpose,proto3,oneof" json:"channel_purpose,omitempty"`
	ChannelTopic   *string `protobuf:"bytes,4,opt,name=channel_topic,json=channelTopic,proto3,oneof" json:"channel_topic,omitempty"`
	// contains filtered or unexported fields
}

func (*InvocationContext_SlackThreadMsg) Descriptor deprecated

func (*InvocationContext_SlackThreadMsg) Descriptor() ([]byte, []int)

Deprecated: Use InvocationContext_SlackThreadMsg.ProtoReflect.Descriptor instead.

func (*InvocationContext_SlackThreadMsg) GetChannelName

func (x *InvocationContext_SlackThreadMsg) GetChannelName() string

func (*InvocationContext_SlackThreadMsg) GetChannelPurpose

func (x *InvocationContext_SlackThreadMsg) GetChannelPurpose() string

func (*InvocationContext_SlackThreadMsg) GetChannelTopic

func (x *InvocationContext_SlackThreadMsg) GetChannelTopic() string

func (*InvocationContext_SlackThreadMsg) GetThread

func (*InvocationContext_SlackThreadMsg) ProtoMessage

func (*InvocationContext_SlackThreadMsg) ProtoMessage()

func (*InvocationContext_SlackThreadMsg) ProtoReflect

func (*InvocationContext_SlackThreadMsg) Reset

func (*InvocationContext_SlackThreadMsg) String

type KeyAction

type KeyAction struct {
	Key            string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	HoldDurationMs *int32 `protobuf:"varint,2,opt,name=hold_duration_ms,json=holdDurationMs,proto3,oneof" json:"hold_duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyAction) Descriptor deprecated

func (*KeyAction) Descriptor() ([]byte, []int)

Deprecated: Use KeyAction.ProtoReflect.Descriptor instead.

func (*KeyAction) GetHoldDurationMs

func (x *KeyAction) GetHoldDurationMs() int32

func (*KeyAction) GetKey

func (x *KeyAction) GetKey() string

func (*KeyAction) ProtoMessage

func (*KeyAction) ProtoMessage()

func (*KeyAction) ProtoReflect

func (x *KeyAction) ProtoReflect() protoreflect.Message

func (*KeyAction) Reset

func (x *KeyAction) Reset()

func (*KeyAction) String

func (x *KeyAction) String() string

type KvClientMessage

type KvClientMessage struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are valid to be assigned to Message:
	//
	//	*KvClientMessage_GetBlobResult
	//	*KvClientMessage_SetBlobResult
	Message isKvClientMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*KvClientMessage) Descriptor deprecated

func (*KvClientMessage) Descriptor() ([]byte, []int)

Deprecated: Use KvClientMessage.ProtoReflect.Descriptor instead.

func (*KvClientMessage) GetGetBlobResult

func (x *KvClientMessage) GetGetBlobResult() *GetBlobResult

func (*KvClientMessage) GetId

func (x *KvClientMessage) GetId() uint32

func (*KvClientMessage) GetMessage

func (x *KvClientMessage) GetMessage() isKvClientMessage_Message

func (*KvClientMessage) GetSetBlobResult

func (x *KvClientMessage) GetSetBlobResult() *SetBlobResult

func (*KvClientMessage) ProtoMessage

func (*KvClientMessage) ProtoMessage()

func (*KvClientMessage) ProtoReflect

func (x *KvClientMessage) ProtoReflect() protoreflect.Message

func (*KvClientMessage) Reset

func (x *KvClientMessage) Reset()

func (*KvClientMessage) String

func (x *KvClientMessage) String() string

type KvClientMessage_GetBlobResult

type KvClientMessage_GetBlobResult struct {
	GetBlobResult *GetBlobResult `protobuf:"bytes,2,opt,name=get_blob_result,json=getBlobResult,proto3,oneof"`
}

type KvClientMessage_SetBlobResult

type KvClientMessage_SetBlobResult struct {
	SetBlobResult *SetBlobResult `protobuf:"bytes,3,opt,name=set_blob_result,json=setBlobResult,proto3,oneof"`
}

type KvServerMessage

type KvServerMessage struct {
	Id          uint32       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	SpanContext *SpanContext `protobuf:"bytes,4,opt,name=span_context,json=spanContext,proto3,oneof" json:"span_context,omitempty"`
	// Types that are valid to be assigned to Message:
	//
	//	*KvServerMessage_GetBlobArgs
	//	*KvServerMessage_SetBlobArgs
	Message isKvServerMessage_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*KvServerMessage) Descriptor deprecated

func (*KvServerMessage) Descriptor() ([]byte, []int)

Deprecated: Use KvServerMessage.ProtoReflect.Descriptor instead.

func (*KvServerMessage) GetGetBlobArgs

func (x *KvServerMessage) GetGetBlobArgs() *GetBlobArgs

func (*KvServerMessage) GetId

func (x *KvServerMessage) GetId() uint32

func (*KvServerMessage) GetMessage

func (x *KvServerMessage) GetMessage() isKvServerMessage_Message

func (*KvServerMessage) GetSetBlobArgs

func (x *KvServerMessage) GetSetBlobArgs() *SetBlobArgs

func (*KvServerMessage) GetSpanContext

func (x *KvServerMessage) GetSpanContext() *SpanContext

func (*KvServerMessage) ProtoMessage

func (*KvServerMessage) ProtoMessage()

func (*KvServerMessage) ProtoReflect

func (x *KvServerMessage) ProtoReflect() protoreflect.Message

func (*KvServerMessage) Reset

func (x *KvServerMessage) Reset()

func (*KvServerMessage) String

func (x *KvServerMessage) String() string

type KvServerMessage_GetBlobArgs

type KvServerMessage_GetBlobArgs struct {
	GetBlobArgs *GetBlobArgs `protobuf:"bytes,2,opt,name=get_blob_args,json=getBlobArgs,proto3,oneof"`
}

type KvServerMessage_SetBlobArgs

type KvServerMessage_SetBlobArgs struct {
	SetBlobArgs *SetBlobArgs `protobuf:"bytes,3,opt,name=set_blob_args,json=setBlobArgs,proto3,oneof"`
}

type ListArtifactsRequest

type ListArtifactsRequest struct {
	// contains filtered or unexported fields
}

func (*ListArtifactsRequest) Descriptor deprecated

func (*ListArtifactsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListArtifactsRequest.ProtoReflect.Descriptor instead.

func (*ListArtifactsRequest) ProtoMessage

func (*ListArtifactsRequest) ProtoMessage()

func (*ListArtifactsRequest) ProtoReflect

func (x *ListArtifactsRequest) ProtoReflect() protoreflect.Message

func (*ListArtifactsRequest) Reset

func (x *ListArtifactsRequest) Reset()

func (*ListArtifactsRequest) String

func (x *ListArtifactsRequest) String() string

type ListArtifactsResponse

type ListArtifactsResponse struct {
	Artifacts []*ArtifactUploadMetadata `protobuf:"bytes,1,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListArtifactsResponse) Descriptor deprecated

func (*ListArtifactsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListArtifactsResponse.ProtoReflect.Descriptor instead.

func (*ListArtifactsResponse) GetArtifacts

func (x *ListArtifactsResponse) GetArtifacts() []*ArtifactUploadMetadata

func (*ListArtifactsResponse) ProtoMessage

func (*ListArtifactsResponse) ProtoMessage()

func (*ListArtifactsResponse) ProtoReflect

func (x *ListArtifactsResponse) ProtoReflect() protoreflect.Message

func (*ListArtifactsResponse) Reset

func (x *ListArtifactsResponse) Reset()

func (*ListArtifactsResponse) String

func (x *ListArtifactsResponse) String() string

type ListMcpResourcesError

type ListMcpResourcesError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMcpResourcesError) Descriptor deprecated

func (*ListMcpResourcesError) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesError.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesError) GetError

func (x *ListMcpResourcesError) GetError() string

func (*ListMcpResourcesError) ProtoMessage

func (*ListMcpResourcesError) ProtoMessage()

func (*ListMcpResourcesError) ProtoReflect

func (x *ListMcpResourcesError) ProtoReflect() protoreflect.Message

func (*ListMcpResourcesError) Reset

func (x *ListMcpResourcesError) Reset()

func (*ListMcpResourcesError) String

func (x *ListMcpResourcesError) String() string

type ListMcpResourcesExecArgs

type ListMcpResourcesExecArgs struct {
	Server *string `protobuf:"bytes,1,opt,name=server,proto3,oneof" json:"server,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMcpResourcesExecArgs) Descriptor deprecated

func (*ListMcpResourcesExecArgs) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesExecArgs.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesExecArgs) GetServer

func (x *ListMcpResourcesExecArgs) GetServer() string

func (*ListMcpResourcesExecArgs) ProtoMessage

func (*ListMcpResourcesExecArgs) ProtoMessage()

func (*ListMcpResourcesExecArgs) ProtoReflect

func (x *ListMcpResourcesExecArgs) ProtoReflect() protoreflect.Message

func (*ListMcpResourcesExecArgs) Reset

func (x *ListMcpResourcesExecArgs) Reset()

func (*ListMcpResourcesExecArgs) String

func (x *ListMcpResourcesExecArgs) String() string

type ListMcpResourcesExecResult

type ListMcpResourcesExecResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ListMcpResourcesExecResult_Success
	//	*ListMcpResourcesExecResult_Error
	//	*ListMcpResourcesExecResult_Rejected
	Result isListMcpResourcesExecResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ListMcpResourcesExecResult) Descriptor deprecated

func (*ListMcpResourcesExecResult) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesExecResult.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesExecResult) GetError

func (*ListMcpResourcesExecResult) GetRejected

func (*ListMcpResourcesExecResult) GetResult

func (x *ListMcpResourcesExecResult) GetResult() isListMcpResourcesExecResult_Result

func (*ListMcpResourcesExecResult) GetSuccess

func (*ListMcpResourcesExecResult) ProtoMessage

func (*ListMcpResourcesExecResult) ProtoMessage()

func (*ListMcpResourcesExecResult) ProtoReflect

func (*ListMcpResourcesExecResult) Reset

func (x *ListMcpResourcesExecResult) Reset()

func (*ListMcpResourcesExecResult) String

func (x *ListMcpResourcesExecResult) String() string

type ListMcpResourcesExecResult_Error

type ListMcpResourcesExecResult_Error struct {
	Error *ListMcpResourcesError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ListMcpResourcesExecResult_McpResource

type ListMcpResourcesExecResult_McpResource struct {
	Uri         string            `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Name        *string           `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Description *string           `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"`
	MimeType    *string           `protobuf:"bytes,4,opt,name=mime_type,json=mimeType,proto3,oneof" json:"mime_type,omitempty"`
	Server      string            `protobuf:"bytes,5,opt,name=server,proto3" json:"server,omitempty"`
	Annotations map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListMcpResourcesExecResult_McpResource) Descriptor deprecated

func (*ListMcpResourcesExecResult_McpResource) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesExecResult_McpResource.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesExecResult_McpResource) GetAnnotations

func (x *ListMcpResourcesExecResult_McpResource) GetAnnotations() map[string]string

func (*ListMcpResourcesExecResult_McpResource) GetDescription

func (x *ListMcpResourcesExecResult_McpResource) GetDescription() string

func (*ListMcpResourcesExecResult_McpResource) GetMimeType

func (*ListMcpResourcesExecResult_McpResource) GetName

func (*ListMcpResourcesExecResult_McpResource) GetServer

func (*ListMcpResourcesExecResult_McpResource) GetUri

func (*ListMcpResourcesExecResult_McpResource) ProtoMessage

func (*ListMcpResourcesExecResult_McpResource) ProtoReflect

func (*ListMcpResourcesExecResult_McpResource) Reset

func (*ListMcpResourcesExecResult_McpResource) String

type ListMcpResourcesExecResult_Rejected

type ListMcpResourcesExecResult_Rejected struct {
	Rejected *ListMcpResourcesRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type ListMcpResourcesExecResult_Success

type ListMcpResourcesExecResult_Success struct {
	Success *ListMcpResourcesSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ListMcpResourcesRejected

type ListMcpResourcesRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMcpResourcesRejected) Descriptor deprecated

func (*ListMcpResourcesRejected) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesRejected.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesRejected) GetReason

func (x *ListMcpResourcesRejected) GetReason() string

func (*ListMcpResourcesRejected) ProtoMessage

func (*ListMcpResourcesRejected) ProtoMessage()

func (*ListMcpResourcesRejected) ProtoReflect

func (x *ListMcpResourcesRejected) ProtoReflect() protoreflect.Message

func (*ListMcpResourcesRejected) Reset

func (x *ListMcpResourcesRejected) Reset()

func (*ListMcpResourcesRejected) String

func (x *ListMcpResourcesRejected) String() string

type ListMcpResourcesSuccess

type ListMcpResourcesSuccess struct {
	Resources []*ListMcpResourcesExecResult_McpResource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMcpResourcesSuccess) Descriptor deprecated

func (*ListMcpResourcesSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesSuccess.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesSuccess) GetResources

func (*ListMcpResourcesSuccess) ProtoMessage

func (*ListMcpResourcesSuccess) ProtoMessage()

func (*ListMcpResourcesSuccess) ProtoReflect

func (x *ListMcpResourcesSuccess) ProtoReflect() protoreflect.Message

func (*ListMcpResourcesSuccess) Reset

func (x *ListMcpResourcesSuccess) Reset()

func (*ListMcpResourcesSuccess) String

func (x *ListMcpResourcesSuccess) String() string

type ListMcpResourcesToolCall

type ListMcpResourcesToolCall struct {
	Args   *ListMcpResourcesExecArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ListMcpResourcesExecResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMcpResourcesToolCall) Descriptor deprecated

func (*ListMcpResourcesToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ListMcpResourcesToolCall.ProtoReflect.Descriptor instead.

func (*ListMcpResourcesToolCall) GetArgs

func (*ListMcpResourcesToolCall) GetResult

func (*ListMcpResourcesToolCall) ProtoMessage

func (*ListMcpResourcesToolCall) ProtoMessage()

func (*ListMcpResourcesToolCall) ProtoReflect

func (x *ListMcpResourcesToolCall) ProtoReflect() protoreflect.Message

func (*ListMcpResourcesToolCall) Reset

func (x *ListMcpResourcesToolCall) Reset()

func (*ListMcpResourcesToolCall) String

func (x *ListMcpResourcesToolCall) String() string

type LsArgs

type LsArgs struct {
	Path          string         `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Ignore        []string       `protobuf:"bytes,2,rep,name=ignore,proto3" json:"ignore,omitempty"`
	ToolCallId    string         `protobuf:"bytes,3,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	SandboxPolicy *SandboxPolicy `protobuf:"bytes,4,opt,name=sandbox_policy,json=sandboxPolicy,proto3,oneof" json:"sandbox_policy,omitempty"`
	TimeoutMs     *uint32        `protobuf:"varint,5,opt,name=timeout_ms,json=timeoutMs,proto3,oneof" json:"timeout_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*LsArgs) Descriptor deprecated

func (*LsArgs) Descriptor() ([]byte, []int)

Deprecated: Use LsArgs.ProtoReflect.Descriptor instead.

func (*LsArgs) GetIgnore

func (x *LsArgs) GetIgnore() []string

func (*LsArgs) GetPath

func (x *LsArgs) GetPath() string

func (*LsArgs) GetSandboxPolicy

func (x *LsArgs) GetSandboxPolicy() *SandboxPolicy

func (*LsArgs) GetTimeoutMs

func (x *LsArgs) GetTimeoutMs() uint32

func (*LsArgs) GetToolCallId

func (x *LsArgs) GetToolCallId() string

func (*LsArgs) ProtoMessage

func (*LsArgs) ProtoMessage()

func (*LsArgs) ProtoReflect

func (x *LsArgs) ProtoReflect() protoreflect.Message

func (*LsArgs) Reset

func (x *LsArgs) Reset()

func (*LsArgs) String

func (x *LsArgs) String() string

type LsDirectoryTreeNode

type LsDirectoryTreeNode struct {
	AbsPath                    string                      `protobuf:"bytes,1,opt,name=abs_path,json=absPath,proto3" json:"abs_path,omitempty"`
	ChildrenDirs               []*LsDirectoryTreeNode      `protobuf:"bytes,2,rep,name=children_dirs,json=childrenDirs,proto3" json:"children_dirs,omitempty"`
	ChildrenFiles              []*LsDirectoryTreeNode_File `protobuf:"bytes,3,rep,name=children_files,json=childrenFiles,proto3" json:"children_files,omitempty"`
	ChildrenWereProcessed      bool                        `` /* 127-byte string literal not displayed */
	FullSubtreeExtensionCounts map[string]int32            `` /* 218-byte string literal not displayed */
	NumFiles                   int32                       `protobuf:"varint,6,opt,name=num_files,json=numFiles,proto3" json:"num_files,omitempty"`
	// contains filtered or unexported fields
}

func (*LsDirectoryTreeNode) Descriptor deprecated

func (*LsDirectoryTreeNode) Descriptor() ([]byte, []int)

Deprecated: Use LsDirectoryTreeNode.ProtoReflect.Descriptor instead.

func (*LsDirectoryTreeNode) GetAbsPath

func (x *LsDirectoryTreeNode) GetAbsPath() string

func (*LsDirectoryTreeNode) GetChildrenDirs

func (x *LsDirectoryTreeNode) GetChildrenDirs() []*LsDirectoryTreeNode

func (*LsDirectoryTreeNode) GetChildrenFiles

func (x *LsDirectoryTreeNode) GetChildrenFiles() []*LsDirectoryTreeNode_File

func (*LsDirectoryTreeNode) GetChildrenWereProcessed

func (x *LsDirectoryTreeNode) GetChildrenWereProcessed() bool

func (*LsDirectoryTreeNode) GetFullSubtreeExtensionCounts

func (x *LsDirectoryTreeNode) GetFullSubtreeExtensionCounts() map[string]int32

func (*LsDirectoryTreeNode) GetNumFiles

func (x *LsDirectoryTreeNode) GetNumFiles() int32

func (*LsDirectoryTreeNode) ProtoMessage

func (*LsDirectoryTreeNode) ProtoMessage()

func (*LsDirectoryTreeNode) ProtoReflect

func (x *LsDirectoryTreeNode) ProtoReflect() protoreflect.Message

func (*LsDirectoryTreeNode) Reset

func (x *LsDirectoryTreeNode) Reset()

func (*LsDirectoryTreeNode) String

func (x *LsDirectoryTreeNode) String() string

type LsDirectoryTreeNode_File

type LsDirectoryTreeNode_File struct {
	Name             string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	TerminalMetadata *TerminalMetadata `protobuf:"bytes,2,opt,name=terminal_metadata,json=terminalMetadata,proto3,oneof" json:"terminal_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*LsDirectoryTreeNode_File) Descriptor deprecated

func (*LsDirectoryTreeNode_File) Descriptor() ([]byte, []int)

Deprecated: Use LsDirectoryTreeNode_File.ProtoReflect.Descriptor instead.

func (*LsDirectoryTreeNode_File) GetName

func (x *LsDirectoryTreeNode_File) GetName() string

func (*LsDirectoryTreeNode_File) GetTerminalMetadata

func (x *LsDirectoryTreeNode_File) GetTerminalMetadata() *TerminalMetadata

func (*LsDirectoryTreeNode_File) ProtoMessage

func (*LsDirectoryTreeNode_File) ProtoMessage()

func (*LsDirectoryTreeNode_File) ProtoReflect

func (x *LsDirectoryTreeNode_File) ProtoReflect() protoreflect.Message

func (*LsDirectoryTreeNode_File) Reset

func (x *LsDirectoryTreeNode_File) Reset()

func (*LsDirectoryTreeNode_File) String

func (x *LsDirectoryTreeNode_File) String() string

type LsError

type LsError struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*LsError) Descriptor deprecated

func (*LsError) Descriptor() ([]byte, []int)

Deprecated: Use LsError.ProtoReflect.Descriptor instead.

func (*LsError) GetError

func (x *LsError) GetError() string

func (*LsError) GetPath

func (x *LsError) GetPath() string

func (*LsError) ProtoMessage

func (*LsError) ProtoMessage()

func (*LsError) ProtoReflect

func (x *LsError) ProtoReflect() protoreflect.Message

func (*LsError) Reset

func (x *LsError) Reset()

func (*LsError) String

func (x *LsError) String() string

type LsRejected

type LsRejected struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*LsRejected) Descriptor deprecated

func (*LsRejected) Descriptor() ([]byte, []int)

Deprecated: Use LsRejected.ProtoReflect.Descriptor instead.

func (*LsRejected) GetPath

func (x *LsRejected) GetPath() string

func (*LsRejected) GetReason

func (x *LsRejected) GetReason() string

func (*LsRejected) ProtoMessage

func (*LsRejected) ProtoMessage()

func (*LsRejected) ProtoReflect

func (x *LsRejected) ProtoReflect() protoreflect.Message

func (*LsRejected) Reset

func (x *LsRejected) Reset()

func (*LsRejected) String

func (x *LsRejected) String() string

type LsResult

type LsResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*LsResult_Success
	//	*LsResult_Error
	//	*LsResult_Rejected
	//	*LsResult_Timeout
	Result isLsResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*LsResult) Descriptor deprecated

func (*LsResult) Descriptor() ([]byte, []int)

Deprecated: Use LsResult.ProtoReflect.Descriptor instead.

func (*LsResult) GetError

func (x *LsResult) GetError() *LsError

func (*LsResult) GetRejected

func (x *LsResult) GetRejected() *LsRejected

func (*LsResult) GetResult

func (x *LsResult) GetResult() isLsResult_Result

func (*LsResult) GetSuccess

func (x *LsResult) GetSuccess() *LsSuccess

func (*LsResult) GetTimeout

func (x *LsResult) GetTimeout() *LsTimeout

func (*LsResult) ProtoMessage

func (*LsResult) ProtoMessage()

func (*LsResult) ProtoReflect

func (x *LsResult) ProtoReflect() protoreflect.Message

func (*LsResult) Reset

func (x *LsResult) Reset()

func (*LsResult) String

func (x *LsResult) String() string

type LsResult_Error

type LsResult_Error struct {
	Error *LsError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type LsResult_Rejected

type LsResult_Rejected struct {
	Rejected *LsRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type LsResult_Success

type LsResult_Success struct {
	Success *LsSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type LsResult_Timeout

type LsResult_Timeout struct {
	Timeout *LsTimeout `protobuf:"bytes,4,opt,name=timeout,proto3,oneof"`
}

type LsSuccess

type LsSuccess struct {
	DirectoryTreeRoot *LsDirectoryTreeNode `protobuf:"bytes,1,opt,name=directory_tree_root,json=directoryTreeRoot,proto3" json:"directory_tree_root,omitempty"`
	// contains filtered or unexported fields
}

func (*LsSuccess) Descriptor deprecated

func (*LsSuccess) Descriptor() ([]byte, []int)

Deprecated: Use LsSuccess.ProtoReflect.Descriptor instead.

func (*LsSuccess) GetDirectoryTreeRoot

func (x *LsSuccess) GetDirectoryTreeRoot() *LsDirectoryTreeNode

func (*LsSuccess) ProtoMessage

func (*LsSuccess) ProtoMessage()

func (*LsSuccess) ProtoReflect

func (x *LsSuccess) ProtoReflect() protoreflect.Message

func (*LsSuccess) Reset

func (x *LsSuccess) Reset()

func (*LsSuccess) String

func (x *LsSuccess) String() string

type LsTimeout

type LsTimeout struct {
	DirectoryTreeRoot *LsDirectoryTreeNode `protobuf:"bytes,1,opt,name=directory_tree_root,json=directoryTreeRoot,proto3" json:"directory_tree_root,omitempty"`
	// contains filtered or unexported fields
}

func (*LsTimeout) Descriptor deprecated

func (*LsTimeout) Descriptor() ([]byte, []int)

Deprecated: Use LsTimeout.ProtoReflect.Descriptor instead.

func (*LsTimeout) GetDirectoryTreeRoot

func (x *LsTimeout) GetDirectoryTreeRoot() *LsDirectoryTreeNode

func (*LsTimeout) ProtoMessage

func (*LsTimeout) ProtoMessage()

func (*LsTimeout) ProtoReflect

func (x *LsTimeout) ProtoReflect() protoreflect.Message

func (*LsTimeout) Reset

func (x *LsTimeout) Reset()

func (*LsTimeout) String

func (x *LsTimeout) String() string

type LsToolCall

type LsToolCall struct {
	Args   *LsArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *LsResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*LsToolCall) Descriptor deprecated

func (*LsToolCall) Descriptor() ([]byte, []int)

Deprecated: Use LsToolCall.ProtoReflect.Descriptor instead.

func (*LsToolCall) GetArgs

func (x *LsToolCall) GetArgs() *LsArgs

func (*LsToolCall) GetResult

func (x *LsToolCall) GetResult() *LsResult

func (*LsToolCall) ProtoMessage

func (*LsToolCall) ProtoMessage()

func (*LsToolCall) ProtoReflect

func (x *LsToolCall) ProtoReflect() protoreflect.Message

func (*LsToolCall) Reset

func (x *LsToolCall) Reset()

func (*LsToolCall) String

func (x *LsToolCall) String() string

type McpArgs

type McpArgs struct {
	Name               string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Args               map[string][]byte `` /* 135-byte string literal not displayed */
	ToolCallId         string            `protobuf:"bytes,3,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	ProviderIdentifier string            `protobuf:"bytes,4,opt,name=provider_identifier,json=providerIdentifier,proto3" json:"provider_identifier,omitempty"`
	ToolName           string            `protobuf:"bytes,5,opt,name=tool_name,json=toolName,proto3" json:"tool_name,omitempty"`
	// contains filtered or unexported fields
}

func (*McpArgs) Descriptor deprecated

func (*McpArgs) Descriptor() ([]byte, []int)

Deprecated: Use McpArgs.ProtoReflect.Descriptor instead.

func (*McpArgs) GetArgs

func (x *McpArgs) GetArgs() map[string][]byte

func (*McpArgs) GetName

func (x *McpArgs) GetName() string

func (*McpArgs) GetProviderIdentifier

func (x *McpArgs) GetProviderIdentifier() string

func (*McpArgs) GetToolCallId

func (x *McpArgs) GetToolCallId() string

func (*McpArgs) GetToolName

func (x *McpArgs) GetToolName() string

func (*McpArgs) ProtoMessage

func (*McpArgs) ProtoMessage()

func (*McpArgs) ProtoReflect

func (x *McpArgs) ProtoReflect() protoreflect.Message

func (*McpArgs) Reset

func (x *McpArgs) Reset()

func (*McpArgs) String

func (x *McpArgs) String() string

type McpDescriptor

type McpDescriptor struct {
	ServerName            string               `protobuf:"bytes,1,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
	ServerIdentifier      string               `protobuf:"bytes,2,opt,name=server_identifier,json=serverIdentifier,proto3" json:"server_identifier,omitempty"`
	FolderPath            *string              `protobuf:"bytes,3,opt,name=folder_path,json=folderPath,proto3,oneof" json:"folder_path,omitempty"`
	ServerUseInstructions *string              `` /* 132-byte string literal not displayed */
	Tools                 []*McpToolDescriptor `protobuf:"bytes,5,rep,name=tools,proto3" json:"tools,omitempty"`
	// contains filtered or unexported fields
}

func (*McpDescriptor) Descriptor deprecated

func (*McpDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use McpDescriptor.ProtoReflect.Descriptor instead.

func (*McpDescriptor) GetFolderPath

func (x *McpDescriptor) GetFolderPath() string

func (*McpDescriptor) GetServerIdentifier

func (x *McpDescriptor) GetServerIdentifier() string

func (*McpDescriptor) GetServerName

func (x *McpDescriptor) GetServerName() string

func (*McpDescriptor) GetServerUseInstructions

func (x *McpDescriptor) GetServerUseInstructions() string

func (*McpDescriptor) GetTools

func (x *McpDescriptor) GetTools() []*McpToolDescriptor

func (*McpDescriptor) ProtoMessage

func (*McpDescriptor) ProtoMessage()

func (*McpDescriptor) ProtoReflect

func (x *McpDescriptor) ProtoReflect() protoreflect.Message

func (*McpDescriptor) Reset

func (x *McpDescriptor) Reset()

func (*McpDescriptor) String

func (x *McpDescriptor) String() string

type McpError

type McpError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*McpError) Descriptor deprecated

func (*McpError) Descriptor() ([]byte, []int)

Deprecated: Use McpError.ProtoReflect.Descriptor instead.

func (*McpError) GetError

func (x *McpError) GetError() string

func (*McpError) ProtoMessage

func (*McpError) ProtoMessage()

func (*McpError) ProtoReflect

func (x *McpError) ProtoReflect() protoreflect.Message

func (*McpError) Reset

func (x *McpError) Reset()

func (*McpError) String

func (x *McpError) String() string

type McpFileSystemOptions

type McpFileSystemOptions struct {
	Enabled             bool             `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	WorkspaceProjectDir string           `protobuf:"bytes,2,opt,name=workspace_project_dir,json=workspaceProjectDir,proto3" json:"workspace_project_dir,omitempty"`
	McpDescriptors      []*McpDescriptor `protobuf:"bytes,3,rep,name=mcp_descriptors,json=mcpDescriptors,proto3" json:"mcp_descriptors,omitempty"`
	// contains filtered or unexported fields
}

func (*McpFileSystemOptions) Descriptor deprecated

func (*McpFileSystemOptions) Descriptor() ([]byte, []int)

Deprecated: Use McpFileSystemOptions.ProtoReflect.Descriptor instead.

func (*McpFileSystemOptions) GetEnabled

func (x *McpFileSystemOptions) GetEnabled() bool

func (*McpFileSystemOptions) GetMcpDescriptors

func (x *McpFileSystemOptions) GetMcpDescriptors() []*McpDescriptor

func (*McpFileSystemOptions) GetWorkspaceProjectDir

func (x *McpFileSystemOptions) GetWorkspaceProjectDir() string

func (*McpFileSystemOptions) ProtoMessage

func (*McpFileSystemOptions) ProtoMessage()

func (*McpFileSystemOptions) ProtoReflect

func (x *McpFileSystemOptions) ProtoReflect() protoreflect.Message

func (*McpFileSystemOptions) Reset

func (x *McpFileSystemOptions) Reset()

func (*McpFileSystemOptions) String

func (x *McpFileSystemOptions) String() string

type McpImageContent

type McpImageContent struct {
	Data     []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// contains filtered or unexported fields
}

func (*McpImageContent) Descriptor deprecated

func (*McpImageContent) Descriptor() ([]byte, []int)

Deprecated: Use McpImageContent.ProtoReflect.Descriptor instead.

func (*McpImageContent) GetData

func (x *McpImageContent) GetData() []byte

func (*McpImageContent) GetMimeType

func (x *McpImageContent) GetMimeType() string

func (*McpImageContent) ProtoMessage

func (*McpImageContent) ProtoMessage()

func (*McpImageContent) ProtoReflect

func (x *McpImageContent) ProtoReflect() protoreflect.Message

func (*McpImageContent) Reset

func (x *McpImageContent) Reset()

func (*McpImageContent) String

func (x *McpImageContent) String() string

type McpInstructions

type McpInstructions struct {
	ServerName   string `protobuf:"bytes,1,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
	Instructions string `protobuf:"bytes,2,opt,name=instructions,proto3" json:"instructions,omitempty"`
	// contains filtered or unexported fields
}

func (*McpInstructions) Descriptor deprecated

func (*McpInstructions) Descriptor() ([]byte, []int)

Deprecated: Use McpInstructions.ProtoReflect.Descriptor instead.

func (*McpInstructions) GetInstructions

func (x *McpInstructions) GetInstructions() string

func (*McpInstructions) GetServerName

func (x *McpInstructions) GetServerName() string

func (*McpInstructions) ProtoMessage

func (*McpInstructions) ProtoMessage()

func (*McpInstructions) ProtoReflect

func (x *McpInstructions) ProtoReflect() protoreflect.Message

func (*McpInstructions) Reset

func (x *McpInstructions) Reset()

func (*McpInstructions) String

func (x *McpInstructions) String() string

type McpOAuthStoredData

type McpOAuthStoredData struct {
	RefreshToken string   `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	ClientId     string   `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret *string  `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3,oneof" json:"client_secret,omitempty"`
	RedirectUris []string `protobuf:"bytes,4,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	// contains filtered or unexported fields
}

func (*McpOAuthStoredData) Descriptor deprecated

func (*McpOAuthStoredData) Descriptor() ([]byte, []int)

Deprecated: Use McpOAuthStoredData.ProtoReflect.Descriptor instead.

func (*McpOAuthStoredData) GetClientId

func (x *McpOAuthStoredData) GetClientId() string

func (*McpOAuthStoredData) GetClientSecret

func (x *McpOAuthStoredData) GetClientSecret() string

func (*McpOAuthStoredData) GetRedirectUris

func (x *McpOAuthStoredData) GetRedirectUris() []string

func (*McpOAuthStoredData) GetRefreshToken

func (x *McpOAuthStoredData) GetRefreshToken() string

func (*McpOAuthStoredData) ProtoMessage

func (*McpOAuthStoredData) ProtoMessage()

func (*McpOAuthStoredData) ProtoReflect

func (x *McpOAuthStoredData) ProtoReflect() protoreflect.Message

func (*McpOAuthStoredData) Reset

func (x *McpOAuthStoredData) Reset()

func (*McpOAuthStoredData) String

func (x *McpOAuthStoredData) String() string

type McpPermissionDenied

type McpPermissionDenied struct {
	Error      string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	IsReadonly bool   `protobuf:"varint,2,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*McpPermissionDenied) Descriptor deprecated

func (*McpPermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use McpPermissionDenied.ProtoReflect.Descriptor instead.

func (*McpPermissionDenied) GetError

func (x *McpPermissionDenied) GetError() string

func (*McpPermissionDenied) GetIsReadonly

func (x *McpPermissionDenied) GetIsReadonly() bool

func (*McpPermissionDenied) ProtoMessage

func (*McpPermissionDenied) ProtoMessage()

func (*McpPermissionDenied) ProtoReflect

func (x *McpPermissionDenied) ProtoReflect() protoreflect.Message

func (*McpPermissionDenied) Reset

func (x *McpPermissionDenied) Reset()

func (*McpPermissionDenied) String

func (x *McpPermissionDenied) String() string

type McpRejected

type McpRejected struct {
	Reason     string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	IsReadonly bool   `protobuf:"varint,2,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*McpRejected) Descriptor deprecated

func (*McpRejected) Descriptor() ([]byte, []int)

Deprecated: Use McpRejected.ProtoReflect.Descriptor instead.

func (*McpRejected) GetIsReadonly

func (x *McpRejected) GetIsReadonly() bool

func (*McpRejected) GetReason

func (x *McpRejected) GetReason() string

func (*McpRejected) ProtoMessage

func (*McpRejected) ProtoMessage()

func (*McpRejected) ProtoReflect

func (x *McpRejected) ProtoReflect() protoreflect.Message

func (*McpRejected) Reset

func (x *McpRejected) Reset()

func (*McpRejected) String

func (x *McpRejected) String() string

type McpResult

type McpResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*McpResult_Success
	//	*McpResult_Error
	//	*McpResult_Rejected
	//	*McpResult_PermissionDenied
	//	*McpResult_ToolNotFound
	Result isMcpResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*McpResult) Descriptor deprecated

func (*McpResult) Descriptor() ([]byte, []int)

Deprecated: Use McpResult.ProtoReflect.Descriptor instead.

func (*McpResult) GetError

func (x *McpResult) GetError() *McpError

func (*McpResult) GetPermissionDenied

func (x *McpResult) GetPermissionDenied() *McpPermissionDenied

func (*McpResult) GetRejected

func (x *McpResult) GetRejected() *McpRejected

func (*McpResult) GetResult

func (x *McpResult) GetResult() isMcpResult_Result

func (*McpResult) GetSuccess

func (x *McpResult) GetSuccess() *McpSuccess

func (*McpResult) GetToolNotFound

func (x *McpResult) GetToolNotFound() *McpToolNotFound

func (*McpResult) ProtoMessage

func (*McpResult) ProtoMessage()

func (*McpResult) ProtoReflect

func (x *McpResult) ProtoReflect() protoreflect.Message

func (*McpResult) Reset

func (x *McpResult) Reset()

func (*McpResult) String

func (x *McpResult) String() string

type McpResult_Error

type McpResult_Error struct {
	Error *McpError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type McpResult_PermissionDenied

type McpResult_PermissionDenied struct {
	PermissionDenied *McpPermissionDenied `protobuf:"bytes,4,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type McpResult_Rejected

type McpResult_Rejected struct {
	Rejected *McpRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type McpResult_Success

type McpResult_Success struct {
	Success *McpSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type McpResult_ToolNotFound

type McpResult_ToolNotFound struct {
	ToolNotFound *McpToolNotFound `protobuf:"bytes,5,opt,name=tool_not_found,json=toolNotFound,proto3,oneof"`
}

type McpSuccess

type McpSuccess struct {
	Content []*McpToolResultContentItem `protobuf:"bytes,1,rep,name=content,proto3" json:"content,omitempty"`
	IsError bool                        `protobuf:"varint,2,opt,name=is_error,json=isError,proto3" json:"is_error,omitempty"`
	// contains filtered or unexported fields
}

func (*McpSuccess) Descriptor deprecated

func (*McpSuccess) Descriptor() ([]byte, []int)

Deprecated: Use McpSuccess.ProtoReflect.Descriptor instead.

func (*McpSuccess) GetContent

func (x *McpSuccess) GetContent() []*McpToolResultContentItem

func (*McpSuccess) GetIsError

func (x *McpSuccess) GetIsError() bool

func (*McpSuccess) ProtoMessage

func (*McpSuccess) ProtoMessage()

func (*McpSuccess) ProtoReflect

func (x *McpSuccess) ProtoReflect() protoreflect.Message

func (*McpSuccess) Reset

func (x *McpSuccess) Reset()

func (*McpSuccess) String

func (x *McpSuccess) String() string

type McpTextContent

type McpTextContent struct {
	Text           string          `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	OutputLocation *OutputLocation `protobuf:"bytes,2,opt,name=output_location,json=outputLocation,proto3,oneof" json:"output_location,omitempty"`
	// contains filtered or unexported fields
}

func (*McpTextContent) Descriptor deprecated

func (*McpTextContent) Descriptor() ([]byte, []int)

Deprecated: Use McpTextContent.ProtoReflect.Descriptor instead.

func (*McpTextContent) GetOutputLocation

func (x *McpTextContent) GetOutputLocation() *OutputLocation

func (*McpTextContent) GetText

func (x *McpTextContent) GetText() string

func (*McpTextContent) ProtoMessage

func (*McpTextContent) ProtoMessage()

func (*McpTextContent) ProtoReflect

func (x *McpTextContent) ProtoReflect() protoreflect.Message

func (*McpTextContent) Reset

func (x *McpTextContent) Reset()

func (*McpTextContent) String

func (x *McpTextContent) String() string

type McpToolCall

type McpToolCall struct {
	Args   *McpArgs       `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *McpToolResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*McpToolCall) Descriptor deprecated

func (*McpToolCall) Descriptor() ([]byte, []int)

Deprecated: Use McpToolCall.ProtoReflect.Descriptor instead.

func (*McpToolCall) GetArgs

func (x *McpToolCall) GetArgs() *McpArgs

func (*McpToolCall) GetResult

func (x *McpToolCall) GetResult() *McpToolResult

func (*McpToolCall) ProtoMessage

func (*McpToolCall) ProtoMessage()

func (*McpToolCall) ProtoReflect

func (x *McpToolCall) ProtoReflect() protoreflect.Message

func (*McpToolCall) Reset

func (x *McpToolCall) Reset()

func (*McpToolCall) String

func (x *McpToolCall) String() string

type McpToolDefinition

type McpToolDefinition struct {
	Name               string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ProviderIdentifier string `protobuf:"bytes,4,opt,name=provider_identifier,json=providerIdentifier,proto3" json:"provider_identifier,omitempty"`
	ToolName           string `protobuf:"bytes,5,opt,name=tool_name,json=toolName,proto3" json:"tool_name,omitempty"`
	Description        string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	InputSchema        []byte `protobuf:"bytes,3,opt,name=input_schema,json=inputSchema,proto3" json:"input_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*McpToolDefinition) Descriptor deprecated

func (*McpToolDefinition) Descriptor() ([]byte, []int)

Deprecated: Use McpToolDefinition.ProtoReflect.Descriptor instead.

func (*McpToolDefinition) GetDescription

func (x *McpToolDefinition) GetDescription() string

func (*McpToolDefinition) GetInputSchema

func (x *McpToolDefinition) GetInputSchema() []byte

func (*McpToolDefinition) GetName

func (x *McpToolDefinition) GetName() string

func (*McpToolDefinition) GetProviderIdentifier

func (x *McpToolDefinition) GetProviderIdentifier() string

func (*McpToolDefinition) GetToolName

func (x *McpToolDefinition) GetToolName() string

func (*McpToolDefinition) ProtoMessage

func (*McpToolDefinition) ProtoMessage()

func (*McpToolDefinition) ProtoReflect

func (x *McpToolDefinition) ProtoReflect() protoreflect.Message

func (*McpToolDefinition) Reset

func (x *McpToolDefinition) Reset()

func (*McpToolDefinition) String

func (x *McpToolDefinition) String() string

type McpToolDescriptor

type McpToolDescriptor struct {
	ToolName       string  `protobuf:"bytes,1,opt,name=tool_name,json=toolName,proto3" json:"tool_name,omitempty"`
	DefinitionPath *string `protobuf:"bytes,2,opt,name=definition_path,json=definitionPath,proto3,oneof" json:"definition_path,omitempty"`
	// contains filtered or unexported fields
}

func (*McpToolDescriptor) Descriptor deprecated

func (*McpToolDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use McpToolDescriptor.ProtoReflect.Descriptor instead.

func (*McpToolDescriptor) GetDefinitionPath

func (x *McpToolDescriptor) GetDefinitionPath() string

func (*McpToolDescriptor) GetToolName

func (x *McpToolDescriptor) GetToolName() string

func (*McpToolDescriptor) ProtoMessage

func (*McpToolDescriptor) ProtoMessage()

func (*McpToolDescriptor) ProtoReflect

func (x *McpToolDescriptor) ProtoReflect() protoreflect.Message

func (*McpToolDescriptor) Reset

func (x *McpToolDescriptor) Reset()

func (*McpToolDescriptor) String

func (x *McpToolDescriptor) String() string

type McpToolError

type McpToolError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*McpToolError) Descriptor deprecated

func (*McpToolError) Descriptor() ([]byte, []int)

Deprecated: Use McpToolError.ProtoReflect.Descriptor instead.

func (*McpToolError) GetError

func (x *McpToolError) GetError() string

func (*McpToolError) ProtoMessage

func (*McpToolError) ProtoMessage()

func (*McpToolError) ProtoReflect

func (x *McpToolError) ProtoReflect() protoreflect.Message

func (*McpToolError) Reset

func (x *McpToolError) Reset()

func (*McpToolError) String

func (x *McpToolError) String() string

type McpToolNotFound

type McpToolNotFound struct {
	Name           string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AvailableTools []string `protobuf:"bytes,2,rep,name=available_tools,json=availableTools,proto3" json:"available_tools,omitempty"`
	// contains filtered or unexported fields
}

func (*McpToolNotFound) Descriptor deprecated

func (*McpToolNotFound) Descriptor() ([]byte, []int)

Deprecated: Use McpToolNotFound.ProtoReflect.Descriptor instead.

func (*McpToolNotFound) GetAvailableTools

func (x *McpToolNotFound) GetAvailableTools() []string

func (*McpToolNotFound) GetName

func (x *McpToolNotFound) GetName() string

func (*McpToolNotFound) ProtoMessage

func (*McpToolNotFound) ProtoMessage()

func (*McpToolNotFound) ProtoReflect

func (x *McpToolNotFound) ProtoReflect() protoreflect.Message

func (*McpToolNotFound) Reset

func (x *McpToolNotFound) Reset()

func (*McpToolNotFound) String

func (x *McpToolNotFound) String() string

type McpToolResult

type McpToolResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*McpToolResult_Success
	//	*McpToolResult_Error
	//	*McpToolResult_Rejected
	//	*McpToolResult_PermissionDenied
	Result isMcpToolResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*McpToolResult) Descriptor deprecated

func (*McpToolResult) Descriptor() ([]byte, []int)

Deprecated: Use McpToolResult.ProtoReflect.Descriptor instead.

func (*McpToolResult) GetError

func (x *McpToolResult) GetError() *McpToolError

func (*McpToolResult) GetPermissionDenied

func (x *McpToolResult) GetPermissionDenied() *McpPermissionDenied

func (*McpToolResult) GetRejected

func (x *McpToolResult) GetRejected() *McpRejected

func (*McpToolResult) GetResult

func (x *McpToolResult) GetResult() isMcpToolResult_Result

func (*McpToolResult) GetSuccess

func (x *McpToolResult) GetSuccess() *McpSuccess

func (*McpToolResult) ProtoMessage

func (*McpToolResult) ProtoMessage()

func (*McpToolResult) ProtoReflect

func (x *McpToolResult) ProtoReflect() protoreflect.Message

func (*McpToolResult) Reset

func (x *McpToolResult) Reset()

func (*McpToolResult) String

func (x *McpToolResult) String() string

type McpToolResultContentItem

type McpToolResultContentItem struct {

	// Types that are valid to be assigned to Content:
	//
	//	*McpToolResultContentItem_Text
	//	*McpToolResultContentItem_Image
	Content isMcpToolResultContentItem_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*McpToolResultContentItem) Descriptor deprecated

func (*McpToolResultContentItem) Descriptor() ([]byte, []int)

Deprecated: Use McpToolResultContentItem.ProtoReflect.Descriptor instead.

func (*McpToolResultContentItem) GetContent

func (x *McpToolResultContentItem) GetContent() isMcpToolResultContentItem_Content

func (*McpToolResultContentItem) GetImage

func (*McpToolResultContentItem) GetText

func (*McpToolResultContentItem) ProtoMessage

func (*McpToolResultContentItem) ProtoMessage()

func (*McpToolResultContentItem) ProtoReflect

func (x *McpToolResultContentItem) ProtoReflect() protoreflect.Message

func (*McpToolResultContentItem) Reset

func (x *McpToolResultContentItem) Reset()

func (*McpToolResultContentItem) String

func (x *McpToolResultContentItem) String() string

type McpToolResultContentItem_Image

type McpToolResultContentItem_Image struct {
	Image *McpImageContent `protobuf:"bytes,2,opt,name=image,proto3,oneof"`
}

type McpToolResultContentItem_Text

type McpToolResultContentItem_Text struct {
	Text *McpTextContent `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}

type McpToolResult_Error

type McpToolResult_Error struct {
	Error *McpToolError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type McpToolResult_PermissionDenied

type McpToolResult_PermissionDenied struct {
	PermissionDenied *McpPermissionDenied `protobuf:"bytes,4,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type McpToolResult_Rejected

type McpToolResult_Rejected struct {
	Rejected *McpRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type McpToolResult_Success

type McpToolResult_Success struct {
	Success *McpSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type McpTools

type McpTools struct {
	McpTools []*McpToolDefinition `protobuf:"bytes,1,rep,name=mcp_tools,json=mcpTools,proto3" json:"mcp_tools,omitempty"`
	// contains filtered or unexported fields
}

func (*McpTools) Descriptor deprecated

func (*McpTools) Descriptor() ([]byte, []int)

Deprecated: Use McpTools.ProtoReflect.Descriptor instead.

func (*McpTools) GetMcpTools

func (x *McpTools) GetMcpTools() []*McpToolDefinition

func (*McpTools) ProtoMessage

func (*McpTools) ProtoMessage()

func (*McpTools) ProtoReflect

func (x *McpTools) ProtoReflect() protoreflect.Message

func (*McpTools) Reset

func (x *McpTools) Reset()

func (*McpTools) String

func (x *McpTools) String() string

type ModelDetails

type ModelDetails struct {
	ModelId          string           `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	DisplayModelId   string           `protobuf:"bytes,3,opt,name=display_model_id,json=displayModelId,proto3" json:"display_model_id,omitempty"`
	DisplayName      string           `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	DisplayNameShort string           `protobuf:"bytes,5,opt,name=display_name_short,json=displayNameShort,proto3" json:"display_name_short,omitempty"`
	Aliases          []string         `protobuf:"bytes,6,rep,name=aliases,proto3" json:"aliases,omitempty"`
	ThinkingDetails  *ThinkingDetails `protobuf:"bytes,2,opt,name=thinking_details,json=thinkingDetails,proto3,oneof" json:"thinking_details,omitempty"`
	MaxMode          *bool            `protobuf:"varint,7,opt,name=max_mode,json=maxMode,proto3,oneof" json:"max_mode,omitempty"`
	// Types that are valid to be assigned to Credentials:
	//
	//	*ModelDetails_ApiKeyCredentials
	//	*ModelDetails_AzureCredentials
	//	*ModelDetails_BedrockCredentials
	Credentials isModelDetails_Credentials `protobuf_oneof:"credentials"`
	// contains filtered or unexported fields
}

func (*ModelDetails) Descriptor deprecated

func (*ModelDetails) Descriptor() ([]byte, []int)

Deprecated: Use ModelDetails.ProtoReflect.Descriptor instead.

func (*ModelDetails) GetAliases

func (x *ModelDetails) GetAliases() []string

func (*ModelDetails) GetApiKeyCredentials

func (x *ModelDetails) GetApiKeyCredentials() *ApiKeyCredentials

func (*ModelDetails) GetAzureCredentials

func (x *ModelDetails) GetAzureCredentials() *AzureCredentials

func (*ModelDetails) GetBedrockCredentials

func (x *ModelDetails) GetBedrockCredentials() *BedrockCredentials

func (*ModelDetails) GetCredentials

func (x *ModelDetails) GetCredentials() isModelDetails_Credentials

func (*ModelDetails) GetDisplayModelId

func (x *ModelDetails) GetDisplayModelId() string

func (*ModelDetails) GetDisplayName

func (x *ModelDetails) GetDisplayName() string

func (*ModelDetails) GetDisplayNameShort

func (x *ModelDetails) GetDisplayNameShort() string

func (*ModelDetails) GetMaxMode

func (x *ModelDetails) GetMaxMode() bool

func (*ModelDetails) GetModelId

func (x *ModelDetails) GetModelId() string

func (*ModelDetails) GetThinkingDetails

func (x *ModelDetails) GetThinkingDetails() *ThinkingDetails

func (*ModelDetails) ProtoMessage

func (*ModelDetails) ProtoMessage()

func (*ModelDetails) ProtoReflect

func (x *ModelDetails) ProtoReflect() protoreflect.Message

func (*ModelDetails) Reset

func (x *ModelDetails) Reset()

func (*ModelDetails) String

func (x *ModelDetails) String() string

type ModelDetails_ApiKeyCredentials

type ModelDetails_ApiKeyCredentials struct {
	ApiKeyCredentials *ApiKeyCredentials `protobuf:"bytes,8,opt,name=api_key_credentials,json=apiKeyCredentials,proto3,oneof"`
}

type ModelDetails_AzureCredentials

type ModelDetails_AzureCredentials struct {
	AzureCredentials *AzureCredentials `protobuf:"bytes,9,opt,name=azure_credentials,json=azureCredentials,proto3,oneof"`
}

type ModelDetails_BedrockCredentials

type ModelDetails_BedrockCredentials struct {
	BedrockCredentials *BedrockCredentials `protobuf:"bytes,10,opt,name=bedrock_credentials,json=bedrockCredentials,proto3,oneof"`
}

type MouseButton

type MouseButton int32
const (
	MouseButton_MOUSE_BUTTON_UNSPECIFIED MouseButton = 0
	MouseButton_MOUSE_BUTTON_LEFT        MouseButton = 1
	MouseButton_MOUSE_BUTTON_RIGHT       MouseButton = 2
	MouseButton_MOUSE_BUTTON_MIDDLE      MouseButton = 3
	MouseButton_MOUSE_BUTTON_BACK        MouseButton = 4
	MouseButton_MOUSE_BUTTON_FORWARD     MouseButton = 5
)

func (MouseButton) Descriptor

func (MouseButton) Enum

func (x MouseButton) Enum() *MouseButton

func (MouseButton) EnumDescriptor deprecated

func (MouseButton) EnumDescriptor() ([]byte, []int)

Deprecated: Use MouseButton.Descriptor instead.

func (MouseButton) Number

func (x MouseButton) Number() protoreflect.EnumNumber

func (MouseButton) String

func (x MouseButton) String() string

func (MouseButton) Type

type MouseDownAction

type MouseDownAction struct {
	Button int32 `protobuf:"varint,1,opt,name=button,proto3" json:"button,omitempty"`
	// contains filtered or unexported fields
}

func (*MouseDownAction) Descriptor deprecated

func (*MouseDownAction) Descriptor() ([]byte, []int)

Deprecated: Use MouseDownAction.ProtoReflect.Descriptor instead.

func (*MouseDownAction) GetButton

func (x *MouseDownAction) GetButton() int32

func (*MouseDownAction) ProtoMessage

func (*MouseDownAction) ProtoMessage()

func (*MouseDownAction) ProtoReflect

func (x *MouseDownAction) ProtoReflect() protoreflect.Message

func (*MouseDownAction) Reset

func (x *MouseDownAction) Reset()

func (*MouseDownAction) String

func (x *MouseDownAction) String() string

type MouseMoveAction

type MouseMoveAction struct {
	Coordinate *Coordinate `protobuf:"bytes,1,opt,name=coordinate,proto3" json:"coordinate,omitempty"`
	// contains filtered or unexported fields
}

func (*MouseMoveAction) Descriptor deprecated

func (*MouseMoveAction) Descriptor() ([]byte, []int)

Deprecated: Use MouseMoveAction.ProtoReflect.Descriptor instead.

func (*MouseMoveAction) GetCoordinate

func (x *MouseMoveAction) GetCoordinate() *Coordinate

func (*MouseMoveAction) ProtoMessage

func (*MouseMoveAction) ProtoMessage()

func (*MouseMoveAction) ProtoReflect

func (x *MouseMoveAction) ProtoReflect() protoreflect.Message

func (*MouseMoveAction) Reset

func (x *MouseMoveAction) Reset()

func (*MouseMoveAction) String

func (x *MouseMoveAction) String() string

type MouseUpAction

type MouseUpAction struct {
	Button int32 `protobuf:"varint,1,opt,name=button,proto3" json:"button,omitempty"`
	// contains filtered or unexported fields
}

func (*MouseUpAction) Descriptor deprecated

func (*MouseUpAction) Descriptor() ([]byte, []int)

Deprecated: Use MouseUpAction.ProtoReflect.Descriptor instead.

func (*MouseUpAction) GetButton

func (x *MouseUpAction) GetButton() int32

func (*MouseUpAction) ProtoMessage

func (*MouseUpAction) ProtoMessage()

func (*MouseUpAction) ProtoReflect

func (x *MouseUpAction) ProtoReflect() protoreflect.Message

func (*MouseUpAction) Reset

func (x *MouseUpAction) Reset()

func (*MouseUpAction) String

func (x *MouseUpAction) String() string

type NameAgentRequest

type NameAgentRequest struct {
	UserMessage string `protobuf:"bytes,1,opt,name=user_message,json=userMessage,proto3" json:"user_message,omitempty"`
	// contains filtered or unexported fields
}

func (*NameAgentRequest) Descriptor deprecated

func (*NameAgentRequest) Descriptor() ([]byte, []int)

Deprecated: Use NameAgentRequest.ProtoReflect.Descriptor instead.

func (*NameAgentRequest) GetUserMessage

func (x *NameAgentRequest) GetUserMessage() string

func (*NameAgentRequest) ProtoMessage

func (*NameAgentRequest) ProtoMessage()

func (*NameAgentRequest) ProtoReflect

func (x *NameAgentRequest) ProtoReflect() protoreflect.Message

func (*NameAgentRequest) Reset

func (x *NameAgentRequest) Reset()

func (*NameAgentRequest) String

func (x *NameAgentRequest) String() string

type NameAgentResponse

type NameAgentResponse struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*NameAgentResponse) Descriptor deprecated

func (*NameAgentResponse) Descriptor() ([]byte, []int)

Deprecated: Use NameAgentResponse.ProtoReflect.Descriptor instead.

func (*NameAgentResponse) GetName

func (x *NameAgentResponse) GetName() string

func (*NameAgentResponse) ProtoMessage

func (*NameAgentResponse) ProtoMessage()

func (*NameAgentResponse) ProtoReflect

func (x *NameAgentResponse) ProtoReflect() protoreflect.Message

func (*NameAgentResponse) Reset

func (x *NameAgentResponse) Reset()

func (*NameAgentResponse) String

func (x *NameAgentResponse) String() string

type OutputLocation

type OutputLocation struct {
	FilePath  string `protobuf:"bytes,1,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	SizeBytes int64  `protobuf:"varint,2,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"`
	LineCount int64  `protobuf:"varint,3,opt,name=line_count,json=lineCount,proto3" json:"line_count,omitempty"`
	// contains filtered or unexported fields
}

func (*OutputLocation) Descriptor deprecated

func (*OutputLocation) Descriptor() ([]byte, []int)

Deprecated: Use OutputLocation.ProtoReflect.Descriptor instead.

func (*OutputLocation) GetFilePath

func (x *OutputLocation) GetFilePath() string

func (*OutputLocation) GetLineCount

func (x *OutputLocation) GetLineCount() int64

func (*OutputLocation) GetSizeBytes

func (x *OutputLocation) GetSizeBytes() int64

func (*OutputLocation) ProtoMessage

func (*OutputLocation) ProtoMessage()

func (*OutputLocation) ProtoReflect

func (x *OutputLocation) ProtoReflect() protoreflect.Message

func (*OutputLocation) Reset

func (x *OutputLocation) Reset()

func (*OutputLocation) String

func (x *OutputLocation) String() string

type PackageType

type PackageType int32
const (
	PackageType_PACKAGE_TYPE_UNSPECIFIED     PackageType = 0
	PackageType_PACKAGE_TYPE_CURSOR_PROJECT  PackageType = 1
	PackageType_PACKAGE_TYPE_CURSOR_PERSONAL PackageType = 2
	PackageType_PACKAGE_TYPE_CLAUDE_SKILL    PackageType = 3
	PackageType_PACKAGE_TYPE_CLAUDE_PLUGIN   PackageType = 4
)

func (PackageType) Descriptor

func (PackageType) Enum

func (x PackageType) Enum() *PackageType

func (PackageType) EnumDescriptor deprecated

func (PackageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PackageType.Descriptor instead.

func (PackageType) Number

func (x PackageType) Number() protoreflect.EnumNumber

func (PackageType) String

func (x PackageType) String() string

func (PackageType) Type

type PartialToolCallUpdate

type PartialToolCallUpdate struct {
	CallId        string    `protobuf:"bytes,1,opt,name=call_id,json=callId,proto3" json:"call_id,omitempty"`
	ToolCall      *ToolCall `protobuf:"bytes,2,opt,name=tool_call,json=toolCall,proto3" json:"tool_call,omitempty"`
	ArgsTextDelta string    `protobuf:"bytes,3,opt,name=args_text_delta,json=argsTextDelta,proto3" json:"args_text_delta,omitempty"`
	ModelCallId   string    `protobuf:"bytes,4,opt,name=model_call_id,json=modelCallId,proto3" json:"model_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PartialToolCallUpdate) Descriptor deprecated

func (*PartialToolCallUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PartialToolCallUpdate.ProtoReflect.Descriptor instead.

func (*PartialToolCallUpdate) GetArgsTextDelta

func (x *PartialToolCallUpdate) GetArgsTextDelta() string

func (*PartialToolCallUpdate) GetCallId

func (x *PartialToolCallUpdate) GetCallId() string

func (*PartialToolCallUpdate) GetModelCallId

func (x *PartialToolCallUpdate) GetModelCallId() string

func (*PartialToolCallUpdate) GetToolCall

func (x *PartialToolCallUpdate) GetToolCall() *ToolCall

func (*PartialToolCallUpdate) ProtoMessage

func (*PartialToolCallUpdate) ProtoMessage()

func (*PartialToolCallUpdate) ProtoReflect

func (x *PartialToolCallUpdate) ProtoReflect() protoreflect.Message

func (*PartialToolCallUpdate) Reset

func (x *PartialToolCallUpdate) Reset()

func (*PartialToolCallUpdate) String

func (x *PartialToolCallUpdate) String() string

type Phase

type Phase struct {
	Name  string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Todos []*TodoItem `protobuf:"bytes,2,rep,name=todos,proto3" json:"todos,omitempty"`
	// contains filtered or unexported fields
}

func (*Phase) Descriptor deprecated

func (*Phase) Descriptor() ([]byte, []int)

Deprecated: Use Phase.ProtoReflect.Descriptor instead.

func (*Phase) GetName

func (x *Phase) GetName() string

func (*Phase) GetTodos

func (x *Phase) GetTodos() []*TodoItem

func (*Phase) ProtoMessage

func (*Phase) ProtoMessage()

func (*Phase) ProtoReflect

func (x *Phase) ProtoReflect() protoreflect.Message

func (*Phase) Reset

func (x *Phase) Reset()

func (*Phase) String

func (x *Phase) String() string

type PingResponse

type PingResponse struct {
	// contains filtered or unexported fields
}

func (*PingResponse) Descriptor deprecated

func (*PingResponse) Descriptor() ([]byte, []int)

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

func (x *PingResponse) ProtoReflect() protoreflect.Message

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

type Position

type Position struct {
	Line   uint32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Column uint32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

func (*Position) Descriptor deprecated

func (*Position) Descriptor() ([]byte, []int)

Deprecated: Use Position.ProtoReflect.Descriptor instead.

func (*Position) GetColumn

func (x *Position) GetColumn() uint32

func (*Position) GetLine

func (x *Position) GetLine() uint32

func (*Position) ProtoMessage

func (*Position) ProtoMessage()

func (*Position) ProtoReflect

func (x *Position) ProtoReflect() protoreflect.Message

func (*Position) Reset

func (x *Position) Reset()

func (*Position) String

func (x *Position) String() string

type PrewarmRequest

type PrewarmRequest struct {
	ModelDetails           *ModelDetails               `protobuf:"bytes,1,opt,name=model_details,json=modelDetails,proto3" json:"model_details,omitempty"`
	RequestedModel         *RequestedModel             `protobuf:"bytes,9,opt,name=requested_model,json=requestedModel,proto3,oneof" json:"requested_model,omitempty"`
	ConversationId         *string                     `protobuf:"bytes,2,opt,name=conversation_id,json=conversationId,proto3,oneof" json:"conversation_id,omitempty"`
	ConversationState      *ConversationStateStructure `protobuf:"bytes,3,opt,name=conversation_state,json=conversationState,proto3" json:"conversation_state,omitempty"`
	McpTools               *McpTools                   `protobuf:"bytes,4,opt,name=mcp_tools,json=mcpTools,proto3" json:"mcp_tools,omitempty"`
	McpFileSystemOptions   *McpFileSystemOptions       `` /* 131-byte string literal not displayed */
	BestOfNGroupId         *string                     `protobuf:"bytes,6,opt,name=best_of_n_group_id,json=bestOfNGroupId,proto3,oneof" json:"best_of_n_group_id,omitempty"`
	TryUseBestOfNPromotion *bool                       `` /* 142-byte string literal not displayed */
	CustomSystemPrompt     *string                     `protobuf:"bytes,8,opt,name=custom_system_prompt,json=customSystemPrompt,proto3,oneof" json:"custom_system_prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*PrewarmRequest) Descriptor deprecated

func (*PrewarmRequest) Descriptor() ([]byte, []int)

Deprecated: Use PrewarmRequest.ProtoReflect.Descriptor instead.

func (*PrewarmRequest) GetBestOfNGroupId

func (x *PrewarmRequest) GetBestOfNGroupId() string

func (*PrewarmRequest) GetConversationId

func (x *PrewarmRequest) GetConversationId() string

func (*PrewarmRequest) GetConversationState

func (x *PrewarmRequest) GetConversationState() *ConversationStateStructure

func (*PrewarmRequest) GetCustomSystemPrompt

func (x *PrewarmRequest) GetCustomSystemPrompt() string

func (*PrewarmRequest) GetMcpFileSystemOptions

func (x *PrewarmRequest) GetMcpFileSystemOptions() *McpFileSystemOptions

func (*PrewarmRequest) GetMcpTools

func (x *PrewarmRequest) GetMcpTools() *McpTools

func (*PrewarmRequest) GetModelDetails

func (x *PrewarmRequest) GetModelDetails() *ModelDetails

func (*PrewarmRequest) GetRequestedModel

func (x *PrewarmRequest) GetRequestedModel() *RequestedModel

func (*PrewarmRequest) GetTryUseBestOfNPromotion

func (x *PrewarmRequest) GetTryUseBestOfNPromotion() bool

func (*PrewarmRequest) ProtoMessage

func (*PrewarmRequest) ProtoMessage()

func (*PrewarmRequest) ProtoReflect

func (x *PrewarmRequest) ProtoReflect() protoreflect.Message

func (*PrewarmRequest) Reset

func (x *PrewarmRequest) Reset()

func (*PrewarmRequest) String

func (x *PrewarmRequest) String() string

type Range

type Range struct {
	Start *Position `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *Position `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Range) Descriptor deprecated

func (*Range) Descriptor() ([]byte, []int)

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetEnd

func (x *Range) GetEnd() *Position

func (*Range) GetStart

func (x *Range) GetStart() *Position

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

func (x *Range) ProtoReflect() protoreflect.Message

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type ReadArgs

type ReadArgs struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	ToolCallId string `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadArgs) Descriptor deprecated

func (*ReadArgs) Descriptor() ([]byte, []int)

Deprecated: Use ReadArgs.ProtoReflect.Descriptor instead.

func (*ReadArgs) GetPath

func (x *ReadArgs) GetPath() string

func (*ReadArgs) GetToolCallId

func (x *ReadArgs) GetToolCallId() string

func (*ReadArgs) ProtoMessage

func (*ReadArgs) ProtoMessage()

func (*ReadArgs) ProtoReflect

func (x *ReadArgs) ProtoReflect() protoreflect.Message

func (*ReadArgs) Reset

func (x *ReadArgs) Reset()

func (*ReadArgs) String

func (x *ReadArgs) String() string

type ReadBinaryFileRequest

type ReadBinaryFileRequest struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadBinaryFileRequest) Descriptor deprecated

func (*ReadBinaryFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadBinaryFileRequest.ProtoReflect.Descriptor instead.

func (*ReadBinaryFileRequest) GetPath

func (x *ReadBinaryFileRequest) GetPath() string

func (*ReadBinaryFileRequest) ProtoMessage

func (*ReadBinaryFileRequest) ProtoMessage()

func (*ReadBinaryFileRequest) ProtoReflect

func (x *ReadBinaryFileRequest) ProtoReflect() protoreflect.Message

func (*ReadBinaryFileRequest) Reset

func (x *ReadBinaryFileRequest) Reset()

func (*ReadBinaryFileRequest) String

func (x *ReadBinaryFileRequest) String() string

type ReadBinaryFileResponse

type ReadBinaryFileResponse struct {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadBinaryFileResponse) Descriptor deprecated

func (*ReadBinaryFileResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadBinaryFileResponse.ProtoReflect.Descriptor instead.

func (*ReadBinaryFileResponse) GetContent

func (x *ReadBinaryFileResponse) GetContent() []byte

func (*ReadBinaryFileResponse) ProtoMessage

func (*ReadBinaryFileResponse) ProtoMessage()

func (*ReadBinaryFileResponse) ProtoReflect

func (x *ReadBinaryFileResponse) ProtoReflect() protoreflect.Message

func (*ReadBinaryFileResponse) Reset

func (x *ReadBinaryFileResponse) Reset()

func (*ReadBinaryFileResponse) String

func (x *ReadBinaryFileResponse) String() string

type ReadError

type ReadError struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadError) Descriptor deprecated

func (*ReadError) Descriptor() ([]byte, []int)

Deprecated: Use ReadError.ProtoReflect.Descriptor instead.

func (*ReadError) GetError

func (x *ReadError) GetError() string

func (*ReadError) GetPath

func (x *ReadError) GetPath() string

func (*ReadError) ProtoMessage

func (*ReadError) ProtoMessage()

func (*ReadError) ProtoReflect

func (x *ReadError) ProtoReflect() protoreflect.Message

func (*ReadError) Reset

func (x *ReadError) Reset()

func (*ReadError) String

func (x *ReadError) String() string

type ReadFileNotFound

type ReadFileNotFound struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadFileNotFound) Descriptor deprecated

func (*ReadFileNotFound) Descriptor() ([]byte, []int)

Deprecated: Use ReadFileNotFound.ProtoReflect.Descriptor instead.

func (*ReadFileNotFound) GetPath

func (x *ReadFileNotFound) GetPath() string

func (*ReadFileNotFound) ProtoMessage

func (*ReadFileNotFound) ProtoMessage()

func (*ReadFileNotFound) ProtoReflect

func (x *ReadFileNotFound) ProtoReflect() protoreflect.Message

func (*ReadFileNotFound) Reset

func (x *ReadFileNotFound) Reset()

func (*ReadFileNotFound) String

func (x *ReadFileNotFound) String() string

type ReadInvalidFile

type ReadInvalidFile struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadInvalidFile) Descriptor deprecated

func (*ReadInvalidFile) Descriptor() ([]byte, []int)

Deprecated: Use ReadInvalidFile.ProtoReflect.Descriptor instead.

func (*ReadInvalidFile) GetPath

func (x *ReadInvalidFile) GetPath() string

func (*ReadInvalidFile) GetReason

func (x *ReadInvalidFile) GetReason() string

func (*ReadInvalidFile) ProtoMessage

func (*ReadInvalidFile) ProtoMessage()

func (*ReadInvalidFile) ProtoReflect

func (x *ReadInvalidFile) ProtoReflect() protoreflect.Message

func (*ReadInvalidFile) Reset

func (x *ReadInvalidFile) Reset()

func (*ReadInvalidFile) String

func (x *ReadInvalidFile) String() string

type ReadLintsToolArgs

type ReadLintsToolArgs struct {
	Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadLintsToolArgs) Descriptor deprecated

func (*ReadLintsToolArgs) Descriptor() ([]byte, []int)

Deprecated: Use ReadLintsToolArgs.ProtoReflect.Descriptor instead.

func (*ReadLintsToolArgs) GetPaths

func (x *ReadLintsToolArgs) GetPaths() []string

func (*ReadLintsToolArgs) ProtoMessage

func (*ReadLintsToolArgs) ProtoMessage()

func (*ReadLintsToolArgs) ProtoReflect

func (x *ReadLintsToolArgs) ProtoReflect() protoreflect.Message

func (*ReadLintsToolArgs) Reset

func (x *ReadLintsToolArgs) Reset()

func (*ReadLintsToolArgs) String

func (x *ReadLintsToolArgs) String() string

type ReadLintsToolCall

type ReadLintsToolCall struct {
	Args   *ReadLintsToolArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ReadLintsToolResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadLintsToolCall) Descriptor deprecated

func (*ReadLintsToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ReadLintsToolCall.ProtoReflect.Descriptor instead.

func (*ReadLintsToolCall) GetArgs

func (x *ReadLintsToolCall) GetArgs() *ReadLintsToolArgs

func (*ReadLintsToolCall) GetResult

func (x *ReadLintsToolCall) GetResult() *ReadLintsToolResult

func (*ReadLintsToolCall) ProtoMessage

func (*ReadLintsToolCall) ProtoMessage()

func (*ReadLintsToolCall) ProtoReflect

func (x *ReadLintsToolCall) ProtoReflect() protoreflect.Message

func (*ReadLintsToolCall) Reset

func (x *ReadLintsToolCall) Reset()

func (*ReadLintsToolCall) String

func (x *ReadLintsToolCall) String() string

type ReadLintsToolError

type ReadLintsToolError struct {
	ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadLintsToolError) Descriptor deprecated

func (*ReadLintsToolError) Descriptor() ([]byte, []int)

Deprecated: Use ReadLintsToolError.ProtoReflect.Descriptor instead.

func (*ReadLintsToolError) GetErrorMessage

func (x *ReadLintsToolError) GetErrorMessage() string

func (*ReadLintsToolError) ProtoMessage

func (*ReadLintsToolError) ProtoMessage()

func (*ReadLintsToolError) ProtoReflect

func (x *ReadLintsToolError) ProtoReflect() protoreflect.Message

func (*ReadLintsToolError) Reset

func (x *ReadLintsToolError) Reset()

func (*ReadLintsToolError) String

func (x *ReadLintsToolError) String() string

type ReadLintsToolResult

type ReadLintsToolResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ReadLintsToolResult_Success
	//	*ReadLintsToolResult_Error
	Result isReadLintsToolResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ReadLintsToolResult) Descriptor deprecated

func (*ReadLintsToolResult) Descriptor() ([]byte, []int)

Deprecated: Use ReadLintsToolResult.ProtoReflect.Descriptor instead.

func (*ReadLintsToolResult) GetError

func (x *ReadLintsToolResult) GetError() *ReadLintsToolError

func (*ReadLintsToolResult) GetResult

func (x *ReadLintsToolResult) GetResult() isReadLintsToolResult_Result

func (*ReadLintsToolResult) GetSuccess

func (x *ReadLintsToolResult) GetSuccess() *ReadLintsToolSuccess

func (*ReadLintsToolResult) ProtoMessage

func (*ReadLintsToolResult) ProtoMessage()

func (*ReadLintsToolResult) ProtoReflect

func (x *ReadLintsToolResult) ProtoReflect() protoreflect.Message

func (*ReadLintsToolResult) Reset

func (x *ReadLintsToolResult) Reset()

func (*ReadLintsToolResult) String

func (x *ReadLintsToolResult) String() string

type ReadLintsToolResult_Error

type ReadLintsToolResult_Error struct {
	Error *ReadLintsToolError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ReadLintsToolResult_Success

type ReadLintsToolResult_Success struct {
	Success *ReadLintsToolSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ReadLintsToolSuccess

type ReadLintsToolSuccess struct {
	FileDiagnostics  []*FileDiagnostics `protobuf:"bytes,1,rep,name=file_diagnostics,json=fileDiagnostics,proto3" json:"file_diagnostics,omitempty"`
	TotalFiles       int32              `protobuf:"varint,2,opt,name=total_files,json=totalFiles,proto3" json:"total_files,omitempty"`
	TotalDiagnostics int32              `protobuf:"varint,3,opt,name=total_diagnostics,json=totalDiagnostics,proto3" json:"total_diagnostics,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadLintsToolSuccess) Descriptor deprecated

func (*ReadLintsToolSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ReadLintsToolSuccess.ProtoReflect.Descriptor instead.

func (*ReadLintsToolSuccess) GetFileDiagnostics

func (x *ReadLintsToolSuccess) GetFileDiagnostics() []*FileDiagnostics

func (*ReadLintsToolSuccess) GetTotalDiagnostics

func (x *ReadLintsToolSuccess) GetTotalDiagnostics() int32

func (*ReadLintsToolSuccess) GetTotalFiles

func (x *ReadLintsToolSuccess) GetTotalFiles() int32

func (*ReadLintsToolSuccess) ProtoMessage

func (*ReadLintsToolSuccess) ProtoMessage()

func (*ReadLintsToolSuccess) ProtoReflect

func (x *ReadLintsToolSuccess) ProtoReflect() protoreflect.Message

func (*ReadLintsToolSuccess) Reset

func (x *ReadLintsToolSuccess) Reset()

func (*ReadLintsToolSuccess) String

func (x *ReadLintsToolSuccess) String() string

type ReadMcpResourceError

type ReadMcpResourceError struct {
	Uri   string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceError) Descriptor deprecated

func (*ReadMcpResourceError) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceError.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceError) GetError

func (x *ReadMcpResourceError) GetError() string

func (*ReadMcpResourceError) GetUri

func (x *ReadMcpResourceError) GetUri() string

func (*ReadMcpResourceError) ProtoMessage

func (*ReadMcpResourceError) ProtoMessage()

func (*ReadMcpResourceError) ProtoReflect

func (x *ReadMcpResourceError) ProtoReflect() protoreflect.Message

func (*ReadMcpResourceError) Reset

func (x *ReadMcpResourceError) Reset()

func (*ReadMcpResourceError) String

func (x *ReadMcpResourceError) String() string

type ReadMcpResourceExecArgs

type ReadMcpResourceExecArgs struct {
	Server       string  `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Uri          string  `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
	DownloadPath *string `protobuf:"bytes,3,opt,name=download_path,json=downloadPath,proto3,oneof" json:"download_path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceExecArgs) Descriptor deprecated

func (*ReadMcpResourceExecArgs) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceExecArgs.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceExecArgs) GetDownloadPath

func (x *ReadMcpResourceExecArgs) GetDownloadPath() string

func (*ReadMcpResourceExecArgs) GetServer

func (x *ReadMcpResourceExecArgs) GetServer() string

func (*ReadMcpResourceExecArgs) GetUri

func (x *ReadMcpResourceExecArgs) GetUri() string

func (*ReadMcpResourceExecArgs) ProtoMessage

func (*ReadMcpResourceExecArgs) ProtoMessage()

func (*ReadMcpResourceExecArgs) ProtoReflect

func (x *ReadMcpResourceExecArgs) ProtoReflect() protoreflect.Message

func (*ReadMcpResourceExecArgs) Reset

func (x *ReadMcpResourceExecArgs) Reset()

func (*ReadMcpResourceExecArgs) String

func (x *ReadMcpResourceExecArgs) String() string

type ReadMcpResourceExecResult

type ReadMcpResourceExecResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ReadMcpResourceExecResult_Success
	//	*ReadMcpResourceExecResult_Error
	//	*ReadMcpResourceExecResult_Rejected
	//	*ReadMcpResourceExecResult_NotFound
	Result isReadMcpResourceExecResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceExecResult) Descriptor deprecated

func (*ReadMcpResourceExecResult) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceExecResult.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceExecResult) GetError

func (*ReadMcpResourceExecResult) GetNotFound

func (*ReadMcpResourceExecResult) GetRejected

func (*ReadMcpResourceExecResult) GetResult

func (x *ReadMcpResourceExecResult) GetResult() isReadMcpResourceExecResult_Result

func (*ReadMcpResourceExecResult) GetSuccess

func (*ReadMcpResourceExecResult) ProtoMessage

func (*ReadMcpResourceExecResult) ProtoMessage()

func (*ReadMcpResourceExecResult) ProtoReflect

func (*ReadMcpResourceExecResult) Reset

func (x *ReadMcpResourceExecResult) Reset()

func (*ReadMcpResourceExecResult) String

func (x *ReadMcpResourceExecResult) String() string

type ReadMcpResourceExecResult_Error

type ReadMcpResourceExecResult_Error struct {
	Error *ReadMcpResourceError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ReadMcpResourceExecResult_NotFound

type ReadMcpResourceExecResult_NotFound struct {
	NotFound *ReadMcpResourceNotFound `protobuf:"bytes,4,opt,name=not_found,json=notFound,proto3,oneof"`
}

type ReadMcpResourceExecResult_Rejected

type ReadMcpResourceExecResult_Rejected struct {
	Rejected *ReadMcpResourceRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type ReadMcpResourceExecResult_Success

type ReadMcpResourceExecResult_Success struct {
	Success *ReadMcpResourceSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ReadMcpResourceNotFound

type ReadMcpResourceNotFound struct {
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceNotFound) Descriptor deprecated

func (*ReadMcpResourceNotFound) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceNotFound.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceNotFound) GetUri

func (x *ReadMcpResourceNotFound) GetUri() string

func (*ReadMcpResourceNotFound) ProtoMessage

func (*ReadMcpResourceNotFound) ProtoMessage()

func (*ReadMcpResourceNotFound) ProtoReflect

func (x *ReadMcpResourceNotFound) ProtoReflect() protoreflect.Message

func (*ReadMcpResourceNotFound) Reset

func (x *ReadMcpResourceNotFound) Reset()

func (*ReadMcpResourceNotFound) String

func (x *ReadMcpResourceNotFound) String() string

type ReadMcpResourceRejected

type ReadMcpResourceRejected struct {
	Uri    string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceRejected) Descriptor deprecated

func (*ReadMcpResourceRejected) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceRejected.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceRejected) GetReason

func (x *ReadMcpResourceRejected) GetReason() string

func (*ReadMcpResourceRejected) GetUri

func (x *ReadMcpResourceRejected) GetUri() string

func (*ReadMcpResourceRejected) ProtoMessage

func (*ReadMcpResourceRejected) ProtoMessage()

func (*ReadMcpResourceRejected) ProtoReflect

func (x *ReadMcpResourceRejected) ProtoReflect() protoreflect.Message

func (*ReadMcpResourceRejected) Reset

func (x *ReadMcpResourceRejected) Reset()

func (*ReadMcpResourceRejected) String

func (x *ReadMcpResourceRejected) String() string

type ReadMcpResourceSuccess

type ReadMcpResourceSuccess struct {
	Uri          string            `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	Name         *string           `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Description  *string           `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"`
	MimeType     *string           `protobuf:"bytes,4,opt,name=mime_type,json=mimeType,proto3,oneof" json:"mime_type,omitempty"`
	Annotations  map[string]string `` /* 149-byte string literal not displayed */
	DownloadPath *string           `protobuf:"bytes,8,opt,name=download_path,json=downloadPath,proto3,oneof" json:"download_path,omitempty"`
	// Types that are valid to be assigned to Content:
	//
	//	*ReadMcpResourceSuccess_Text
	//	*ReadMcpResourceSuccess_Blob
	Content isReadMcpResourceSuccess_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceSuccess) Descriptor deprecated

func (*ReadMcpResourceSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceSuccess.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceSuccess) GetAnnotations

func (x *ReadMcpResourceSuccess) GetAnnotations() map[string]string

func (*ReadMcpResourceSuccess) GetBlob

func (x *ReadMcpResourceSuccess) GetBlob() []byte

func (*ReadMcpResourceSuccess) GetContent

func (x *ReadMcpResourceSuccess) GetContent() isReadMcpResourceSuccess_Content

func (*ReadMcpResourceSuccess) GetDescription

func (x *ReadMcpResourceSuccess) GetDescription() string

func (*ReadMcpResourceSuccess) GetDownloadPath

func (x *ReadMcpResourceSuccess) GetDownloadPath() string

func (*ReadMcpResourceSuccess) GetMimeType

func (x *ReadMcpResourceSuccess) GetMimeType() string

func (*ReadMcpResourceSuccess) GetName

func (x *ReadMcpResourceSuccess) GetName() string

func (*ReadMcpResourceSuccess) GetText

func (x *ReadMcpResourceSuccess) GetText() string

func (*ReadMcpResourceSuccess) GetUri

func (x *ReadMcpResourceSuccess) GetUri() string

func (*ReadMcpResourceSuccess) ProtoMessage

func (*ReadMcpResourceSuccess) ProtoMessage()

func (*ReadMcpResourceSuccess) ProtoReflect

func (x *ReadMcpResourceSuccess) ProtoReflect() protoreflect.Message

func (*ReadMcpResourceSuccess) Reset

func (x *ReadMcpResourceSuccess) Reset()

func (*ReadMcpResourceSuccess) String

func (x *ReadMcpResourceSuccess) String() string

type ReadMcpResourceSuccess_Blob

type ReadMcpResourceSuccess_Blob struct {
	Blob []byte `protobuf:"bytes,6,opt,name=blob,proto3,oneof"`
}

type ReadMcpResourceSuccess_Text

type ReadMcpResourceSuccess_Text struct {
	Text string `protobuf:"bytes,5,opt,name=text,proto3,oneof"`
}

type ReadMcpResourceToolCall

type ReadMcpResourceToolCall struct {
	Args   *ReadMcpResourceExecArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ReadMcpResourceExecResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadMcpResourceToolCall) Descriptor deprecated

func (*ReadMcpResourceToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ReadMcpResourceToolCall.ProtoReflect.Descriptor instead.

func (*ReadMcpResourceToolCall) GetArgs

func (*ReadMcpResourceToolCall) GetResult

func (*ReadMcpResourceToolCall) ProtoMessage

func (*ReadMcpResourceToolCall) ProtoMessage()

func (*ReadMcpResourceToolCall) ProtoReflect

func (x *ReadMcpResourceToolCall) ProtoReflect() protoreflect.Message

func (*ReadMcpResourceToolCall) Reset

func (x *ReadMcpResourceToolCall) Reset()

func (*ReadMcpResourceToolCall) String

func (x *ReadMcpResourceToolCall) String() string

type ReadPermissionDenied

type ReadPermissionDenied struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadPermissionDenied) Descriptor deprecated

func (*ReadPermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use ReadPermissionDenied.ProtoReflect.Descriptor instead.

func (*ReadPermissionDenied) GetPath

func (x *ReadPermissionDenied) GetPath() string

func (*ReadPermissionDenied) ProtoMessage

func (*ReadPermissionDenied) ProtoMessage()

func (*ReadPermissionDenied) ProtoReflect

func (x *ReadPermissionDenied) ProtoReflect() protoreflect.Message

func (*ReadPermissionDenied) Reset

func (x *ReadPermissionDenied) Reset()

func (*ReadPermissionDenied) String

func (x *ReadPermissionDenied) String() string

type ReadRange

type ReadRange struct {
	StartLine uint32 `protobuf:"varint,1,opt,name=start_line,json=startLine,proto3" json:"start_line,omitempty"`
	EndLine   uint32 `protobuf:"varint,2,opt,name=end_line,json=endLine,proto3" json:"end_line,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRange) Descriptor deprecated

func (*ReadRange) Descriptor() ([]byte, []int)

Deprecated: Use ReadRange.ProtoReflect.Descriptor instead.

func (*ReadRange) GetEndLine

func (x *ReadRange) GetEndLine() uint32

func (*ReadRange) GetStartLine

func (x *ReadRange) GetStartLine() uint32

func (*ReadRange) ProtoMessage

func (*ReadRange) ProtoMessage()

func (*ReadRange) ProtoReflect

func (x *ReadRange) ProtoReflect() protoreflect.Message

func (*ReadRange) Reset

func (x *ReadRange) Reset()

func (*ReadRange) String

func (x *ReadRange) String() string

type ReadRejected

type ReadRejected struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRejected) Descriptor deprecated

func (*ReadRejected) Descriptor() ([]byte, []int)

Deprecated: Use ReadRejected.ProtoReflect.Descriptor instead.

func (*ReadRejected) GetPath

func (x *ReadRejected) GetPath() string

func (*ReadRejected) GetReason

func (x *ReadRejected) GetReason() string

func (*ReadRejected) ProtoMessage

func (*ReadRejected) ProtoMessage()

func (*ReadRejected) ProtoReflect

func (x *ReadRejected) ProtoReflect() protoreflect.Message

func (*ReadRejected) Reset

func (x *ReadRejected) Reset()

func (*ReadRejected) String

func (x *ReadRejected) String() string

type ReadResult

type ReadResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ReadResult_Success
	//	*ReadResult_Error
	//	*ReadResult_Rejected
	//	*ReadResult_FileNotFound
	//	*ReadResult_PermissionDenied
	//	*ReadResult_InvalidFile
	Result isReadResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ReadResult) Descriptor deprecated

func (*ReadResult) Descriptor() ([]byte, []int)

Deprecated: Use ReadResult.ProtoReflect.Descriptor instead.

func (*ReadResult) GetError

func (x *ReadResult) GetError() *ReadError

func (*ReadResult) GetFileNotFound

func (x *ReadResult) GetFileNotFound() *ReadFileNotFound

func (*ReadResult) GetInvalidFile

func (x *ReadResult) GetInvalidFile() *ReadInvalidFile

func (*ReadResult) GetPermissionDenied

func (x *ReadResult) GetPermissionDenied() *ReadPermissionDenied

func (*ReadResult) GetRejected

func (x *ReadResult) GetRejected() *ReadRejected

func (*ReadResult) GetResult

func (x *ReadResult) GetResult() isReadResult_Result

func (*ReadResult) GetSuccess

func (x *ReadResult) GetSuccess() *ReadSuccess

func (*ReadResult) ProtoMessage

func (*ReadResult) ProtoMessage()

func (*ReadResult) ProtoReflect

func (x *ReadResult) ProtoReflect() protoreflect.Message

func (*ReadResult) Reset

func (x *ReadResult) Reset()

func (*ReadResult) String

func (x *ReadResult) String() string

type ReadResult_Error

type ReadResult_Error struct {
	Error *ReadError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ReadResult_FileNotFound

type ReadResult_FileNotFound struct {
	FileNotFound *ReadFileNotFound `protobuf:"bytes,4,opt,name=file_not_found,json=fileNotFound,proto3,oneof"`
}

type ReadResult_InvalidFile

type ReadResult_InvalidFile struct {
	InvalidFile *ReadInvalidFile `protobuf:"bytes,6,opt,name=invalid_file,json=invalidFile,proto3,oneof"`
}

type ReadResult_PermissionDenied

type ReadResult_PermissionDenied struct {
	PermissionDenied *ReadPermissionDenied `protobuf:"bytes,5,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type ReadResult_Rejected

type ReadResult_Rejected struct {
	Rejected *ReadRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type ReadResult_Success

type ReadResult_Success struct {
	Success *ReadSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ReadSuccess

type ReadSuccess struct {
	Path         string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	TotalLines   int32  `protobuf:"varint,3,opt,name=total_lines,json=totalLines,proto3" json:"total_lines,omitempty"`
	FileSize     int64  `protobuf:"varint,4,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	Truncated    bool   `protobuf:"varint,6,opt,name=truncated,proto3" json:"truncated,omitempty"`
	OutputBlobId []byte `protobuf:"bytes,7,opt,name=output_blob_id,json=outputBlobId,proto3,oneof" json:"output_blob_id,omitempty"`
	// Types that are valid to be assigned to Output:
	//
	//	*ReadSuccess_Content
	//	*ReadSuccess_Data
	Output isReadSuccess_Output `protobuf_oneof:"output"`
	// contains filtered or unexported fields
}

func (*ReadSuccess) Descriptor deprecated

func (*ReadSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ReadSuccess.ProtoReflect.Descriptor instead.

func (*ReadSuccess) GetContent

func (x *ReadSuccess) GetContent() string

func (*ReadSuccess) GetData

func (x *ReadSuccess) GetData() []byte

func (*ReadSuccess) GetFileSize

func (x *ReadSuccess) GetFileSize() int64

func (*ReadSuccess) GetOutput

func (x *ReadSuccess) GetOutput() isReadSuccess_Output

func (*ReadSuccess) GetOutputBlobId

func (x *ReadSuccess) GetOutputBlobId() []byte

func (*ReadSuccess) GetPath

func (x *ReadSuccess) GetPath() string

func (*ReadSuccess) GetTotalLines

func (x *ReadSuccess) GetTotalLines() int32

func (*ReadSuccess) GetTruncated

func (x *ReadSuccess) GetTruncated() bool

func (*ReadSuccess) ProtoMessage

func (*ReadSuccess) ProtoMessage()

func (*ReadSuccess) ProtoReflect

func (x *ReadSuccess) ProtoReflect() protoreflect.Message

func (*ReadSuccess) Reset

func (x *ReadSuccess) Reset()

func (*ReadSuccess) String

func (x *ReadSuccess) String() string

type ReadSuccess_Content

type ReadSuccess_Content struct {
	Content string `protobuf:"bytes,2,opt,name=content,proto3,oneof"`
}

type ReadSuccess_Data

type ReadSuccess_Data struct {
	Data []byte `protobuf:"bytes,5,opt,name=data,proto3,oneof"`
}

type ReadTextFileRequest

type ReadTextFileRequest struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadTextFileRequest) Descriptor deprecated

func (*ReadTextFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReadTextFileRequest.ProtoReflect.Descriptor instead.

func (*ReadTextFileRequest) GetPath

func (x *ReadTextFileRequest) GetPath() string

func (*ReadTextFileRequest) ProtoMessage

func (*ReadTextFileRequest) ProtoMessage()

func (*ReadTextFileRequest) ProtoReflect

func (x *ReadTextFileRequest) ProtoReflect() protoreflect.Message

func (*ReadTextFileRequest) Reset

func (x *ReadTextFileRequest) Reset()

func (*ReadTextFileRequest) String

func (x *ReadTextFileRequest) String() string

type ReadTextFileResponse

type ReadTextFileResponse struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadTextFileResponse) Descriptor deprecated

func (*ReadTextFileResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReadTextFileResponse.ProtoReflect.Descriptor instead.

func (*ReadTextFileResponse) GetContent

func (x *ReadTextFileResponse) GetContent() string

func (*ReadTextFileResponse) ProtoMessage

func (*ReadTextFileResponse) ProtoMessage()

func (*ReadTextFileResponse) ProtoReflect

func (x *ReadTextFileResponse) ProtoReflect() protoreflect.Message

func (*ReadTextFileResponse) Reset

func (x *ReadTextFileResponse) Reset()

func (*ReadTextFileResponse) String

func (x *ReadTextFileResponse) String() string

type ReadTodosArgs

type ReadTodosArgs struct {
	StatusFilter []int32  `protobuf:"varint,1,rep,packed,name=status_filter,json=statusFilter,proto3" json:"status_filter,omitempty"`
	IdFilter     []string `protobuf:"bytes,2,rep,name=id_filter,json=idFilter,proto3" json:"id_filter,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadTodosArgs) Descriptor deprecated

func (*ReadTodosArgs) Descriptor() ([]byte, []int)

Deprecated: Use ReadTodosArgs.ProtoReflect.Descriptor instead.

func (*ReadTodosArgs) GetIdFilter

func (x *ReadTodosArgs) GetIdFilter() []string

func (*ReadTodosArgs) GetStatusFilter

func (x *ReadTodosArgs) GetStatusFilter() []int32

func (*ReadTodosArgs) ProtoMessage

func (*ReadTodosArgs) ProtoMessage()

func (*ReadTodosArgs) ProtoReflect

func (x *ReadTodosArgs) ProtoReflect() protoreflect.Message

func (*ReadTodosArgs) Reset

func (x *ReadTodosArgs) Reset()

func (*ReadTodosArgs) String

func (x *ReadTodosArgs) String() string

type ReadTodosError

type ReadTodosError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadTodosError) Descriptor deprecated

func (*ReadTodosError) Descriptor() ([]byte, []int)

Deprecated: Use ReadTodosError.ProtoReflect.Descriptor instead.

func (*ReadTodosError) GetError

func (x *ReadTodosError) GetError() string

func (*ReadTodosError) ProtoMessage

func (*ReadTodosError) ProtoMessage()

func (*ReadTodosError) ProtoReflect

func (x *ReadTodosError) ProtoReflect() protoreflect.Message

func (*ReadTodosError) Reset

func (x *ReadTodosError) Reset()

func (*ReadTodosError) String

func (x *ReadTodosError) String() string

type ReadTodosResult

type ReadTodosResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ReadTodosResult_Success
	//	*ReadTodosResult_Error
	Result isReadTodosResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ReadTodosResult) Descriptor deprecated

func (*ReadTodosResult) Descriptor() ([]byte, []int)

Deprecated: Use ReadTodosResult.ProtoReflect.Descriptor instead.

func (*ReadTodosResult) GetError

func (x *ReadTodosResult) GetError() *ReadTodosError

func (*ReadTodosResult) GetResult

func (x *ReadTodosResult) GetResult() isReadTodosResult_Result

func (*ReadTodosResult) GetSuccess

func (x *ReadTodosResult) GetSuccess() *ReadTodosSuccess

func (*ReadTodosResult) ProtoMessage

func (*ReadTodosResult) ProtoMessage()

func (*ReadTodosResult) ProtoReflect

func (x *ReadTodosResult) ProtoReflect() protoreflect.Message

func (*ReadTodosResult) Reset

func (x *ReadTodosResult) Reset()

func (*ReadTodosResult) String

func (x *ReadTodosResult) String() string

type ReadTodosResult_Error

type ReadTodosResult_Error struct {
	Error *ReadTodosError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ReadTodosResult_Success

type ReadTodosResult_Success struct {
	Success *ReadTodosSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ReadTodosSuccess

type ReadTodosSuccess struct {
	Todos      []*TodoItem `protobuf:"bytes,1,rep,name=todos,proto3" json:"todos,omitempty"`
	TotalCount int32       `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadTodosSuccess) Descriptor deprecated

func (*ReadTodosSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ReadTodosSuccess.ProtoReflect.Descriptor instead.

func (*ReadTodosSuccess) GetTodos

func (x *ReadTodosSuccess) GetTodos() []*TodoItem

func (*ReadTodosSuccess) GetTotalCount

func (x *ReadTodosSuccess) GetTotalCount() int32

func (*ReadTodosSuccess) ProtoMessage

func (*ReadTodosSuccess) ProtoMessage()

func (*ReadTodosSuccess) ProtoReflect

func (x *ReadTodosSuccess) ProtoReflect() protoreflect.Message

func (*ReadTodosSuccess) Reset

func (x *ReadTodosSuccess) Reset()

func (*ReadTodosSuccess) String

func (x *ReadTodosSuccess) String() string

type ReadTodosToolCall

type ReadTodosToolCall struct {
	Args   *ReadTodosArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ReadTodosResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadTodosToolCall) Descriptor deprecated

func (*ReadTodosToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ReadTodosToolCall.ProtoReflect.Descriptor instead.

func (*ReadTodosToolCall) GetArgs

func (x *ReadTodosToolCall) GetArgs() *ReadTodosArgs

func (*ReadTodosToolCall) GetResult

func (x *ReadTodosToolCall) GetResult() *ReadTodosResult

func (*ReadTodosToolCall) ProtoMessage

func (*ReadTodosToolCall) ProtoMessage()

func (*ReadTodosToolCall) ProtoReflect

func (x *ReadTodosToolCall) ProtoReflect() protoreflect.Message

func (*ReadTodosToolCall) Reset

func (x *ReadTodosToolCall) Reset()

func (*ReadTodosToolCall) String

func (x *ReadTodosToolCall) String() string

type ReadToolArgs

type ReadToolArgs struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Offset *int32 `protobuf:"varint,2,opt,name=offset,proto3,oneof" json:"offset,omitempty"`
	Limit  *int32 `protobuf:"varint,3,opt,name=limit,proto3,oneof" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadToolArgs) Descriptor deprecated

func (*ReadToolArgs) Descriptor() ([]byte, []int)

Deprecated: Use ReadToolArgs.ProtoReflect.Descriptor instead.

func (*ReadToolArgs) GetLimit

func (x *ReadToolArgs) GetLimit() int32

func (*ReadToolArgs) GetOffset

func (x *ReadToolArgs) GetOffset() int32

func (*ReadToolArgs) GetPath

func (x *ReadToolArgs) GetPath() string

func (*ReadToolArgs) ProtoMessage

func (*ReadToolArgs) ProtoMessage()

func (*ReadToolArgs) ProtoReflect

func (x *ReadToolArgs) ProtoReflect() protoreflect.Message

func (*ReadToolArgs) Reset

func (x *ReadToolArgs) Reset()

func (*ReadToolArgs) String

func (x *ReadToolArgs) String() string

type ReadToolCall

type ReadToolCall struct {
	Args   *ReadToolArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ReadToolResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadToolCall) Descriptor deprecated

func (*ReadToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ReadToolCall.ProtoReflect.Descriptor instead.

func (*ReadToolCall) GetArgs

func (x *ReadToolCall) GetArgs() *ReadToolArgs

func (*ReadToolCall) GetResult

func (x *ReadToolCall) GetResult() *ReadToolResult

func (*ReadToolCall) ProtoMessage

func (*ReadToolCall) ProtoMessage()

func (*ReadToolCall) ProtoReflect

func (x *ReadToolCall) ProtoReflect() protoreflect.Message

func (*ReadToolCall) Reset

func (x *ReadToolCall) Reset()

func (*ReadToolCall) String

func (x *ReadToolCall) String() string

type ReadToolError

type ReadToolError struct {
	ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadToolError) Descriptor deprecated

func (*ReadToolError) Descriptor() ([]byte, []int)

Deprecated: Use ReadToolError.ProtoReflect.Descriptor instead.

func (*ReadToolError) GetErrorMessage

func (x *ReadToolError) GetErrorMessage() string

func (*ReadToolError) ProtoMessage

func (*ReadToolError) ProtoMessage()

func (*ReadToolError) ProtoReflect

func (x *ReadToolError) ProtoReflect() protoreflect.Message

func (*ReadToolError) Reset

func (x *ReadToolError) Reset()

func (*ReadToolError) String

func (x *ReadToolError) String() string

type ReadToolResult

type ReadToolResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ReadToolResult_Success
	//	*ReadToolResult_Error
	Result isReadToolResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ReadToolResult) Descriptor deprecated

func (*ReadToolResult) Descriptor() ([]byte, []int)

Deprecated: Use ReadToolResult.ProtoReflect.Descriptor instead.

func (*ReadToolResult) GetError

func (x *ReadToolResult) GetError() *ReadToolError

func (*ReadToolResult) GetResult

func (x *ReadToolResult) GetResult() isReadToolResult_Result

func (*ReadToolResult) GetSuccess

func (x *ReadToolResult) GetSuccess() *ReadToolSuccess

func (*ReadToolResult) ProtoMessage

func (*ReadToolResult) ProtoMessage()

func (*ReadToolResult) ProtoReflect

func (x *ReadToolResult) ProtoReflect() protoreflect.Message

func (*ReadToolResult) Reset

func (x *ReadToolResult) Reset()

func (*ReadToolResult) String

func (x *ReadToolResult) String() string

type ReadToolResult_Error

type ReadToolResult_Error struct {
	Error *ReadToolError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ReadToolResult_Success

type ReadToolResult_Success struct {
	Success *ReadToolSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ReadToolSuccess

type ReadToolSuccess struct {
	IsEmpty       bool       `protobuf:"varint,2,opt,name=is_empty,json=isEmpty,proto3" json:"is_empty,omitempty"`
	ExceededLimit bool       `protobuf:"varint,3,opt,name=exceeded_limit,json=exceededLimit,proto3" json:"exceeded_limit,omitempty"`
	TotalLines    uint32     `protobuf:"varint,4,opt,name=total_lines,json=totalLines,proto3" json:"total_lines,omitempty"`
	FileSize      uint32     `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	Path          string     `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
	ReadRange     *ReadRange `protobuf:"bytes,8,opt,name=read_range,json=readRange,proto3,oneof" json:"read_range,omitempty"`
	// Types that are valid to be assigned to Output:
	//
	//	*ReadToolSuccess_Content
	//	*ReadToolSuccess_Data
	//	*ReadToolSuccess_DataBlobId
	//	*ReadToolSuccess_ContentBlobId
	Output isReadToolSuccess_Output `protobuf_oneof:"output"`
	// contains filtered or unexported fields
}

func (*ReadToolSuccess) Descriptor deprecated

func (*ReadToolSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ReadToolSuccess.ProtoReflect.Descriptor instead.

func (*ReadToolSuccess) GetContent

func (x *ReadToolSuccess) GetContent() string

func (*ReadToolSuccess) GetContentBlobId

func (x *ReadToolSuccess) GetContentBlobId() []byte

func (*ReadToolSuccess) GetData

func (x *ReadToolSuccess) GetData() []byte

func (*ReadToolSuccess) GetDataBlobId

func (x *ReadToolSuccess) GetDataBlobId() []byte

func (*ReadToolSuccess) GetExceededLimit

func (x *ReadToolSuccess) GetExceededLimit() bool

func (*ReadToolSuccess) GetFileSize

func (x *ReadToolSuccess) GetFileSize() uint32

func (*ReadToolSuccess) GetIsEmpty

func (x *ReadToolSuccess) GetIsEmpty() bool

func (*ReadToolSuccess) GetOutput

func (x *ReadToolSuccess) GetOutput() isReadToolSuccess_Output

func (*ReadToolSuccess) GetPath

func (x *ReadToolSuccess) GetPath() string

func (*ReadToolSuccess) GetReadRange

func (x *ReadToolSuccess) GetReadRange() *ReadRange

func (*ReadToolSuccess) GetTotalLines

func (x *ReadToolSuccess) GetTotalLines() uint32

func (*ReadToolSuccess) ProtoMessage

func (*ReadToolSuccess) ProtoMessage()

func (*ReadToolSuccess) ProtoReflect

func (x *ReadToolSuccess) ProtoReflect() protoreflect.Message

func (*ReadToolSuccess) Reset

func (x *ReadToolSuccess) Reset()

func (*ReadToolSuccess) String

func (x *ReadToolSuccess) String() string

type ReadToolSuccess_Content

type ReadToolSuccess_Content struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3,oneof"`
}

type ReadToolSuccess_ContentBlobId

type ReadToolSuccess_ContentBlobId struct {
	ContentBlobId []byte `protobuf:"bytes,10,opt,name=content_blob_id,json=contentBlobId,proto3,oneof"`
}

type ReadToolSuccess_Data

type ReadToolSuccess_Data struct {
	Data []byte `protobuf:"bytes,6,opt,name=data,proto3,oneof"`
}

type ReadToolSuccess_DataBlobId

type ReadToolSuccess_DataBlobId struct {
	DataBlobId []byte `protobuf:"bytes,9,opt,name=data_blob_id,json=dataBlobId,proto3,oneof"`
}

type RecordScreenArgs

type RecordScreenArgs struct {
	Mode           int32   `protobuf:"varint,1,opt,name=mode,proto3" json:"mode,omitempty"`
	ToolCallId     string  `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	SaveAsFilename *string `protobuf:"bytes,3,opt,name=save_as_filename,json=saveAsFilename,proto3,oneof" json:"save_as_filename,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordScreenArgs) Descriptor deprecated

func (*RecordScreenArgs) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenArgs.ProtoReflect.Descriptor instead.

func (*RecordScreenArgs) GetMode

func (x *RecordScreenArgs) GetMode() int32

func (*RecordScreenArgs) GetSaveAsFilename

func (x *RecordScreenArgs) GetSaveAsFilename() string

func (*RecordScreenArgs) GetToolCallId

func (x *RecordScreenArgs) GetToolCallId() string

func (*RecordScreenArgs) ProtoMessage

func (*RecordScreenArgs) ProtoMessage()

func (*RecordScreenArgs) ProtoReflect

func (x *RecordScreenArgs) ProtoReflect() protoreflect.Message

func (*RecordScreenArgs) Reset

func (x *RecordScreenArgs) Reset()

func (*RecordScreenArgs) String

func (x *RecordScreenArgs) String() string

type RecordScreenDiscardSuccess

type RecordScreenDiscardSuccess struct {
	// contains filtered or unexported fields
}

func (*RecordScreenDiscardSuccess) Descriptor deprecated

func (*RecordScreenDiscardSuccess) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenDiscardSuccess.ProtoReflect.Descriptor instead.

func (*RecordScreenDiscardSuccess) ProtoMessage

func (*RecordScreenDiscardSuccess) ProtoMessage()

func (*RecordScreenDiscardSuccess) ProtoReflect

func (*RecordScreenDiscardSuccess) Reset

func (x *RecordScreenDiscardSuccess) Reset()

func (*RecordScreenDiscardSuccess) String

func (x *RecordScreenDiscardSuccess) String() string

type RecordScreenFailure

type RecordScreenFailure struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordScreenFailure) Descriptor deprecated

func (*RecordScreenFailure) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenFailure.ProtoReflect.Descriptor instead.

func (*RecordScreenFailure) GetError

func (x *RecordScreenFailure) GetError() string

func (*RecordScreenFailure) ProtoMessage

func (*RecordScreenFailure) ProtoMessage()

func (*RecordScreenFailure) ProtoReflect

func (x *RecordScreenFailure) ProtoReflect() protoreflect.Message

func (*RecordScreenFailure) Reset

func (x *RecordScreenFailure) Reset()

func (*RecordScreenFailure) String

func (x *RecordScreenFailure) String() string

type RecordScreenResult

type RecordScreenResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*RecordScreenResult_StartSuccess
	//	*RecordScreenResult_SaveSuccess
	//	*RecordScreenResult_DiscardSuccess
	//	*RecordScreenResult_Failure
	Result isRecordScreenResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*RecordScreenResult) Descriptor deprecated

func (*RecordScreenResult) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenResult.ProtoReflect.Descriptor instead.

func (*RecordScreenResult) GetDiscardSuccess

func (x *RecordScreenResult) GetDiscardSuccess() *RecordScreenDiscardSuccess

func (*RecordScreenResult) GetFailure

func (x *RecordScreenResult) GetFailure() *RecordScreenFailure

func (*RecordScreenResult) GetResult

func (x *RecordScreenResult) GetResult() isRecordScreenResult_Result

func (*RecordScreenResult) GetSaveSuccess

func (x *RecordScreenResult) GetSaveSuccess() *RecordScreenSaveSuccess

func (*RecordScreenResult) GetStartSuccess

func (x *RecordScreenResult) GetStartSuccess() *RecordScreenStartSuccess

func (*RecordScreenResult) ProtoMessage

func (*RecordScreenResult) ProtoMessage()

func (*RecordScreenResult) ProtoReflect

func (x *RecordScreenResult) ProtoReflect() protoreflect.Message

func (*RecordScreenResult) Reset

func (x *RecordScreenResult) Reset()

func (*RecordScreenResult) String

func (x *RecordScreenResult) String() string

type RecordScreenResult_DiscardSuccess

type RecordScreenResult_DiscardSuccess struct {
	DiscardSuccess *RecordScreenDiscardSuccess `protobuf:"bytes,3,opt,name=discard_success,json=discardSuccess,proto3,oneof"`
}

type RecordScreenResult_Failure

type RecordScreenResult_Failure struct {
	Failure *RecordScreenFailure `protobuf:"bytes,4,opt,name=failure,proto3,oneof"`
}

type RecordScreenResult_SaveSuccess

type RecordScreenResult_SaveSuccess struct {
	SaveSuccess *RecordScreenSaveSuccess `protobuf:"bytes,2,opt,name=save_success,json=saveSuccess,proto3,oneof"`
}

type RecordScreenResult_StartSuccess

type RecordScreenResult_StartSuccess struct {
	StartSuccess *RecordScreenStartSuccess `protobuf:"bytes,1,opt,name=start_success,json=startSuccess,proto3,oneof"`
}

type RecordScreenSaveSuccess

type RecordScreenSaveSuccess struct {
	Path                            string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	RecordingDurationMs             int64  `protobuf:"varint,2,opt,name=recording_duration_ms,json=recordingDurationMs,proto3" json:"recording_duration_ms,omitempty"`
	RequestedFilePathRejectedReason *int32 `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RecordScreenSaveSuccess) Descriptor deprecated

func (*RecordScreenSaveSuccess) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenSaveSuccess.ProtoReflect.Descriptor instead.

func (*RecordScreenSaveSuccess) GetPath

func (x *RecordScreenSaveSuccess) GetPath() string

func (*RecordScreenSaveSuccess) GetRecordingDurationMs

func (x *RecordScreenSaveSuccess) GetRecordingDurationMs() int64

func (*RecordScreenSaveSuccess) GetRequestedFilePathRejectedReason

func (x *RecordScreenSaveSuccess) GetRequestedFilePathRejectedReason() int32

func (*RecordScreenSaveSuccess) ProtoMessage

func (*RecordScreenSaveSuccess) ProtoMessage()

func (*RecordScreenSaveSuccess) ProtoReflect

func (x *RecordScreenSaveSuccess) ProtoReflect() protoreflect.Message

func (*RecordScreenSaveSuccess) Reset

func (x *RecordScreenSaveSuccess) Reset()

func (*RecordScreenSaveSuccess) String

func (x *RecordScreenSaveSuccess) String() string

type RecordScreenStartSuccess

type RecordScreenStartSuccess struct {
	WasPriorRecordingCancelled bool `` /* 144-byte string literal not displayed */
	WasSaveAsFilenameIgnored   bool `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RecordScreenStartSuccess) Descriptor deprecated

func (*RecordScreenStartSuccess) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenStartSuccess.ProtoReflect.Descriptor instead.

func (*RecordScreenStartSuccess) GetWasPriorRecordingCancelled

func (x *RecordScreenStartSuccess) GetWasPriorRecordingCancelled() bool

func (*RecordScreenStartSuccess) GetWasSaveAsFilenameIgnored

func (x *RecordScreenStartSuccess) GetWasSaveAsFilenameIgnored() bool

func (*RecordScreenStartSuccess) ProtoMessage

func (*RecordScreenStartSuccess) ProtoMessage()

func (*RecordScreenStartSuccess) ProtoReflect

func (x *RecordScreenStartSuccess) ProtoReflect() protoreflect.Message

func (*RecordScreenStartSuccess) Reset

func (x *RecordScreenStartSuccess) Reset()

func (*RecordScreenStartSuccess) String

func (x *RecordScreenStartSuccess) String() string

type RecordScreenToolCall

type RecordScreenToolCall struct {
	Args   *RecordScreenArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *RecordScreenResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordScreenToolCall) Descriptor deprecated

func (*RecordScreenToolCall) Descriptor() ([]byte, []int)

Deprecated: Use RecordScreenToolCall.ProtoReflect.Descriptor instead.

func (*RecordScreenToolCall) GetArgs

func (x *RecordScreenToolCall) GetArgs() *RecordScreenArgs

func (*RecordScreenToolCall) GetResult

func (x *RecordScreenToolCall) GetResult() *RecordScreenResult

func (*RecordScreenToolCall) ProtoMessage

func (*RecordScreenToolCall) ProtoMessage()

func (*RecordScreenToolCall) ProtoReflect

func (x *RecordScreenToolCall) ProtoReflect() protoreflect.Message

func (*RecordScreenToolCall) Reset

func (x *RecordScreenToolCall) Reset()

func (*RecordScreenToolCall) String

func (x *RecordScreenToolCall) String() string

type RecordingMode

type RecordingMode int32
const (
	RecordingMode_RECORDING_MODE_UNSPECIFIED       RecordingMode = 0
	RecordingMode_RECORDING_MODE_START_RECORDING   RecordingMode = 1
	RecordingMode_RECORDING_MODE_SAVE_RECORDING    RecordingMode = 2
	RecordingMode_RECORDING_MODE_DISCARD_RECORDING RecordingMode = 3
)

func (RecordingMode) Descriptor

func (RecordingMode) Enum

func (x RecordingMode) Enum() *RecordingMode

func (RecordingMode) EnumDescriptor deprecated

func (RecordingMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use RecordingMode.Descriptor instead.

func (RecordingMode) Number

func (RecordingMode) String

func (x RecordingMode) String() string

func (RecordingMode) Type

type ReflectArgs

type ReflectArgs struct {
	UnexpectedActionOutcomes string `` /* 135-byte string literal not displayed */
	RelevantInstructions     string `protobuf:"bytes,2,opt,name=relevant_instructions,json=relevantInstructions,proto3" json:"relevant_instructions,omitempty"`
	ScenarioAnalysis         string `protobuf:"bytes,3,opt,name=scenario_analysis,json=scenarioAnalysis,proto3" json:"scenario_analysis,omitempty"`
	CriticalSynthesis        string `protobuf:"bytes,4,opt,name=critical_synthesis,json=criticalSynthesis,proto3" json:"critical_synthesis,omitempty"`
	NextSteps                string `protobuf:"bytes,5,opt,name=next_steps,json=nextSteps,proto3" json:"next_steps,omitempty"`
	ToolCallId               string `protobuf:"bytes,6,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReflectArgs) Descriptor deprecated

func (*ReflectArgs) Descriptor() ([]byte, []int)

Deprecated: Use ReflectArgs.ProtoReflect.Descriptor instead.

func (*ReflectArgs) GetCriticalSynthesis

func (x *ReflectArgs) GetCriticalSynthesis() string

func (*ReflectArgs) GetNextSteps

func (x *ReflectArgs) GetNextSteps() string

func (*ReflectArgs) GetRelevantInstructions

func (x *ReflectArgs) GetRelevantInstructions() string

func (*ReflectArgs) GetScenarioAnalysis

func (x *ReflectArgs) GetScenarioAnalysis() string

func (*ReflectArgs) GetToolCallId

func (x *ReflectArgs) GetToolCallId() string

func (*ReflectArgs) GetUnexpectedActionOutcomes

func (x *ReflectArgs) GetUnexpectedActionOutcomes() string

func (*ReflectArgs) ProtoMessage

func (*ReflectArgs) ProtoMessage()

func (*ReflectArgs) ProtoReflect

func (x *ReflectArgs) ProtoReflect() protoreflect.Message

func (*ReflectArgs) Reset

func (x *ReflectArgs) Reset()

func (*ReflectArgs) String

func (x *ReflectArgs) String() string

type ReflectError

type ReflectError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ReflectError) Descriptor deprecated

func (*ReflectError) Descriptor() ([]byte, []int)

Deprecated: Use ReflectError.ProtoReflect.Descriptor instead.

func (*ReflectError) GetError

func (x *ReflectError) GetError() string

func (*ReflectError) ProtoMessage

func (*ReflectError) ProtoMessage()

func (*ReflectError) ProtoReflect

func (x *ReflectError) ProtoReflect() protoreflect.Message

func (*ReflectError) Reset

func (x *ReflectError) Reset()

func (*ReflectError) String

func (x *ReflectError) String() string

type ReflectResult

type ReflectResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*ReflectResult_Success
	//	*ReflectResult_Error
	Result isReflectResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ReflectResult) Descriptor deprecated

func (*ReflectResult) Descriptor() ([]byte, []int)

Deprecated: Use ReflectResult.ProtoReflect.Descriptor instead.

func (*ReflectResult) GetError

func (x *ReflectResult) GetError() *ReflectError

func (*ReflectResult) GetResult

func (x *ReflectResult) GetResult() isReflectResult_Result

func (*ReflectResult) GetSuccess

func (x *ReflectResult) GetSuccess() *ReflectSuccess

func (*ReflectResult) ProtoMessage

func (*ReflectResult) ProtoMessage()

func (*ReflectResult) ProtoReflect

func (x *ReflectResult) ProtoReflect() protoreflect.Message

func (*ReflectResult) Reset

func (x *ReflectResult) Reset()

func (*ReflectResult) String

func (x *ReflectResult) String() string

type ReflectResult_Error

type ReflectResult_Error struct {
	Error *ReflectError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ReflectResult_Success

type ReflectResult_Success struct {
	Success *ReflectSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ReflectSuccess

type ReflectSuccess struct {
	// contains filtered or unexported fields
}

func (*ReflectSuccess) Descriptor deprecated

func (*ReflectSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ReflectSuccess.ProtoReflect.Descriptor instead.

func (*ReflectSuccess) ProtoMessage

func (*ReflectSuccess) ProtoMessage()

func (*ReflectSuccess) ProtoReflect

func (x *ReflectSuccess) ProtoReflect() protoreflect.Message

func (*ReflectSuccess) Reset

func (x *ReflectSuccess) Reset()

func (*ReflectSuccess) String

func (x *ReflectSuccess) String() string

type ReflectToolCall

type ReflectToolCall struct {
	Args   *ReflectArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ReflectResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ReflectToolCall) Descriptor deprecated

func (*ReflectToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ReflectToolCall.ProtoReflect.Descriptor instead.

func (*ReflectToolCall) GetArgs

func (x *ReflectToolCall) GetArgs() *ReflectArgs

func (*ReflectToolCall) GetResult

func (x *ReflectToolCall) GetResult() *ReflectResult

func (*ReflectToolCall) ProtoMessage

func (*ReflectToolCall) ProtoMessage()

func (*ReflectToolCall) ProtoReflect

func (x *ReflectToolCall) ProtoReflect() protoreflect.Message

func (*ReflectToolCall) Reset

func (x *ReflectToolCall) Reset()

func (*ReflectToolCall) String

func (x *ReflectToolCall) String() string

type RefreshGithubAccessTokenRequest

type RefreshGithubAccessTokenRequest struct {
	GithubAccessToken string `protobuf:"bytes,1,opt,name=github_access_token,json=githubAccessToken,proto3" json:"github_access_token,omitempty"`
	Hostname          string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshGithubAccessTokenRequest) Descriptor deprecated

func (*RefreshGithubAccessTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use RefreshGithubAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*RefreshGithubAccessTokenRequest) GetGithubAccessToken

func (x *RefreshGithubAccessTokenRequest) GetGithubAccessToken() string

func (*RefreshGithubAccessTokenRequest) GetHostname

func (x *RefreshGithubAccessTokenRequest) GetHostname() string

func (*RefreshGithubAccessTokenRequest) ProtoMessage

func (*RefreshGithubAccessTokenRequest) ProtoMessage()

func (*RefreshGithubAccessTokenRequest) ProtoReflect

func (*RefreshGithubAccessTokenRequest) Reset

func (*RefreshGithubAccessTokenRequest) String

type RefreshGithubAccessTokenResponse

type RefreshGithubAccessTokenResponse struct {
	// contains filtered or unexported fields
}

func (*RefreshGithubAccessTokenResponse) Descriptor deprecated

func (*RefreshGithubAccessTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use RefreshGithubAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*RefreshGithubAccessTokenResponse) ProtoMessage

func (*RefreshGithubAccessTokenResponse) ProtoMessage()

func (*RefreshGithubAccessTokenResponse) ProtoReflect

func (*RefreshGithubAccessTokenResponse) Reset

func (*RefreshGithubAccessTokenResponse) String

type RepositoryIndexingInfo

type RepositoryIndexingInfo struct {
	RelativeWorkspacePath   string   `` /* 126-byte string literal not displayed */
	RemoteUrls              []string `protobuf:"bytes,2,rep,name=remote_urls,json=remoteUrls,proto3" json:"remote_urls,omitempty"`
	RemoteNames             []string `protobuf:"bytes,3,rep,name=remote_names,json=remoteNames,proto3" json:"remote_names,omitempty"`
	RepoName                string   `protobuf:"bytes,4,opt,name=repo_name,json=repoName,proto3" json:"repo_name,omitempty"`
	RepoOwner               string   `protobuf:"bytes,5,opt,name=repo_owner,json=repoOwner,proto3" json:"repo_owner,omitempty"`
	IsTracked               bool     `protobuf:"varint,6,opt,name=is_tracked,json=isTracked,proto3" json:"is_tracked,omitempty"`
	IsLocal                 bool     `protobuf:"varint,7,opt,name=is_local,json=isLocal,proto3" json:"is_local,omitempty"`
	OrthogonalTransformSeed *float64 `` /* 140-byte string literal not displayed */
	WorkspaceUri            string   `protobuf:"bytes,9,opt,name=workspace_uri,json=workspaceUri,proto3" json:"workspace_uri,omitempty"`
	PathEncryptionKey       string   `protobuf:"bytes,10,opt,name=path_encryption_key,json=pathEncryptionKey,proto3" json:"path_encryption_key,omitempty"`
	// contains filtered or unexported fields
}

func (*RepositoryIndexingInfo) Descriptor deprecated

func (*RepositoryIndexingInfo) Descriptor() ([]byte, []int)

Deprecated: Use RepositoryIndexingInfo.ProtoReflect.Descriptor instead.

func (*RepositoryIndexingInfo) GetIsLocal

func (x *RepositoryIndexingInfo) GetIsLocal() bool

func (*RepositoryIndexingInfo) GetIsTracked

func (x *RepositoryIndexingInfo) GetIsTracked() bool

func (*RepositoryIndexingInfo) GetOrthogonalTransformSeed

func (x *RepositoryIndexingInfo) GetOrthogonalTransformSeed() float64

func (*RepositoryIndexingInfo) GetPathEncryptionKey

func (x *RepositoryIndexingInfo) GetPathEncryptionKey() string

func (*RepositoryIndexingInfo) GetRelativeWorkspacePath

func (x *RepositoryIndexingInfo) GetRelativeWorkspacePath() string

func (*RepositoryIndexingInfo) GetRemoteNames

func (x *RepositoryIndexingInfo) GetRemoteNames() []string

func (*RepositoryIndexingInfo) GetRemoteUrls

func (x *RepositoryIndexingInfo) GetRemoteUrls() []string

func (*RepositoryIndexingInfo) GetRepoName

func (x *RepositoryIndexingInfo) GetRepoName() string

func (*RepositoryIndexingInfo) GetRepoOwner

func (x *RepositoryIndexingInfo) GetRepoOwner() string

func (*RepositoryIndexingInfo) GetWorkspaceUri

func (x *RepositoryIndexingInfo) GetWorkspaceUri() string

func (*RepositoryIndexingInfo) ProtoMessage

func (*RepositoryIndexingInfo) ProtoMessage()

func (*RepositoryIndexingInfo) ProtoReflect

func (x *RepositoryIndexingInfo) ProtoReflect() protoreflect.Message

func (*RepositoryIndexingInfo) Reset

func (x *RepositoryIndexingInfo) Reset()

func (*RepositoryIndexingInfo) String

func (x *RepositoryIndexingInfo) String() string

type RequestContext

type RequestContext struct {
	Rules                         []*CursorRule             `protobuf:"bytes,2,rep,name=rules,proto3" json:"rules,omitempty"`
	Env                           *RequestContextEnv        `protobuf:"bytes,4,opt,name=env,proto3" json:"env,omitempty"`
	RepositoryInfo                []*RepositoryIndexingInfo `protobuf:"bytes,6,rep,name=repository_info,json=repositoryInfo,proto3" json:"repository_info,omitempty"`
	Tools                         []*McpToolDefinition      `protobuf:"bytes,7,rep,name=tools,proto3" json:"tools,omitempty"`
	ConversationNotesListing      *string                   `` /* 141-byte string literal not displayed */
	SharedNotesListing            *string                   `protobuf:"bytes,9,opt,name=shared_notes_listing,json=sharedNotesListing,proto3,oneof" json:"shared_notes_listing,omitempty"`
	GitRepos                      []*GitRepoInfo            `protobuf:"bytes,11,rep,name=git_repos,json=gitRepos,proto3" json:"git_repos,omitempty"`
	ProjectLayouts                []*LsDirectoryTreeNode    `protobuf:"bytes,13,rep,name=project_layouts,json=projectLayouts,proto3" json:"project_layouts,omitempty"`
	McpInstructions               []*McpInstructions        `protobuf:"bytes,14,rep,name=mcp_instructions,json=mcpInstructions,proto3" json:"mcp_instructions,omitempty"`
	DebugModeConfig               *DebugModeConfig          `protobuf:"bytes,15,opt,name=debug_mode_config,json=debugModeConfig,proto3,oneof" json:"debug_mode_config,omitempty"`
	CloudRule                     *string                   `protobuf:"bytes,16,opt,name=cloud_rule,json=cloudRule,proto3,oneof" json:"cloud_rule,omitempty"`
	WebSearchEnabled              *bool                     `protobuf:"varint,17,opt,name=web_search_enabled,json=webSearchEnabled,proto3,oneof" json:"web_search_enabled,omitempty"`
	SkillOptions                  *SkillOptions             `protobuf:"bytes,18,opt,name=skill_options,json=skillOptions,proto3,oneof" json:"skill_options,omitempty"`
	RepositoryInfoShouldQueryProd *bool                     `` /* 162-byte string literal not displayed */
	FileContents                  map[string]string         `` /* 172-byte string literal not displayed */
	UserIntentSummary             *string                   `protobuf:"bytes,21,opt,name=user_intent_summary,json=userIntentSummary,proto3,oneof" json:"user_intent_summary,omitempty"`
	CustomSubagents               []*CustomSubagent         `protobuf:"bytes,22,rep,name=custom_subagents,json=customSubagents,proto3" json:"custom_subagents,omitempty"`
	McpFileSystemOptions          *McpFileSystemOptions     `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RequestContext) Descriptor deprecated

func (*RequestContext) Descriptor() ([]byte, []int)

Deprecated: Use RequestContext.ProtoReflect.Descriptor instead.

func (*RequestContext) GetCloudRule

func (x *RequestContext) GetCloudRule() string

func (*RequestContext) GetConversationNotesListing

func (x *RequestContext) GetConversationNotesListing() string

func (*RequestContext) GetCustomSubagents

func (x *RequestContext) GetCustomSubagents() []*CustomSubagent

func (*RequestContext) GetDebugModeConfig

func (x *RequestContext) GetDebugModeConfig() *DebugModeConfig

func (*RequestContext) GetEnv

func (x *RequestContext) GetEnv() *RequestContextEnv

func (*RequestContext) GetFileContents

func (x *RequestContext) GetFileContents() map[string]string

func (*RequestContext) GetGitRepos

func (x *RequestContext) GetGitRepos() []*GitRepoInfo

func (*RequestContext) GetMcpFileSystemOptions

func (x *RequestContext) GetMcpFileSystemOptions() *McpFileSystemOptions

func (*RequestContext) GetMcpInstructions

func (x *RequestContext) GetMcpInstructions() []*McpInstructions

func (*RequestContext) GetProjectLayouts

func (x *RequestContext) GetProjectLayouts() []*LsDirectoryTreeNode

func (*RequestContext) GetRepositoryInfo

func (x *RequestContext) GetRepositoryInfo() []*RepositoryIndexingInfo

func (*RequestContext) GetRepositoryInfoShouldQueryProd

func (x *RequestContext) GetRepositoryInfoShouldQueryProd() bool

func (*RequestContext) GetRules

func (x *RequestContext) GetRules() []*CursorRule

func (*RequestContext) GetSharedNotesListing

func (x *RequestContext) GetSharedNotesListing() string

func (*RequestContext) GetSkillOptions

func (x *RequestContext) GetSkillOptions() *SkillOptions

func (*RequestContext) GetTools

func (x *RequestContext) GetTools() []*McpToolDefinition

func (*RequestContext) GetUserIntentSummary

func (x *RequestContext) GetUserIntentSummary() string

func (*RequestContext) GetWebSearchEnabled

func (x *RequestContext) GetWebSearchEnabled() bool

func (*RequestContext) ProtoMessage

func (*RequestContext) ProtoMessage()

func (*RequestContext) ProtoReflect

func (x *RequestContext) ProtoReflect() protoreflect.Message

func (*RequestContext) Reset

func (x *RequestContext) Reset()

func (*RequestContext) String

func (x *RequestContext) String() string

type RequestContextArgs

type RequestContextArgs struct {
	NotesSessionId *string `protobuf:"bytes,2,opt,name=notes_session_id,json=notesSessionId,proto3,oneof" json:"notes_session_id,omitempty"`
	WorkspaceId    *string `protobuf:"bytes,3,opt,name=workspace_id,json=workspaceId,proto3,oneof" json:"workspace_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestContextArgs) Descriptor deprecated

func (*RequestContextArgs) Descriptor() ([]byte, []int)

Deprecated: Use RequestContextArgs.ProtoReflect.Descriptor instead.

func (*RequestContextArgs) GetNotesSessionId

func (x *RequestContextArgs) GetNotesSessionId() string

func (*RequestContextArgs) GetWorkspaceId

func (x *RequestContextArgs) GetWorkspaceId() string

func (*RequestContextArgs) ProtoMessage

func (*RequestContextArgs) ProtoMessage()

func (*RequestContextArgs) ProtoReflect

func (x *RequestContextArgs) ProtoReflect() protoreflect.Message

func (*RequestContextArgs) Reset

func (x *RequestContextArgs) Reset()

func (*RequestContextArgs) String

func (x *RequestContextArgs) String() string

type RequestContextEnv

type RequestContextEnv struct {
	OsVersion                    string   `protobuf:"bytes,1,opt,name=os_version,json=osVersion,proto3" json:"os_version,omitempty"`
	WorkspacePaths               []string `protobuf:"bytes,2,rep,name=workspace_paths,json=workspacePaths,proto3" json:"workspace_paths,omitempty"`
	Shell                        string   `protobuf:"bytes,3,opt,name=shell,proto3" json:"shell,omitempty"`
	SandboxEnabled               bool     `protobuf:"varint,5,opt,name=sandbox_enabled,json=sandboxEnabled,proto3" json:"sandbox_enabled,omitempty"`
	TerminalsFolder              string   `protobuf:"bytes,7,opt,name=terminals_folder,json=terminalsFolder,proto3" json:"terminals_folder,omitempty"`
	AgentSharedNotesFolder       string   `` /* 131-byte string literal not displayed */
	AgentConversationNotesFolder string   `` /* 149-byte string literal not displayed */
	TimeZone                     string   `protobuf:"bytes,10,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	ProjectFolder                string   `protobuf:"bytes,11,opt,name=project_folder,json=projectFolder,proto3" json:"project_folder,omitempty"`
	AgentTranscriptsFolder       string   `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RequestContextEnv) Descriptor deprecated

func (*RequestContextEnv) Descriptor() ([]byte, []int)

Deprecated: Use RequestContextEnv.ProtoReflect.Descriptor instead.

func (*RequestContextEnv) GetAgentConversationNotesFolder

func (x *RequestContextEnv) GetAgentConversationNotesFolder() string

func (*RequestContextEnv) GetAgentSharedNotesFolder

func (x *RequestContextEnv) GetAgentSharedNotesFolder() string

func (*RequestContextEnv) GetAgentTranscriptsFolder

func (x *RequestContextEnv) GetAgentTranscriptsFolder() string

func (*RequestContextEnv) GetOsVersion

func (x *RequestContextEnv) GetOsVersion() string

func (*RequestContextEnv) GetProjectFolder

func (x *RequestContextEnv) GetProjectFolder() string

func (*RequestContextEnv) GetSandboxEnabled

func (x *RequestContextEnv) GetSandboxEnabled() bool

func (*RequestContextEnv) GetShell

func (x *RequestContextEnv) GetShell() string

func (*RequestContextEnv) GetTerminalsFolder

func (x *RequestContextEnv) GetTerminalsFolder() string

func (*RequestContextEnv) GetTimeZone

func (x *RequestContextEnv) GetTimeZone() string

func (*RequestContextEnv) GetWorkspacePaths

func (x *RequestContextEnv) GetWorkspacePaths() []string

func (*RequestContextEnv) ProtoMessage

func (*RequestContextEnv) ProtoMessage()

func (*RequestContextEnv) ProtoReflect

func (x *RequestContextEnv) ProtoReflect() protoreflect.Message

func (*RequestContextEnv) Reset

func (x *RequestContextEnv) Reset()

func (*RequestContextEnv) String

func (x *RequestContextEnv) String() string

type RequestContextError

type RequestContextError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestContextError) Descriptor deprecated

func (*RequestContextError) Descriptor() ([]byte, []int)

Deprecated: Use RequestContextError.ProtoReflect.Descriptor instead.

func (*RequestContextError) GetError

func (x *RequestContextError) GetError() string

func (*RequestContextError) ProtoMessage

func (*RequestContextError) ProtoMessage()

func (*RequestContextError) ProtoReflect

func (x *RequestContextError) ProtoReflect() protoreflect.Message

func (*RequestContextError) Reset

func (x *RequestContextError) Reset()

func (*RequestContextError) String

func (x *RequestContextError) String() string

type RequestContextRejected

type RequestContextRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestContextRejected) Descriptor deprecated

func (*RequestContextRejected) Descriptor() ([]byte, []int)

Deprecated: Use RequestContextRejected.ProtoReflect.Descriptor instead.

func (*RequestContextRejected) GetReason

func (x *RequestContextRejected) GetReason() string

func (*RequestContextRejected) ProtoMessage

func (*RequestContextRejected) ProtoMessage()

func (*RequestContextRejected) ProtoReflect

func (x *RequestContextRejected) ProtoReflect() protoreflect.Message

func (*RequestContextRejected) Reset

func (x *RequestContextRejected) Reset()

func (*RequestContextRejected) String

func (x *RequestContextRejected) String() string

type RequestContextResult

type RequestContextResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*RequestContextResult_Success
	//	*RequestContextResult_Error
	//	*RequestContextResult_Rejected
	Result isRequestContextResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*RequestContextResult) Descriptor deprecated

func (*RequestContextResult) Descriptor() ([]byte, []int)

Deprecated: Use RequestContextResult.ProtoReflect.Descriptor instead.

func (*RequestContextResult) GetError

func (*RequestContextResult) GetRejected

func (x *RequestContextResult) GetRejected() *RequestContextRejected

func (*RequestContextResult) GetResult

func (x *RequestContextResult) GetResult() isRequestContextResult_Result

func (*RequestContextResult) GetSuccess

func (*RequestContextResult) ProtoMessage

func (*RequestContextResult) ProtoMessage()

func (*RequestContextResult) ProtoReflect

func (x *RequestContextResult) ProtoReflect() protoreflect.Message

func (*RequestContextResult) Reset

func (x *RequestContextResult) Reset()

func (*RequestContextResult) String

func (x *RequestContextResult) String() string

type RequestContextResult_Error

type RequestContextResult_Error struct {
	Error *RequestContextError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type RequestContextResult_Rejected

type RequestContextResult_Rejected struct {
	Rejected *RequestContextRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type RequestContextResult_Success

type RequestContextResult_Success struct {
	Success *RequestContextSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type RequestContextSuccess

type RequestContextSuccess struct {
	RequestContext *RequestContext `protobuf:"bytes,1,opt,name=request_context,json=requestContext,proto3" json:"request_context,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestContextSuccess) Descriptor deprecated

func (*RequestContextSuccess) Descriptor() ([]byte, []int)

Deprecated: Use RequestContextSuccess.ProtoReflect.Descriptor instead.

func (*RequestContextSuccess) GetRequestContext

func (x *RequestContextSuccess) GetRequestContext() *RequestContext

func (*RequestContextSuccess) ProtoMessage

func (*RequestContextSuccess) ProtoMessage()

func (*RequestContextSuccess) ProtoReflect

func (x *RequestContextSuccess) ProtoReflect() protoreflect.Message

func (*RequestContextSuccess) Reset

func (x *RequestContextSuccess) Reset()

func (*RequestContextSuccess) String

func (x *RequestContextSuccess) String() string

type RequestedFilePathRejectedReason

type RequestedFilePathRejectedReason int32
const (
	RequestedFilePathRejectedReason_REQUESTED_FILE_PATH_REJECTED_REASON_UNSPECIFIED         RequestedFilePathRejectedReason = 0
	RequestedFilePathRejectedReason_REQUESTED_FILE_PATH_REJECTED_REASON_SLASHES_NOT_ALLOWED RequestedFilePathRejectedReason = 1
)

func (RequestedFilePathRejectedReason) Descriptor

func (RequestedFilePathRejectedReason) Enum

func (RequestedFilePathRejectedReason) EnumDescriptor deprecated

func (RequestedFilePathRejectedReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestedFilePathRejectedReason.Descriptor instead.

func (RequestedFilePathRejectedReason) Number

func (RequestedFilePathRejectedReason) String

func (RequestedFilePathRejectedReason) Type

type RequestedModel

type RequestedModel struct {
	ModelId    string                                `protobuf:"bytes,1,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
	MaxMode    bool                                  `protobuf:"varint,2,opt,name=max_mode,json=maxMode,proto3" json:"max_mode,omitempty"`
	Parameters []*RequestedModel_ModelParameterbytes `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// Types that are valid to be assigned to Credentials:
	//
	//	*RequestedModel_ApiKeyCredentials
	//	*RequestedModel_AzureCredentials
	//	*RequestedModel_BedrockCredentials
	Credentials isRequestedModel_Credentials `protobuf_oneof:"credentials"`
	// contains filtered or unexported fields
}

func (*RequestedModel) Descriptor deprecated

func (*RequestedModel) Descriptor() ([]byte, []int)

Deprecated: Use RequestedModel.ProtoReflect.Descriptor instead.

func (*RequestedModel) GetApiKeyCredentials

func (x *RequestedModel) GetApiKeyCredentials() *ApiKeyCredentials

func (*RequestedModel) GetAzureCredentials

func (x *RequestedModel) GetAzureCredentials() *AzureCredentials

func (*RequestedModel) GetBedrockCredentials

func (x *RequestedModel) GetBedrockCredentials() *BedrockCredentials

func (*RequestedModel) GetCredentials

func (x *RequestedModel) GetCredentials() isRequestedModel_Credentials

func (*RequestedModel) GetMaxMode

func (x *RequestedModel) GetMaxMode() bool

func (*RequestedModel) GetModelId

func (x *RequestedModel) GetModelId() string

func (*RequestedModel) GetParameters

func (x *RequestedModel) GetParameters() []*RequestedModel_ModelParameterbytes

func (*RequestedModel) ProtoMessage

func (*RequestedModel) ProtoMessage()

func (*RequestedModel) ProtoReflect

func (x *RequestedModel) ProtoReflect() protoreflect.Message

func (*RequestedModel) Reset

func (x *RequestedModel) Reset()

func (*RequestedModel) String

func (x *RequestedModel) String() string

type RequestedModel_ApiKeyCredentials

type RequestedModel_ApiKeyCredentials struct {
	ApiKeyCredentials *ApiKeyCredentials `protobuf:"bytes,4,opt,name=api_key_credentials,json=apiKeyCredentials,proto3,oneof"`
}

type RequestedModel_AzureCredentials

type RequestedModel_AzureCredentials struct {
	AzureCredentials *AzureCredentials `protobuf:"bytes,5,opt,name=azure_credentials,json=azureCredentials,proto3,oneof"`
}

type RequestedModel_BedrockCredentials

type RequestedModel_BedrockCredentials struct {
	BedrockCredentials *BedrockCredentials `protobuf:"bytes,6,opt,name=bedrock_credentials,json=bedrockCredentials,proto3,oneof"`
}

type RequestedModel_ModelParameterbytes

type RequestedModel_ModelParameterbytes struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestedModel_ModelParameterbytes) Descriptor deprecated

func (*RequestedModel_ModelParameterbytes) Descriptor() ([]byte, []int)

Deprecated: Use RequestedModel_ModelParameterbytes.ProtoReflect.Descriptor instead.

func (*RequestedModel_ModelParameterbytes) GetId

func (*RequestedModel_ModelParameterbytes) GetValue

func (*RequestedModel_ModelParameterbytes) ProtoMessage

func (*RequestedModel_ModelParameterbytes) ProtoMessage()

func (*RequestedModel_ModelParameterbytes) ProtoReflect

func (*RequestedModel_ModelParameterbytes) Reset

func (*RequestedModel_ModelParameterbytes) String

type ResumeAction

type ResumeAction struct {
	RequestContext *RequestContext `protobuf:"bytes,2,opt,name=request_context,json=requestContext,proto3" json:"request_context,omitempty"`
	// contains filtered or unexported fields
}

func (*ResumeAction) Descriptor deprecated

func (*ResumeAction) Descriptor() ([]byte, []int)

Deprecated: Use ResumeAction.ProtoReflect.Descriptor instead.

func (*ResumeAction) GetRequestContext

func (x *ResumeAction) GetRequestContext() *RequestContext

func (*ResumeAction) ProtoMessage

func (*ResumeAction) ProtoMessage()

func (*ResumeAction) ProtoReflect

func (x *ResumeAction) ProtoReflect() protoreflect.Message

func (*ResumeAction) Reset

func (x *ResumeAction) Reset()

func (*ResumeAction) String

func (x *ResumeAction) String() string

type SandboxPolicy

type SandboxPolicy struct {
	Type                     int32    `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	NetworkAccess            *bool    `protobuf:"varint,2,opt,name=network_access,json=networkAccess,proto3,oneof" json:"network_access,omitempty"`
	AdditionalReadwritePaths []string `` /* 135-byte string literal not displayed */
	AdditionalReadonlyPaths  []string `` /* 132-byte string literal not displayed */
	DebugOutputDir           *string  `protobuf:"bytes,5,opt,name=debug_output_dir,json=debugOutputDir,proto3,oneof" json:"debug_output_dir,omitempty"`
	BlockGitWrites           *bool    `protobuf:"varint,6,opt,name=block_git_writes,json=blockGitWrites,proto3,oneof" json:"block_git_writes,omitempty"`
	DisableTmpWrite          *bool    `protobuf:"varint,7,opt,name=disable_tmp_write,json=disableTmpWrite,proto3,oneof" json:"disable_tmp_write,omitempty"`
	// contains filtered or unexported fields
}

func (*SandboxPolicy) Descriptor deprecated

func (*SandboxPolicy) Descriptor() ([]byte, []int)

Deprecated: Use SandboxPolicy.ProtoReflect.Descriptor instead.

func (*SandboxPolicy) GetAdditionalReadonlyPaths

func (x *SandboxPolicy) GetAdditionalReadonlyPaths() []string

func (*SandboxPolicy) GetAdditionalReadwritePaths

func (x *SandboxPolicy) GetAdditionalReadwritePaths() []string

func (*SandboxPolicy) GetBlockGitWrites

func (x *SandboxPolicy) GetBlockGitWrites() bool

func (*SandboxPolicy) GetDebugOutputDir

func (x *SandboxPolicy) GetDebugOutputDir() string

func (*SandboxPolicy) GetDisableTmpWrite

func (x *SandboxPolicy) GetDisableTmpWrite() bool

func (*SandboxPolicy) GetNetworkAccess

func (x *SandboxPolicy) GetNetworkAccess() bool

func (*SandboxPolicy) GetType

func (x *SandboxPolicy) GetType() int32

func (*SandboxPolicy) ProtoMessage

func (*SandboxPolicy) ProtoMessage()

func (*SandboxPolicy) ProtoReflect

func (x *SandboxPolicy) ProtoReflect() protoreflect.Message

func (*SandboxPolicy) Reset

func (x *SandboxPolicy) Reset()

func (*SandboxPolicy) String

func (x *SandboxPolicy) String() string

type SandboxPolicy_Type

type SandboxPolicy_Type int32
const (
	SandboxPolicy_Type_TYPE_UNSPECIFIED         SandboxPolicy_Type = 0
	SandboxPolicy_Type_TYPE_INSECURE_NONE       SandboxPolicy_Type = 1
	SandboxPolicy_Type_TYPE_WORKSPACE_READWRITE SandboxPolicy_Type = 2
	SandboxPolicy_Type_TYPE_WORKSPACE_READONLY  SandboxPolicy_Type = 3
)

func (SandboxPolicy_Type) Descriptor

func (SandboxPolicy_Type) Enum

func (SandboxPolicy_Type) EnumDescriptor deprecated

func (SandboxPolicy_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SandboxPolicy_Type.Descriptor instead.

func (SandboxPolicy_Type) Number

func (SandboxPolicy_Type) String

func (x SandboxPolicy_Type) String() string

func (SandboxPolicy_Type) Type

type ScreenshotAction

type ScreenshotAction struct {
	// contains filtered or unexported fields
}

func (*ScreenshotAction) Descriptor deprecated

func (*ScreenshotAction) Descriptor() ([]byte, []int)

Deprecated: Use ScreenshotAction.ProtoReflect.Descriptor instead.

func (*ScreenshotAction) ProtoMessage

func (*ScreenshotAction) ProtoMessage()

func (*ScreenshotAction) ProtoReflect

func (x *ScreenshotAction) ProtoReflect() protoreflect.Message

func (*ScreenshotAction) Reset

func (x *ScreenshotAction) Reset()

func (*ScreenshotAction) String

func (x *ScreenshotAction) String() string

type ScrollAction

type ScrollAction struct {
	Coordinate   *Coordinate `protobuf:"bytes,1,opt,name=coordinate,proto3,oneof" json:"coordinate,omitempty"`
	Direction    int32       `protobuf:"varint,2,opt,name=direction,proto3" json:"direction,omitempty"`
	Amount       int32       `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	ModifierKeys *string     `protobuf:"bytes,4,opt,name=modifier_keys,json=modifierKeys,proto3,oneof" json:"modifier_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ScrollAction) Descriptor deprecated

func (*ScrollAction) Descriptor() ([]byte, []int)

Deprecated: Use ScrollAction.ProtoReflect.Descriptor instead.

func (*ScrollAction) GetAmount

func (x *ScrollAction) GetAmount() int32

func (*ScrollAction) GetCoordinate

func (x *ScrollAction) GetCoordinate() *Coordinate

func (*ScrollAction) GetDirection

func (x *ScrollAction) GetDirection() int32

func (*ScrollAction) GetModifierKeys

func (x *ScrollAction) GetModifierKeys() string

func (*ScrollAction) ProtoMessage

func (*ScrollAction) ProtoMessage()

func (*ScrollAction) ProtoReflect

func (x *ScrollAction) ProtoReflect() protoreflect.Message

func (*ScrollAction) Reset

func (x *ScrollAction) Reset()

func (*ScrollAction) String

func (x *ScrollAction) String() string

type ScrollDirection

type ScrollDirection int32
const (
	ScrollDirection_SCROLL_DIRECTION_UNSPECIFIED ScrollDirection = 0
	ScrollDirection_SCROLL_DIRECTION_UP          ScrollDirection = 1
	ScrollDirection_SCROLL_DIRECTION_DOWN        ScrollDirection = 2
	ScrollDirection_SCROLL_DIRECTION_LEFT        ScrollDirection = 3
	ScrollDirection_SCROLL_DIRECTION_RIGHT       ScrollDirection = 4
)

func (ScrollDirection) Descriptor

func (ScrollDirection) Enum

func (x ScrollDirection) Enum() *ScrollDirection

func (ScrollDirection) EnumDescriptor deprecated

func (ScrollDirection) EnumDescriptor() ([]byte, []int)

Deprecated: Use ScrollDirection.Descriptor instead.

func (ScrollDirection) Number

func (ScrollDirection) String

func (x ScrollDirection) String() string

func (ScrollDirection) Type

type SelectedCodeSelection

type SelectedCodeSelection struct {
	Content      string  `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Path         string  `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	RelativePath *string `protobuf:"bytes,3,opt,name=relative_path,json=relativePath,proto3,oneof" json:"relative_path,omitempty"`
	Range        *Range  `protobuf:"bytes,4,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedCodeSelection) Descriptor deprecated

func (*SelectedCodeSelection) Descriptor() ([]byte, []int)

Deprecated: Use SelectedCodeSelection.ProtoReflect.Descriptor instead.

func (*SelectedCodeSelection) GetContent

func (x *SelectedCodeSelection) GetContent() string

func (*SelectedCodeSelection) GetPath

func (x *SelectedCodeSelection) GetPath() string

func (*SelectedCodeSelection) GetRange

func (x *SelectedCodeSelection) GetRange() *Range

func (*SelectedCodeSelection) GetRelativePath

func (x *SelectedCodeSelection) GetRelativePath() string

func (*SelectedCodeSelection) ProtoMessage

func (*SelectedCodeSelection) ProtoMessage()

func (*SelectedCodeSelection) ProtoReflect

func (x *SelectedCodeSelection) ProtoReflect() protoreflect.Message

func (*SelectedCodeSelection) Reset

func (x *SelectedCodeSelection) Reset()

func (*SelectedCodeSelection) String

func (x *SelectedCodeSelection) String() string

type SelectedConsoleLog

type SelectedConsoleLog struct {
	Message        string      `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Timestamp      float64     `protobuf:"fixed64,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Level          string      `protobuf:"bytes,3,opt,name=level,proto3" json:"level,omitempty"`
	ClientName     string      `protobuf:"bytes,4,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	SessionId      string      `protobuf:"bytes,5,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	StackTrace     *StackTrace `protobuf:"bytes,6,opt,name=stack_trace,json=stackTrace,proto3,oneof" json:"stack_trace,omitempty"`
	ObjectDataJson *string     `protobuf:"bytes,7,opt,name=object_data_json,json=objectDataJson,proto3,oneof" json:"object_data_json,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedConsoleLog) Descriptor deprecated

func (*SelectedConsoleLog) Descriptor() ([]byte, []int)

Deprecated: Use SelectedConsoleLog.ProtoReflect.Descriptor instead.

func (*SelectedConsoleLog) GetClientName

func (x *SelectedConsoleLog) GetClientName() string

func (*SelectedConsoleLog) GetLevel

func (x *SelectedConsoleLog) GetLevel() string

func (*SelectedConsoleLog) GetMessage

func (x *SelectedConsoleLog) GetMessage() string

func (*SelectedConsoleLog) GetObjectDataJson

func (x *SelectedConsoleLog) GetObjectDataJson() string

func (*SelectedConsoleLog) GetSessionId

func (x *SelectedConsoleLog) GetSessionId() string

func (*SelectedConsoleLog) GetStackTrace

func (x *SelectedConsoleLog) GetStackTrace() *StackTrace

func (*SelectedConsoleLog) GetTimestamp

func (x *SelectedConsoleLog) GetTimestamp() float64

func (*SelectedConsoleLog) ProtoMessage

func (*SelectedConsoleLog) ProtoMessage()

func (*SelectedConsoleLog) ProtoReflect

func (x *SelectedConsoleLog) ProtoReflect() protoreflect.Message

func (*SelectedConsoleLog) Reset

func (x *SelectedConsoleLog) Reset()

func (*SelectedConsoleLog) String

func (x *SelectedConsoleLog) String() string

type SelectedContext

type SelectedContext struct {
	SelectedImages          []*SelectedImage                 `protobuf:"bytes,1,rep,name=selected_images,json=selectedImages,proto3" json:"selected_images,omitempty"`
	InvocationContext       *InvocationContext               `protobuf:"bytes,2,opt,name=invocation_context,json=invocationContext,proto3,oneof" json:"invocation_context,omitempty"`
	ExtraContext            []string                         `protobuf:"bytes,3,rep,name=extra_context,json=extraContext,proto3" json:"extra_context,omitempty"`
	ExtraContextEntries     []*ExtraContextEntry             `protobuf:"bytes,16,rep,name=extra_context_entries,json=extraContextEntries,proto3" json:"extra_context_entries,omitempty"`
	Files                   []*SelectedFile                  `protobuf:"bytes,4,rep,name=files,proto3" json:"files,omitempty"`
	CodeSelections          []*SelectedCodeSelection         `protobuf:"bytes,5,rep,name=code_selections,json=codeSelections,proto3" json:"code_selections,omitempty"`
	Terminals               []*SelectedTerminal              `protobuf:"bytes,6,rep,name=terminals,proto3" json:"terminals,omitempty"`
	TerminalSelections      []*SelectedTerminalSelection     `protobuf:"bytes,7,rep,name=terminal_selections,json=terminalSelections,proto3" json:"terminal_selections,omitempty"`
	Folders                 []*SelectedFolder                `protobuf:"bytes,8,rep,name=folders,proto3" json:"folders,omitempty"`
	ExternalLinks           []*SelectedExternalLink          `protobuf:"bytes,9,rep,name=external_links,json=externalLinks,proto3" json:"external_links,omitempty"`
	CursorRules             []*SelectedCursorRule            `protobuf:"bytes,10,rep,name=cursor_rules,json=cursorRules,proto3" json:"cursor_rules,omitempty"`
	GitDiff                 *SelectedGitDiff                 `protobuf:"bytes,18,opt,name=git_diff,json=gitDiff,proto3,oneof" json:"git_diff,omitempty"`
	GitDiffFromBranchToMain *SelectedGitDiffFromBranchToMain `` /* 145-byte string literal not displayed */
	CursorCommands          []*SelectedCursorCommand         `protobuf:"bytes,12,rep,name=cursor_commands,json=cursorCommands,proto3" json:"cursor_commands,omitempty"`
	Documentations          []*SelectedDocumentation         `protobuf:"bytes,13,rep,name=documentations,proto3" json:"documentations,omitempty"`
	UiElements              []*SelectedUIElement             `protobuf:"bytes,14,rep,name=ui_elements,json=uiElements,proto3" json:"ui_elements,omitempty"`
	ConsoleLogs             []*SelectedConsoleLog            `protobuf:"bytes,15,rep,name=console_logs,json=consoleLogs,proto3" json:"console_logs,omitempty"`
	GitCommits              []*SelectedGitCommit             `protobuf:"bytes,17,rep,name=git_commits,json=gitCommits,proto3" json:"git_commits,omitempty"`
	PastChats               []*SelectedPastChat              `protobuf:"bytes,19,rep,name=past_chats,json=pastChats,proto3" json:"past_chats,omitempty"`
	GitPrDiffSelections     []*SelectedGitPRDiffSelection    `protobuf:"bytes,20,rep,name=git_pr_diff_selections,json=gitPrDiffSelections,proto3" json:"git_pr_diff_selections,omitempty"`
	SelectedPullRequests    []*SelectedPullRequest           `protobuf:"bytes,21,rep,name=selected_pull_requests,json=selectedPullRequests,proto3" json:"selected_pull_requests,omitempty"`
	SelectedSubagents       []*SelectedSubagent              `protobuf:"bytes,22,rep,name=selected_subagents,json=selectedSubagents,proto3" json:"selected_subagents,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedContext) Descriptor deprecated

func (*SelectedContext) Descriptor() ([]byte, []int)

Deprecated: Use SelectedContext.ProtoReflect.Descriptor instead.

func (*SelectedContext) GetCodeSelections

func (x *SelectedContext) GetCodeSelections() []*SelectedCodeSelection

func (*SelectedContext) GetConsoleLogs

func (x *SelectedContext) GetConsoleLogs() []*SelectedConsoleLog

func (*SelectedContext) GetCursorCommands

func (x *SelectedContext) GetCursorCommands() []*SelectedCursorCommand

func (*SelectedContext) GetCursorRules

func (x *SelectedContext) GetCursorRules() []*SelectedCursorRule

func (*SelectedContext) GetDocumentations

func (x *SelectedContext) GetDocumentations() []*SelectedDocumentation
func (x *SelectedContext) GetExternalLinks() []*SelectedExternalLink

func (*SelectedContext) GetExtraContext

func (x *SelectedContext) GetExtraContext() []string

func (*SelectedContext) GetExtraContextEntries

func (x *SelectedContext) GetExtraContextEntries() []*ExtraContextEntry

func (*SelectedContext) GetFiles

func (x *SelectedContext) GetFiles() []*SelectedFile

func (*SelectedContext) GetFolders

func (x *SelectedContext) GetFolders() []*SelectedFolder

func (*SelectedContext) GetGitCommits

func (x *SelectedContext) GetGitCommits() []*SelectedGitCommit

func (*SelectedContext) GetGitDiff

func (x *SelectedContext) GetGitDiff() *SelectedGitDiff

func (*SelectedContext) GetGitDiffFromBranchToMain

func (x *SelectedContext) GetGitDiffFromBranchToMain() *SelectedGitDiffFromBranchToMain

func (*SelectedContext) GetGitPrDiffSelections

func (x *SelectedContext) GetGitPrDiffSelections() []*SelectedGitPRDiffSelection

func (*SelectedContext) GetInvocationContext

func (x *SelectedContext) GetInvocationContext() *InvocationContext

func (*SelectedContext) GetPastChats

func (x *SelectedContext) GetPastChats() []*SelectedPastChat

func (*SelectedContext) GetSelectedImages

func (x *SelectedContext) GetSelectedImages() []*SelectedImage

func (*SelectedContext) GetSelectedPullRequests

func (x *SelectedContext) GetSelectedPullRequests() []*SelectedPullRequest

func (*SelectedContext) GetSelectedSubagents

func (x *SelectedContext) GetSelectedSubagents() []*SelectedSubagent

func (*SelectedContext) GetTerminalSelections

func (x *SelectedContext) GetTerminalSelections() []*SelectedTerminalSelection

func (*SelectedContext) GetTerminals

func (x *SelectedContext) GetTerminals() []*SelectedTerminal

func (*SelectedContext) GetUiElements

func (x *SelectedContext) GetUiElements() []*SelectedUIElement

func (*SelectedContext) ProtoMessage

func (*SelectedContext) ProtoMessage()

func (*SelectedContext) ProtoReflect

func (x *SelectedContext) ProtoReflect() protoreflect.Message

func (*SelectedContext) Reset

func (x *SelectedContext) Reset()

func (*SelectedContext) String

func (x *SelectedContext) String() string

type SelectedCursorCommand

type SelectedCursorCommand struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedCursorCommand) Descriptor deprecated

func (*SelectedCursorCommand) Descriptor() ([]byte, []int)

Deprecated: Use SelectedCursorCommand.ProtoReflect.Descriptor instead.

func (*SelectedCursorCommand) GetContent

func (x *SelectedCursorCommand) GetContent() string

func (*SelectedCursorCommand) GetName

func (x *SelectedCursorCommand) GetName() string

func (*SelectedCursorCommand) ProtoMessage

func (*SelectedCursorCommand) ProtoMessage()

func (*SelectedCursorCommand) ProtoReflect

func (x *SelectedCursorCommand) ProtoReflect() protoreflect.Message

func (*SelectedCursorCommand) Reset

func (x *SelectedCursorCommand) Reset()

func (*SelectedCursorCommand) String

func (x *SelectedCursorCommand) String() string

type SelectedCursorRule

type SelectedCursorRule struct {
	Rule *CursorRule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedCursorRule) Descriptor deprecated

func (*SelectedCursorRule) Descriptor() ([]byte, []int)

Deprecated: Use SelectedCursorRule.ProtoReflect.Descriptor instead.

func (*SelectedCursorRule) GetRule

func (x *SelectedCursorRule) GetRule() *CursorRule

func (*SelectedCursorRule) ProtoMessage

func (*SelectedCursorRule) ProtoMessage()

func (*SelectedCursorRule) ProtoReflect

func (x *SelectedCursorRule) ProtoReflect() protoreflect.Message

func (*SelectedCursorRule) Reset

func (x *SelectedCursorRule) Reset()

func (*SelectedCursorRule) String

func (x *SelectedCursorRule) String() string

type SelectedDocumentation

type SelectedDocumentation struct {
	DocId string `protobuf:"bytes,1,opt,name=doc_id,json=docId,proto3" json:"doc_id,omitempty"`
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedDocumentation) Descriptor deprecated

func (*SelectedDocumentation) Descriptor() ([]byte, []int)

Deprecated: Use SelectedDocumentation.ProtoReflect.Descriptor instead.

func (*SelectedDocumentation) GetDocId

func (x *SelectedDocumentation) GetDocId() string

func (*SelectedDocumentation) GetName

func (x *SelectedDocumentation) GetName() string

func (*SelectedDocumentation) ProtoMessage

func (*SelectedDocumentation) ProtoMessage()

func (*SelectedDocumentation) ProtoReflect

func (x *SelectedDocumentation) ProtoReflect() protoreflect.Message

func (*SelectedDocumentation) Reset

func (x *SelectedDocumentation) Reset()

func (*SelectedDocumentation) String

func (x *SelectedDocumentation) String() string
type SelectedExternalLink struct {
	Url        string  `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Uuid       string  `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	PdfContent *string `protobuf:"bytes,3,opt,name=pdf_content,json=pdfContent,proto3,oneof" json:"pdf_content,omitempty"`
	IsPdf      *bool   `protobuf:"varint,4,opt,name=is_pdf,json=isPdf,proto3,oneof" json:"is_pdf,omitempty"`
	Filename   *string `protobuf:"bytes,5,opt,name=filename,proto3,oneof" json:"filename,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedExternalLink) Descriptor deprecated

func (*SelectedExternalLink) Descriptor() ([]byte, []int)

Deprecated: Use SelectedExternalLink.ProtoReflect.Descriptor instead.

func (*SelectedExternalLink) GetFilename

func (x *SelectedExternalLink) GetFilename() string

func (*SelectedExternalLink) GetIsPdf

func (x *SelectedExternalLink) GetIsPdf() bool

func (*SelectedExternalLink) GetPdfContent

func (x *SelectedExternalLink) GetPdfContent() string

func (*SelectedExternalLink) GetUrl

func (x *SelectedExternalLink) GetUrl() string

func (*SelectedExternalLink) GetUuid

func (x *SelectedExternalLink) GetUuid() string

func (*SelectedExternalLink) ProtoMessage

func (*SelectedExternalLink) ProtoMessage()

func (*SelectedExternalLink) ProtoReflect

func (x *SelectedExternalLink) ProtoReflect() protoreflect.Message

func (*SelectedExternalLink) Reset

func (x *SelectedExternalLink) Reset()

func (*SelectedExternalLink) String

func (x *SelectedExternalLink) String() string

type SelectedFile

type SelectedFile struct {
	Content      string  `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Path         string  `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	RelativePath *string `protobuf:"bytes,3,opt,name=relative_path,json=relativePath,proto3,oneof" json:"relative_path,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedFile) Descriptor deprecated

func (*SelectedFile) Descriptor() ([]byte, []int)

Deprecated: Use SelectedFile.ProtoReflect.Descriptor instead.

func (*SelectedFile) GetContent

func (x *SelectedFile) GetContent() string

func (*SelectedFile) GetPath

func (x *SelectedFile) GetPath() string

func (*SelectedFile) GetRelativePath

func (x *SelectedFile) GetRelativePath() string

func (*SelectedFile) ProtoMessage

func (*SelectedFile) ProtoMessage()

func (*SelectedFile) ProtoReflect

func (x *SelectedFile) ProtoReflect() protoreflect.Message

func (*SelectedFile) Reset

func (x *SelectedFile) Reset()

func (*SelectedFile) String

func (x *SelectedFile) String() string

type SelectedFolder

type SelectedFolder struct {
	Path          string               `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	RelativePath  *string              `protobuf:"bytes,2,opt,name=relative_path,json=relativePath,proto3,oneof" json:"relative_path,omitempty"`
	DirectoryTree *LsDirectoryTreeNode `protobuf:"bytes,3,opt,name=directory_tree,json=directoryTree,proto3" json:"directory_tree,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedFolder) Descriptor deprecated

func (*SelectedFolder) Descriptor() ([]byte, []int)

Deprecated: Use SelectedFolder.ProtoReflect.Descriptor instead.

func (*SelectedFolder) GetDirectoryTree

func (x *SelectedFolder) GetDirectoryTree() *LsDirectoryTreeNode

func (*SelectedFolder) GetPath

func (x *SelectedFolder) GetPath() string

func (*SelectedFolder) GetRelativePath

func (x *SelectedFolder) GetRelativePath() string

func (*SelectedFolder) ProtoMessage

func (*SelectedFolder) ProtoMessage()

func (*SelectedFolder) ProtoReflect

func (x *SelectedFolder) ProtoReflect() protoreflect.Message

func (*SelectedFolder) Reset

func (x *SelectedFolder) Reset()

func (*SelectedFolder) String

func (x *SelectedFolder) String() string

type SelectedGitCommit

type SelectedGitCommit struct {
	Sha         string  `protobuf:"bytes,1,opt,name=sha,proto3" json:"sha,omitempty"`
	Message     string  `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"`
	Diff        string  `protobuf:"bytes,4,opt,name=diff,proto3" json:"diff,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedGitCommit) Descriptor deprecated

func (*SelectedGitCommit) Descriptor() ([]byte, []int)

Deprecated: Use SelectedGitCommit.ProtoReflect.Descriptor instead.

func (*SelectedGitCommit) GetDescription

func (x *SelectedGitCommit) GetDescription() string

func (*SelectedGitCommit) GetDiff

func (x *SelectedGitCommit) GetDiff() string

func (*SelectedGitCommit) GetMessage

func (x *SelectedGitCommit) GetMessage() string

func (*SelectedGitCommit) GetSha

func (x *SelectedGitCommit) GetSha() string

func (*SelectedGitCommit) ProtoMessage

func (*SelectedGitCommit) ProtoMessage()

func (*SelectedGitCommit) ProtoReflect

func (x *SelectedGitCommit) ProtoReflect() protoreflect.Message

func (*SelectedGitCommit) Reset

func (x *SelectedGitCommit) Reset()

func (*SelectedGitCommit) String

func (x *SelectedGitCommit) String() string

type SelectedGitDiff

type SelectedGitDiff struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedGitDiff) Descriptor deprecated

func (*SelectedGitDiff) Descriptor() ([]byte, []int)

Deprecated: Use SelectedGitDiff.ProtoReflect.Descriptor instead.

func (*SelectedGitDiff) GetContent

func (x *SelectedGitDiff) GetContent() string

func (*SelectedGitDiff) ProtoMessage

func (*SelectedGitDiff) ProtoMessage()

func (*SelectedGitDiff) ProtoReflect

func (x *SelectedGitDiff) ProtoReflect() protoreflect.Message

func (*SelectedGitDiff) Reset

func (x *SelectedGitDiff) Reset()

func (*SelectedGitDiff) String

func (x *SelectedGitDiff) String() string

type SelectedGitDiffFromBranchToMain

type SelectedGitDiffFromBranchToMain struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedGitDiffFromBranchToMain) Descriptor deprecated

func (*SelectedGitDiffFromBranchToMain) Descriptor() ([]byte, []int)

Deprecated: Use SelectedGitDiffFromBranchToMain.ProtoReflect.Descriptor instead.

func (*SelectedGitDiffFromBranchToMain) GetContent

func (x *SelectedGitDiffFromBranchToMain) GetContent() string

func (*SelectedGitDiffFromBranchToMain) ProtoMessage

func (*SelectedGitDiffFromBranchToMain) ProtoMessage()

func (*SelectedGitDiffFromBranchToMain) ProtoReflect

func (*SelectedGitDiffFromBranchToMain) Reset

func (*SelectedGitDiffFromBranchToMain) String

type SelectedGitPRDiffSelection

type SelectedGitPRDiffSelection struct {
	PrUrl       string  `protobuf:"bytes,1,opt,name=pr_url,json=prUrl,proto3" json:"pr_url,omitempty"`
	FilePath    string  `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	StartLine   int32   `protobuf:"varint,3,opt,name=start_line,json=startLine,proto3" json:"start_line,omitempty"`
	EndLine     int32   `protobuf:"varint,4,opt,name=end_line,json=endLine,proto3" json:"end_line,omitempty"`
	DiffContent *string `protobuf:"bytes,5,opt,name=diff_content,json=diffContent,proto3,oneof" json:"diff_content,omitempty"`
	BlobId      []byte  `protobuf:"bytes,6,opt,name=blob_id,json=blobId,proto3,oneof" json:"blob_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedGitPRDiffSelection) Descriptor deprecated

func (*SelectedGitPRDiffSelection) Descriptor() ([]byte, []int)

Deprecated: Use SelectedGitPRDiffSelection.ProtoReflect.Descriptor instead.

func (*SelectedGitPRDiffSelection) GetBlobId

func (x *SelectedGitPRDiffSelection) GetBlobId() []byte

func (*SelectedGitPRDiffSelection) GetDiffContent

func (x *SelectedGitPRDiffSelection) GetDiffContent() string

func (*SelectedGitPRDiffSelection) GetEndLine

func (x *SelectedGitPRDiffSelection) GetEndLine() int32

func (*SelectedGitPRDiffSelection) GetFilePath

func (x *SelectedGitPRDiffSelection) GetFilePath() string

func (*SelectedGitPRDiffSelection) GetPrUrl

func (x *SelectedGitPRDiffSelection) GetPrUrl() string

func (*SelectedGitPRDiffSelection) GetStartLine

func (x *SelectedGitPRDiffSelection) GetStartLine() int32

func (*SelectedGitPRDiffSelection) ProtoMessage

func (*SelectedGitPRDiffSelection) ProtoMessage()

func (*SelectedGitPRDiffSelection) ProtoReflect

func (*SelectedGitPRDiffSelection) Reset

func (x *SelectedGitPRDiffSelection) Reset()

func (*SelectedGitPRDiffSelection) String

func (x *SelectedGitPRDiffSelection) String() string

type SelectedImage

type SelectedImage struct {
	Uuid      string                   `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Path      string                   `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	Dimension *SelectedImage_Dimension `protobuf:"bytes,4,opt,name=dimension,proto3" json:"dimension,omitempty"`
	MimeType  string                   `protobuf:"bytes,7,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// Types that are valid to be assigned to DataOrBlobId:
	//
	//	*SelectedImage_BlobId
	//	*SelectedImage_Data
	//	*SelectedImage_BlobIdWithData
	DataOrBlobId isSelectedImage_DataOrBlobId `protobuf_oneof:"data_or_blob_id"`
	// contains filtered or unexported fields
}

func (*SelectedImage) Descriptor deprecated

func (*SelectedImage) Descriptor() ([]byte, []int)

Deprecated: Use SelectedImage.ProtoReflect.Descriptor instead.

func (*SelectedImage) GetBlobId

func (x *SelectedImage) GetBlobId() []byte

func (*SelectedImage) GetBlobIdWithData

func (x *SelectedImage) GetBlobIdWithData() *SelectedImage_BlobIdWithDataMsg

func (*SelectedImage) GetData

func (x *SelectedImage) GetData() []byte

func (*SelectedImage) GetDataOrBlobId

func (x *SelectedImage) GetDataOrBlobId() isSelectedImage_DataOrBlobId

func (*SelectedImage) GetDimension

func (x *SelectedImage) GetDimension() *SelectedImage_Dimension

func (*SelectedImage) GetMimeType

func (x *SelectedImage) GetMimeType() string

func (*SelectedImage) GetPath

func (x *SelectedImage) GetPath() string

func (*SelectedImage) GetUuid

func (x *SelectedImage) GetUuid() string

func (*SelectedImage) ProtoMessage

func (*SelectedImage) ProtoMessage()

func (*SelectedImage) ProtoReflect

func (x *SelectedImage) ProtoReflect() protoreflect.Message

func (*SelectedImage) Reset

func (x *SelectedImage) Reset()

func (*SelectedImage) String

func (x *SelectedImage) String() string

type SelectedImage_BlobId

type SelectedImage_BlobId struct {
	BlobId []byte `protobuf:"bytes,1,opt,name=blob_id,json=blobId,proto3,oneof"`
}

type SelectedImage_BlobIdWithData

type SelectedImage_BlobIdWithData struct {
	BlobIdWithData *SelectedImage_BlobIdWithDataMsg `protobuf:"bytes,9,opt,name=blob_id_with_data,json=blobIdWithData,proto3,oneof"`
}

type SelectedImage_BlobIdWithDataMsg

type SelectedImage_BlobIdWithDataMsg struct {
	BlobId []byte `protobuf:"bytes,1,opt,name=blob_id,json=blobId,proto3" json:"blob_id,omitempty"`
	Data   []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedImage_BlobIdWithDataMsg) Descriptor deprecated

func (*SelectedImage_BlobIdWithDataMsg) Descriptor() ([]byte, []int)

Deprecated: Use SelectedImage_BlobIdWithDataMsg.ProtoReflect.Descriptor instead.

func (*SelectedImage_BlobIdWithDataMsg) GetBlobId

func (x *SelectedImage_BlobIdWithDataMsg) GetBlobId() []byte

func (*SelectedImage_BlobIdWithDataMsg) GetData

func (x *SelectedImage_BlobIdWithDataMsg) GetData() []byte

func (*SelectedImage_BlobIdWithDataMsg) ProtoMessage

func (*SelectedImage_BlobIdWithDataMsg) ProtoMessage()

func (*SelectedImage_BlobIdWithDataMsg) ProtoReflect

func (*SelectedImage_BlobIdWithDataMsg) Reset

func (*SelectedImage_BlobIdWithDataMsg) String

type SelectedImage_Data

type SelectedImage_Data struct {
	Data []byte `protobuf:"bytes,8,opt,name=data,proto3,oneof"`
}

type SelectedImage_Dimension

type SelectedImage_Dimension struct {
	Width  int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
	Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedImage_Dimension) Descriptor deprecated

func (*SelectedImage_Dimension) Descriptor() ([]byte, []int)

Deprecated: Use SelectedImage_Dimension.ProtoReflect.Descriptor instead.

func (*SelectedImage_Dimension) GetHeight

func (x *SelectedImage_Dimension) GetHeight() int32

func (*SelectedImage_Dimension) GetWidth

func (x *SelectedImage_Dimension) GetWidth() int32

func (*SelectedImage_Dimension) ProtoMessage

func (*SelectedImage_Dimension) ProtoMessage()

func (*SelectedImage_Dimension) ProtoReflect

func (x *SelectedImage_Dimension) ProtoReflect() protoreflect.Message

func (*SelectedImage_Dimension) Reset

func (x *SelectedImage_Dimension) Reset()

func (*SelectedImage_Dimension) String

func (x *SelectedImage_Dimension) String() string

type SelectedPastChat

type SelectedPastChat struct {
	AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedPastChat) Descriptor deprecated

func (*SelectedPastChat) Descriptor() ([]byte, []int)

Deprecated: Use SelectedPastChat.ProtoReflect.Descriptor instead.

func (*SelectedPastChat) GetAgentId

func (x *SelectedPastChat) GetAgentId() string

func (*SelectedPastChat) GetName

func (x *SelectedPastChat) GetName() string

func (*SelectedPastChat) ProtoMessage

func (*SelectedPastChat) ProtoMessage()

func (*SelectedPastChat) ProtoReflect

func (x *SelectedPastChat) ProtoReflect() protoreflect.Message

func (*SelectedPastChat) Reset

func (x *SelectedPastChat) Reset()

func (*SelectedPastChat) String

func (x *SelectedPastChat) String() string

type SelectedPullRequest

type SelectedPullRequest struct {
	Number      int32   `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Url         string  `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Title       *string `protobuf:"bytes,3,opt,name=title,proto3,oneof" json:"title,omitempty"`
	FolderPath  string  `protobuf:"bytes,4,opt,name=folder_path,json=folderPath,proto3" json:"folder_path,omitempty"`
	SummaryJson *string `protobuf:"bytes,5,opt,name=summary_json,json=summaryJson,proto3,oneof" json:"summary_json,omitempty"`
	Description *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description,omitempty"`
	BlobId      []byte  `protobuf:"bytes,7,opt,name=blob_id,json=blobId,proto3,oneof" json:"blob_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedPullRequest) Descriptor deprecated

func (*SelectedPullRequest) Descriptor() ([]byte, []int)

Deprecated: Use SelectedPullRequest.ProtoReflect.Descriptor instead.

func (*SelectedPullRequest) GetBlobId

func (x *SelectedPullRequest) GetBlobId() []byte

func (*SelectedPullRequest) GetDescription

func (x *SelectedPullRequest) GetDescription() string

func (*SelectedPullRequest) GetFolderPath

func (x *SelectedPullRequest) GetFolderPath() string

func (*SelectedPullRequest) GetNumber

func (x *SelectedPullRequest) GetNumber() int32

func (*SelectedPullRequest) GetSummaryJson

func (x *SelectedPullRequest) GetSummaryJson() string

func (*SelectedPullRequest) GetTitle

func (x *SelectedPullRequest) GetTitle() string

func (*SelectedPullRequest) GetUrl

func (x *SelectedPullRequest) GetUrl() string

func (*SelectedPullRequest) ProtoMessage

func (*SelectedPullRequest) ProtoMessage()

func (*SelectedPullRequest) ProtoReflect

func (x *SelectedPullRequest) ProtoReflect() protoreflect.Message

func (*SelectedPullRequest) Reset

func (x *SelectedPullRequest) Reset()

func (*SelectedPullRequest) String

func (x *SelectedPullRequest) String() string

type SelectedSubagent

type SelectedSubagent struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedSubagent) Descriptor deprecated

func (*SelectedSubagent) Descriptor() ([]byte, []int)

Deprecated: Use SelectedSubagent.ProtoReflect.Descriptor instead.

func (*SelectedSubagent) GetName

func (x *SelectedSubagent) GetName() string

func (*SelectedSubagent) ProtoMessage

func (*SelectedSubagent) ProtoMessage()

func (*SelectedSubagent) ProtoReflect

func (x *SelectedSubagent) ProtoReflect() protoreflect.Message

func (*SelectedSubagent) Reset

func (x *SelectedSubagent) Reset()

func (*SelectedSubagent) String

func (x *SelectedSubagent) String() string

type SelectedTerminal

type SelectedTerminal struct {
	Content string  `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Title   *string `protobuf:"bytes,2,opt,name=title,proto3,oneof" json:"title,omitempty"`
	Path    *string `protobuf:"bytes,3,opt,name=path,proto3,oneof" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedTerminal) Descriptor deprecated

func (*SelectedTerminal) Descriptor() ([]byte, []int)

Deprecated: Use SelectedTerminal.ProtoReflect.Descriptor instead.

func (*SelectedTerminal) GetContent

func (x *SelectedTerminal) GetContent() string

func (*SelectedTerminal) GetPath

func (x *SelectedTerminal) GetPath() string

func (*SelectedTerminal) GetTitle

func (x *SelectedTerminal) GetTitle() string

func (*SelectedTerminal) ProtoMessage

func (*SelectedTerminal) ProtoMessage()

func (*SelectedTerminal) ProtoReflect

func (x *SelectedTerminal) ProtoReflect() protoreflect.Message

func (*SelectedTerminal) Reset

func (x *SelectedTerminal) Reset()

func (*SelectedTerminal) String

func (x *SelectedTerminal) String() string

type SelectedTerminalSelection

type SelectedTerminalSelection struct {
	Content string  `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Title   *string `protobuf:"bytes,2,opt,name=title,proto3,oneof" json:"title,omitempty"`
	Path    *string `protobuf:"bytes,3,opt,name=path,proto3,oneof" json:"path,omitempty"`
	Range   *Range  `protobuf:"bytes,4,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedTerminalSelection) Descriptor deprecated

func (*SelectedTerminalSelection) Descriptor() ([]byte, []int)

Deprecated: Use SelectedTerminalSelection.ProtoReflect.Descriptor instead.

func (*SelectedTerminalSelection) GetContent

func (x *SelectedTerminalSelection) GetContent() string

func (*SelectedTerminalSelection) GetPath

func (x *SelectedTerminalSelection) GetPath() string

func (*SelectedTerminalSelection) GetRange

func (x *SelectedTerminalSelection) GetRange() *Range

func (*SelectedTerminalSelection) GetTitle

func (x *SelectedTerminalSelection) GetTitle() string

func (*SelectedTerminalSelection) ProtoMessage

func (*SelectedTerminalSelection) ProtoMessage()

func (*SelectedTerminalSelection) ProtoReflect

func (*SelectedTerminalSelection) Reset

func (x *SelectedTerminalSelection) Reset()

func (*SelectedTerminalSelection) String

func (x *SelectedTerminalSelection) String() string

type SelectedUIElement

type SelectedUIElement struct {
	Element            string  `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"`
	Xpath              string  `protobuf:"bytes,2,opt,name=xpath,proto3" json:"xpath,omitempty"`
	TextContent        string  `protobuf:"bytes,3,opt,name=text_content,json=textContent,proto3" json:"text_content,omitempty"`
	Extra              string  `protobuf:"bytes,4,opt,name=extra,proto3" json:"extra,omitempty"`
	Component          *string `protobuf:"bytes,5,opt,name=component,proto3,oneof" json:"component,omitempty"`
	ComponentPropsJson *string `protobuf:"bytes,6,opt,name=component_props_json,json=componentPropsJson,proto3,oneof" json:"component_props_json,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedUIElement) Descriptor deprecated

func (*SelectedUIElement) Descriptor() ([]byte, []int)

Deprecated: Use SelectedUIElement.ProtoReflect.Descriptor instead.

func (*SelectedUIElement) GetComponent

func (x *SelectedUIElement) GetComponent() string

func (*SelectedUIElement) GetComponentPropsJson

func (x *SelectedUIElement) GetComponentPropsJson() string

func (*SelectedUIElement) GetElement

func (x *SelectedUIElement) GetElement() string

func (*SelectedUIElement) GetExtra

func (x *SelectedUIElement) GetExtra() string

func (*SelectedUIElement) GetTextContent

func (x *SelectedUIElement) GetTextContent() string

func (*SelectedUIElement) GetXpath

func (x *SelectedUIElement) GetXpath() string

func (*SelectedUIElement) ProtoMessage

func (*SelectedUIElement) ProtoMessage()

func (*SelectedUIElement) ProtoReflect

func (x *SelectedUIElement) ProtoReflect() protoreflect.Message

func (*SelectedUIElement) Reset

func (x *SelectedUIElement) Reset()

func (*SelectedUIElement) String

func (x *SelectedUIElement) String() string

type SemSearchToolArgs

type SemSearchToolArgs struct {
	Query             string   `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	TargetDirectories []string `protobuf:"bytes,2,rep,name=target_directories,json=targetDirectories,proto3" json:"target_directories,omitempty"`
	Explanation       string   `protobuf:"bytes,3,opt,name=explanation,proto3" json:"explanation,omitempty"`
	// contains filtered or unexported fields
}

func (*SemSearchToolArgs) Descriptor deprecated

func (*SemSearchToolArgs) Descriptor() ([]byte, []int)

Deprecated: Use SemSearchToolArgs.ProtoReflect.Descriptor instead.

func (*SemSearchToolArgs) GetExplanation

func (x *SemSearchToolArgs) GetExplanation() string

func (*SemSearchToolArgs) GetQuery

func (x *SemSearchToolArgs) GetQuery() string

func (*SemSearchToolArgs) GetTargetDirectories

func (x *SemSearchToolArgs) GetTargetDirectories() []string

func (*SemSearchToolArgs) ProtoMessage

func (*SemSearchToolArgs) ProtoMessage()

func (*SemSearchToolArgs) ProtoReflect

func (x *SemSearchToolArgs) ProtoReflect() protoreflect.Message

func (*SemSearchToolArgs) Reset

func (x *SemSearchToolArgs) Reset()

func (*SemSearchToolArgs) String

func (x *SemSearchToolArgs) String() string

type SemSearchToolCall

type SemSearchToolCall struct {
	Args   *SemSearchToolArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *SemSearchToolResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SemSearchToolCall) Descriptor deprecated

func (*SemSearchToolCall) Descriptor() ([]byte, []int)

Deprecated: Use SemSearchToolCall.ProtoReflect.Descriptor instead.

func (*SemSearchToolCall) GetArgs

func (x *SemSearchToolCall) GetArgs() *SemSearchToolArgs

func (*SemSearchToolCall) GetResult

func (x *SemSearchToolCall) GetResult() *SemSearchToolResult

func (*SemSearchToolCall) ProtoMessage

func (*SemSearchToolCall) ProtoMessage()

func (*SemSearchToolCall) ProtoReflect

func (x *SemSearchToolCall) ProtoReflect() protoreflect.Message

func (*SemSearchToolCall) Reset

func (x *SemSearchToolCall) Reset()

func (*SemSearchToolCall) String

func (x *SemSearchToolCall) String() string

type SemSearchToolError

type SemSearchToolError struct {
	ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*SemSearchToolError) Descriptor deprecated

func (*SemSearchToolError) Descriptor() ([]byte, []int)

Deprecated: Use SemSearchToolError.ProtoReflect.Descriptor instead.

func (*SemSearchToolError) GetErrorMessage

func (x *SemSearchToolError) GetErrorMessage() string

func (*SemSearchToolError) ProtoMessage

func (*SemSearchToolError) ProtoMessage()

func (*SemSearchToolError) ProtoReflect

func (x *SemSearchToolError) ProtoReflect() protoreflect.Message

func (*SemSearchToolError) Reset

func (x *SemSearchToolError) Reset()

func (*SemSearchToolError) String

func (x *SemSearchToolError) String() string

type SemSearchToolResult

type SemSearchToolResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*SemSearchToolResult_Success
	//	*SemSearchToolResult_Error
	Result isSemSearchToolResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*SemSearchToolResult) Descriptor deprecated

func (*SemSearchToolResult) Descriptor() ([]byte, []int)

Deprecated: Use SemSearchToolResult.ProtoReflect.Descriptor instead.

func (*SemSearchToolResult) GetError

func (x *SemSearchToolResult) GetError() *SemSearchToolError

func (*SemSearchToolResult) GetResult

func (x *SemSearchToolResult) GetResult() isSemSearchToolResult_Result

func (*SemSearchToolResult) GetSuccess

func (x *SemSearchToolResult) GetSuccess() *SemSearchToolSuccess

func (*SemSearchToolResult) ProtoMessage

func (*SemSearchToolResult) ProtoMessage()

func (*SemSearchToolResult) ProtoReflect

func (x *SemSearchToolResult) ProtoReflect() protoreflect.Message

func (*SemSearchToolResult) Reset

func (x *SemSearchToolResult) Reset()

func (*SemSearchToolResult) String

func (x *SemSearchToolResult) String() string

type SemSearchToolResult_Error

type SemSearchToolResult_Error struct {
	Error *SemSearchToolError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type SemSearchToolResult_Success

type SemSearchToolResult_Success struct {
	Success *SemSearchToolSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type SemSearchToolSuccess

type SemSearchToolSuccess struct {
	Results     string   `protobuf:"bytes,1,opt,name=results,proto3" json:"results,omitempty"`
	CodeResults [][]byte `protobuf:"bytes,2,rep,name=code_results,json=codeResults,proto3" json:"code_results,omitempty"`
	// contains filtered or unexported fields
}

func (*SemSearchToolSuccess) Descriptor deprecated

func (*SemSearchToolSuccess) Descriptor() ([]byte, []int)

Deprecated: Use SemSearchToolSuccess.ProtoReflect.Descriptor instead.

func (*SemSearchToolSuccess) GetCodeResults

func (x *SemSearchToolSuccess) GetCodeResults() [][]byte

func (*SemSearchToolSuccess) GetResults

func (x *SemSearchToolSuccess) GetResults() string

func (*SemSearchToolSuccess) ProtoMessage

func (*SemSearchToolSuccess) ProtoMessage()

func (*SemSearchToolSuccess) ProtoReflect

func (x *SemSearchToolSuccess) ProtoReflect() protoreflect.Message

func (*SemSearchToolSuccess) Reset

func (x *SemSearchToolSuccess) Reset()

func (*SemSearchToolSuccess) String

func (x *SemSearchToolSuccess) String() string

type SetBlobArgs

type SetBlobArgs struct {
	BlobId   []byte `protobuf:"bytes,1,opt,name=blob_id,json=blobId,proto3" json:"blob_id,omitempty"`
	BlobData []byte `protobuf:"bytes,2,opt,name=blob_data,json=blobData,proto3" json:"blob_data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBlobArgs) Descriptor deprecated

func (*SetBlobArgs) Descriptor() ([]byte, []int)

Deprecated: Use SetBlobArgs.ProtoReflect.Descriptor instead.

func (*SetBlobArgs) GetBlobData

func (x *SetBlobArgs) GetBlobData() []byte

func (*SetBlobArgs) GetBlobId

func (x *SetBlobArgs) GetBlobId() []byte

func (*SetBlobArgs) ProtoMessage

func (*SetBlobArgs) ProtoMessage()

func (*SetBlobArgs) ProtoReflect

func (x *SetBlobArgs) ProtoReflect() protoreflect.Message

func (*SetBlobArgs) Reset

func (x *SetBlobArgs) Reset()

func (*SetBlobArgs) String

func (x *SetBlobArgs) String() string

type SetBlobResult

type SetBlobResult struct {
	Error *Error `protobuf:"bytes,1,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBlobResult) Descriptor deprecated

func (*SetBlobResult) Descriptor() ([]byte, []int)

Deprecated: Use SetBlobResult.ProtoReflect.Descriptor instead.

func (*SetBlobResult) GetError

func (x *SetBlobResult) GetError() *Error

func (*SetBlobResult) ProtoMessage

func (*SetBlobResult) ProtoMessage()

func (*SetBlobResult) ProtoReflect

func (x *SetBlobResult) ProtoReflect() protoreflect.Message

func (*SetBlobResult) Reset

func (x *SetBlobResult) Reset()

func (*SetBlobResult) String

func (x *SetBlobResult) String() string

type SetupVmEnvironmentArgs

type SetupVmEnvironmentArgs struct {
	InstallCommand string `protobuf:"bytes,2,opt,name=install_command,json=installCommand,proto3" json:"install_command,omitempty"`
	StartCommand   string `protobuf:"bytes,3,opt,name=start_command,json=startCommand,proto3" json:"start_command,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupVmEnvironmentArgs) Descriptor deprecated

func (*SetupVmEnvironmentArgs) Descriptor() ([]byte, []int)

Deprecated: Use SetupVmEnvironmentArgs.ProtoReflect.Descriptor instead.

func (*SetupVmEnvironmentArgs) GetInstallCommand

func (x *SetupVmEnvironmentArgs) GetInstallCommand() string

func (*SetupVmEnvironmentArgs) GetStartCommand

func (x *SetupVmEnvironmentArgs) GetStartCommand() string

func (*SetupVmEnvironmentArgs) ProtoMessage

func (*SetupVmEnvironmentArgs) ProtoMessage()

func (*SetupVmEnvironmentArgs) ProtoReflect

func (x *SetupVmEnvironmentArgs) ProtoReflect() protoreflect.Message

func (*SetupVmEnvironmentArgs) Reset

func (x *SetupVmEnvironmentArgs) Reset()

func (*SetupVmEnvironmentArgs) String

func (x *SetupVmEnvironmentArgs) String() string

type SetupVmEnvironmentResult

type SetupVmEnvironmentResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*SetupVmEnvironmentResult_Success
	Result isSetupVmEnvironmentResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*SetupVmEnvironmentResult) Descriptor deprecated

func (*SetupVmEnvironmentResult) Descriptor() ([]byte, []int)

Deprecated: Use SetupVmEnvironmentResult.ProtoReflect.Descriptor instead.

func (*SetupVmEnvironmentResult) GetResult

func (x *SetupVmEnvironmentResult) GetResult() isSetupVmEnvironmentResult_Result

func (*SetupVmEnvironmentResult) GetSuccess

func (*SetupVmEnvironmentResult) ProtoMessage

func (*SetupVmEnvironmentResult) ProtoMessage()

func (*SetupVmEnvironmentResult) ProtoReflect

func (x *SetupVmEnvironmentResult) ProtoReflect() protoreflect.Message

func (*SetupVmEnvironmentResult) Reset

func (x *SetupVmEnvironmentResult) Reset()

func (*SetupVmEnvironmentResult) String

func (x *SetupVmEnvironmentResult) String() string

type SetupVmEnvironmentResult_Success

type SetupVmEnvironmentResult_Success struct {
	Success *SetupVmEnvironmentSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type SetupVmEnvironmentSuccess

type SetupVmEnvironmentSuccess struct {
	// contains filtered or unexported fields
}

func (*SetupVmEnvironmentSuccess) Descriptor deprecated

func (*SetupVmEnvironmentSuccess) Descriptor() ([]byte, []int)

Deprecated: Use SetupVmEnvironmentSuccess.ProtoReflect.Descriptor instead.

func (*SetupVmEnvironmentSuccess) ProtoMessage

func (*SetupVmEnvironmentSuccess) ProtoMessage()

func (*SetupVmEnvironmentSuccess) ProtoReflect

func (*SetupVmEnvironmentSuccess) Reset

func (x *SetupVmEnvironmentSuccess) Reset()

func (*SetupVmEnvironmentSuccess) String

func (x *SetupVmEnvironmentSuccess) String() string

type SetupVmEnvironmentToolCall

type SetupVmEnvironmentToolCall struct {
	Args   *SetupVmEnvironmentArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *SetupVmEnvironmentResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetupVmEnvironmentToolCall) Descriptor deprecated

func (*SetupVmEnvironmentToolCall) Descriptor() ([]byte, []int)

Deprecated: Use SetupVmEnvironmentToolCall.ProtoReflect.Descriptor instead.

func (*SetupVmEnvironmentToolCall) GetArgs

func (*SetupVmEnvironmentToolCall) GetResult

func (*SetupVmEnvironmentToolCall) ProtoMessage

func (*SetupVmEnvironmentToolCall) ProtoMessage()

func (*SetupVmEnvironmentToolCall) ProtoReflect

func (*SetupVmEnvironmentToolCall) Reset

func (x *SetupVmEnvironmentToolCall) Reset()

func (*SetupVmEnvironmentToolCall) String

func (x *SetupVmEnvironmentToolCall) String() string

type ShellAbortReason

type ShellAbortReason int32
const (
	ShellAbortReason_SHELL_ABORT_REASON_UNSPECIFIED ShellAbortReason = 0
	ShellAbortReason_SHELL_ABORT_REASON_USER_ABORT  ShellAbortReason = 1
	ShellAbortReason_SHELL_ABORT_REASON_TIMEOUT     ShellAbortReason = 2
)

func (ShellAbortReason) Descriptor

func (ShellAbortReason) Enum

func (ShellAbortReason) EnumDescriptor deprecated

func (ShellAbortReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use ShellAbortReason.Descriptor instead.

func (ShellAbortReason) Number

func (ShellAbortReason) String

func (x ShellAbortReason) String() string

func (ShellAbortReason) Type

type ShellArgs

type ShellArgs struct {
	Command                  string                     `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory         string                     `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Timeout                  int32                      `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	ToolCallId               string                     `protobuf:"bytes,4,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	SimpleCommands           []string                   `protobuf:"bytes,5,rep,name=simple_commands,json=simpleCommands,proto3" json:"simple_commands,omitempty"`
	HasInputRedirect         bool                       `protobuf:"varint,6,opt,name=has_input_redirect,json=hasInputRedirect,proto3" json:"has_input_redirect,omitempty"`
	HasOutputRedirect        bool                       `protobuf:"varint,7,opt,name=has_output_redirect,json=hasOutputRedirect,proto3" json:"has_output_redirect,omitempty"`
	ParsingResult            *ShellCommandParsingResult `protobuf:"bytes,8,opt,name=parsing_result,json=parsingResult,proto3" json:"parsing_result,omitempty"`
	RequestedSandboxPolicy   *SandboxPolicy             `` /* 135-byte string literal not displayed */
	FileOutputThresholdBytes *uint64                    `` /* 145-byte string literal not displayed */
	IsBackground             bool                       `protobuf:"varint,11,opt,name=is_background,json=isBackground,proto3" json:"is_background,omitempty"`
	SkipApproval             bool                       `protobuf:"varint,12,opt,name=skip_approval,json=skipApproval,proto3" json:"skip_approval,omitempty"`
	TimeoutBehavior          int32                      `protobuf:"varint,13,opt,name=timeout_behavior,json=timeoutBehavior,proto3" json:"timeout_behavior,omitempty"`
	HardTimeout              *int32                     `protobuf:"varint,14,opt,name=hard_timeout,json=hardTimeout,proto3,oneof" json:"hard_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellArgs) Descriptor deprecated

func (*ShellArgs) Descriptor() ([]byte, []int)

Deprecated: Use ShellArgs.ProtoReflect.Descriptor instead.

func (*ShellArgs) GetCommand

func (x *ShellArgs) GetCommand() string

func (*ShellArgs) GetFileOutputThresholdBytes

func (x *ShellArgs) GetFileOutputThresholdBytes() uint64

func (*ShellArgs) GetHardTimeout

func (x *ShellArgs) GetHardTimeout() int32

func (*ShellArgs) GetHasInputRedirect

func (x *ShellArgs) GetHasInputRedirect() bool

func (*ShellArgs) GetHasOutputRedirect

func (x *ShellArgs) GetHasOutputRedirect() bool

func (*ShellArgs) GetIsBackground

func (x *ShellArgs) GetIsBackground() bool

func (*ShellArgs) GetParsingResult

func (x *ShellArgs) GetParsingResult() *ShellCommandParsingResult

func (*ShellArgs) GetRequestedSandboxPolicy

func (x *ShellArgs) GetRequestedSandboxPolicy() *SandboxPolicy

func (*ShellArgs) GetSimpleCommands

func (x *ShellArgs) GetSimpleCommands() []string

func (*ShellArgs) GetSkipApproval

func (x *ShellArgs) GetSkipApproval() bool

func (*ShellArgs) GetTimeout

func (x *ShellArgs) GetTimeout() int32

func (*ShellArgs) GetTimeoutBehavior

func (x *ShellArgs) GetTimeoutBehavior() int32

func (*ShellArgs) GetToolCallId

func (x *ShellArgs) GetToolCallId() string

func (*ShellArgs) GetWorkingDirectory

func (x *ShellArgs) GetWorkingDirectory() string

func (*ShellArgs) ProtoMessage

func (*ShellArgs) ProtoMessage()

func (*ShellArgs) ProtoReflect

func (x *ShellArgs) ProtoReflect() protoreflect.Message

func (*ShellArgs) Reset

func (x *ShellArgs) Reset()

func (*ShellArgs) String

func (x *ShellArgs) String() string

type ShellCommand

type ShellCommand struct {
	Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellCommand) Descriptor deprecated

func (*ShellCommand) Descriptor() ([]byte, []int)

Deprecated: Use ShellCommand.ProtoReflect.Descriptor instead.

func (*ShellCommand) GetCommand

func (x *ShellCommand) GetCommand() string

func (*ShellCommand) ProtoMessage

func (*ShellCommand) ProtoMessage()

func (*ShellCommand) ProtoReflect

func (x *ShellCommand) ProtoReflect() protoreflect.Message

func (*ShellCommand) Reset

func (x *ShellCommand) Reset()

func (*ShellCommand) String

func (x *ShellCommand) String() string

type ShellCommandAction

type ShellCommandAction struct {
	ShellCommand *ShellCommand `protobuf:"bytes,1,opt,name=shell_command,json=shellCommand,proto3" json:"shell_command,omitempty"`
	ExecId       string        `protobuf:"bytes,2,opt,name=exec_id,json=execId,proto3" json:"exec_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellCommandAction) Descriptor deprecated

func (*ShellCommandAction) Descriptor() ([]byte, []int)

Deprecated: Use ShellCommandAction.ProtoReflect.Descriptor instead.

func (*ShellCommandAction) GetExecId

func (x *ShellCommandAction) GetExecId() string

func (*ShellCommandAction) GetShellCommand

func (x *ShellCommandAction) GetShellCommand() *ShellCommand

func (*ShellCommandAction) ProtoMessage

func (*ShellCommandAction) ProtoMessage()

func (*ShellCommandAction) ProtoReflect

func (x *ShellCommandAction) ProtoReflect() protoreflect.Message

func (*ShellCommandAction) Reset

func (x *ShellCommandAction) Reset()

func (*ShellCommandAction) String

func (x *ShellCommandAction) String() string

type ShellCommandParsingResult

type ShellCommandParsingResult struct {
	ParsingFailed          bool                                           `protobuf:"varint,1,opt,name=parsing_failed,json=parsingFailed,proto3" json:"parsing_failed,omitempty"`
	ExecutableCommands     []*ShellCommandParsingResult_ExecutableCommand `protobuf:"bytes,2,rep,name=executable_commands,json=executableCommands,proto3" json:"executable_commands,omitempty"`
	HasRedirects           bool                                           `protobuf:"varint,3,opt,name=has_redirects,json=hasRedirects,proto3" json:"has_redirects,omitempty"`
	HasCommandSubstitution bool                                           `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ShellCommandParsingResult) Descriptor deprecated

func (*ShellCommandParsingResult) Descriptor() ([]byte, []int)

Deprecated: Use ShellCommandParsingResult.ProtoReflect.Descriptor instead.

func (*ShellCommandParsingResult) GetExecutableCommands

func (*ShellCommandParsingResult) GetHasCommandSubstitution

func (x *ShellCommandParsingResult) GetHasCommandSubstitution() bool

func (*ShellCommandParsingResult) GetHasRedirects

func (x *ShellCommandParsingResult) GetHasRedirects() bool

func (*ShellCommandParsingResult) GetParsingFailed

func (x *ShellCommandParsingResult) GetParsingFailed() bool

func (*ShellCommandParsingResult) ProtoMessage

func (*ShellCommandParsingResult) ProtoMessage()

func (*ShellCommandParsingResult) ProtoReflect

func (*ShellCommandParsingResult) Reset

func (x *ShellCommandParsingResult) Reset()

func (*ShellCommandParsingResult) String

func (x *ShellCommandParsingResult) String() string

type ShellCommandParsingResult_ExecutableCommand

type ShellCommandParsingResult_ExecutableCommand struct {
	Name     string                                            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Args     []*ShellCommandParsingResult_ExecutableCommandArg `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"`
	FullText string                                            `protobuf:"bytes,3,opt,name=full_text,json=fullText,proto3" json:"full_text,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellCommandParsingResult_ExecutableCommand) Descriptor deprecated

Deprecated: Use ShellCommandParsingResult_ExecutableCommand.ProtoReflect.Descriptor instead.

func (*ShellCommandParsingResult_ExecutableCommand) GetArgs

func (*ShellCommandParsingResult_ExecutableCommand) GetFullText

func (*ShellCommandParsingResult_ExecutableCommand) GetName

func (*ShellCommandParsingResult_ExecutableCommand) ProtoMessage

func (*ShellCommandParsingResult_ExecutableCommand) ProtoReflect

func (*ShellCommandParsingResult_ExecutableCommand) Reset

func (*ShellCommandParsingResult_ExecutableCommand) String

type ShellCommandParsingResult_ExecutableCommandArg

type ShellCommandParsingResult_ExecutableCommandArg struct {
	Type  string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellCommandParsingResult_ExecutableCommandArg) Descriptor deprecated

Deprecated: Use ShellCommandParsingResult_ExecutableCommandArg.ProtoReflect.Descriptor instead.

func (*ShellCommandParsingResult_ExecutableCommandArg) GetType

func (*ShellCommandParsingResult_ExecutableCommandArg) GetValue

func (*ShellCommandParsingResult_ExecutableCommandArg) ProtoMessage

func (*ShellCommandParsingResult_ExecutableCommandArg) ProtoReflect

func (*ShellCommandParsingResult_ExecutableCommandArg) Reset

func (*ShellCommandParsingResult_ExecutableCommandArg) String

type ShellConversationTurn

type ShellConversationTurn struct {
	ShellCommand *ShellCommand `protobuf:"bytes,1,opt,name=shell_command,json=shellCommand,proto3" json:"shell_command,omitempty"`
	ShellOutput  *ShellOutput  `protobuf:"bytes,2,opt,name=shell_output,json=shellOutput,proto3" json:"shell_output,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellConversationTurn) Descriptor deprecated

func (*ShellConversationTurn) Descriptor() ([]byte, []int)

Deprecated: Use ShellConversationTurn.ProtoReflect.Descriptor instead.

func (*ShellConversationTurn) GetShellCommand

func (x *ShellConversationTurn) GetShellCommand() *ShellCommand

func (*ShellConversationTurn) GetShellOutput

func (x *ShellConversationTurn) GetShellOutput() *ShellOutput

func (*ShellConversationTurn) ProtoMessage

func (*ShellConversationTurn) ProtoMessage()

func (*ShellConversationTurn) ProtoReflect

func (x *ShellConversationTurn) ProtoReflect() protoreflect.Message

func (*ShellConversationTurn) Reset

func (x *ShellConversationTurn) Reset()

func (*ShellConversationTurn) String

func (x *ShellConversationTurn) String() string

type ShellConversationTurnStructure

type ShellConversationTurnStructure struct {
	ShellCommand []byte `protobuf:"bytes,1,opt,name=shell_command,json=shellCommand,proto3" json:"shell_command,omitempty"`
	ShellOutput  []byte `protobuf:"bytes,2,opt,name=shell_output,json=shellOutput,proto3" json:"shell_output,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellConversationTurnStructure) Descriptor deprecated

func (*ShellConversationTurnStructure) Descriptor() ([]byte, []int)

Deprecated: Use ShellConversationTurnStructure.ProtoReflect.Descriptor instead.

func (*ShellConversationTurnStructure) GetShellCommand

func (x *ShellConversationTurnStructure) GetShellCommand() []byte

func (*ShellConversationTurnStructure) GetShellOutput

func (x *ShellConversationTurnStructure) GetShellOutput() []byte

func (*ShellConversationTurnStructure) ProtoMessage

func (*ShellConversationTurnStructure) ProtoMessage()

func (*ShellConversationTurnStructure) ProtoReflect

func (*ShellConversationTurnStructure) Reset

func (x *ShellConversationTurnStructure) Reset()

func (*ShellConversationTurnStructure) String

type ShellFailure

type ShellFailure struct {
	Command           string          `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory  string          `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	ExitCode          int32           `protobuf:"varint,3,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Signal            string          `protobuf:"bytes,4,opt,name=signal,proto3" json:"signal,omitempty"`
	Stdout            string          `protobuf:"bytes,5,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr            string          `protobuf:"bytes,6,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExecutionTime     int32           `protobuf:"varint,7,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	OutputLocation    *OutputLocation `protobuf:"bytes,8,opt,name=output_location,json=outputLocation,proto3,oneof" json:"output_location,omitempty"`
	InterleavedOutput *string         `protobuf:"bytes,9,opt,name=interleaved_output,json=interleavedOutput,proto3,oneof" json:"interleaved_output,omitempty"`
	AbortReason       *int32          `protobuf:"varint,10,opt,name=abort_reason,json=abortReason,proto3,oneof" json:"abort_reason,omitempty"`
	Aborted           bool            `protobuf:"varint,11,opt,name=aborted,proto3" json:"aborted,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellFailure) Descriptor deprecated

func (*ShellFailure) Descriptor() ([]byte, []int)

Deprecated: Use ShellFailure.ProtoReflect.Descriptor instead.

func (*ShellFailure) GetAbortReason

func (x *ShellFailure) GetAbortReason() int32

func (*ShellFailure) GetAborted

func (x *ShellFailure) GetAborted() bool

func (*ShellFailure) GetCommand

func (x *ShellFailure) GetCommand() string

func (*ShellFailure) GetExecutionTime

func (x *ShellFailure) GetExecutionTime() int32

func (*ShellFailure) GetExitCode

func (x *ShellFailure) GetExitCode() int32

func (*ShellFailure) GetInterleavedOutput

func (x *ShellFailure) GetInterleavedOutput() string

func (*ShellFailure) GetOutputLocation

func (x *ShellFailure) GetOutputLocation() *OutputLocation

func (*ShellFailure) GetSignal

func (x *ShellFailure) GetSignal() string

func (*ShellFailure) GetStderr

func (x *ShellFailure) GetStderr() string

func (*ShellFailure) GetStdout

func (x *ShellFailure) GetStdout() string

func (*ShellFailure) GetWorkingDirectory

func (x *ShellFailure) GetWorkingDirectory() string

func (*ShellFailure) ProtoMessage

func (*ShellFailure) ProtoMessage()

func (*ShellFailure) ProtoReflect

func (x *ShellFailure) ProtoReflect() protoreflect.Message

func (*ShellFailure) Reset

func (x *ShellFailure) Reset()

func (*ShellFailure) String

func (x *ShellFailure) String() string

type ShellOutput

type ShellOutput struct {
	Stdout   string `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr   string `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExitCode int32  `protobuf:"varint,3,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellOutput) Descriptor deprecated

func (*ShellOutput) Descriptor() ([]byte, []int)

Deprecated: Use ShellOutput.ProtoReflect.Descriptor instead.

func (*ShellOutput) GetExitCode

func (x *ShellOutput) GetExitCode() int32

func (*ShellOutput) GetStderr

func (x *ShellOutput) GetStderr() string

func (*ShellOutput) GetStdout

func (x *ShellOutput) GetStdout() string

func (*ShellOutput) ProtoMessage

func (*ShellOutput) ProtoMessage()

func (*ShellOutput) ProtoReflect

func (x *ShellOutput) ProtoReflect() protoreflect.Message

func (*ShellOutput) Reset

func (x *ShellOutput) Reset()

func (*ShellOutput) String

func (x *ShellOutput) String() string

type ShellOutputDeltaUpdate

type ShellOutputDeltaUpdate struct {

	// Types that are valid to be assigned to Event:
	//
	//	*ShellOutputDeltaUpdate_Stdout
	//	*ShellOutputDeltaUpdate_Stderr
	//	*ShellOutputDeltaUpdate_Exit
	//	*ShellOutputDeltaUpdate_Start
	Event isShellOutputDeltaUpdate_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*ShellOutputDeltaUpdate) Descriptor deprecated

func (*ShellOutputDeltaUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ShellOutputDeltaUpdate.ProtoReflect.Descriptor instead.

func (*ShellOutputDeltaUpdate) GetEvent

func (x *ShellOutputDeltaUpdate) GetEvent() isShellOutputDeltaUpdate_Event

func (*ShellOutputDeltaUpdate) GetExit

func (*ShellOutputDeltaUpdate) GetStart

func (*ShellOutputDeltaUpdate) GetStderr

func (x *ShellOutputDeltaUpdate) GetStderr() *ShellStreamStderr

func (*ShellOutputDeltaUpdate) GetStdout

func (x *ShellOutputDeltaUpdate) GetStdout() *ShellStreamStdout

func (*ShellOutputDeltaUpdate) ProtoMessage

func (*ShellOutputDeltaUpdate) ProtoMessage()

func (*ShellOutputDeltaUpdate) ProtoReflect

func (x *ShellOutputDeltaUpdate) ProtoReflect() protoreflect.Message

func (*ShellOutputDeltaUpdate) Reset

func (x *ShellOutputDeltaUpdate) Reset()

func (*ShellOutputDeltaUpdate) String

func (x *ShellOutputDeltaUpdate) String() string

type ShellOutputDeltaUpdate_Exit

type ShellOutputDeltaUpdate_Exit struct {
	Exit *ShellStreamExit `protobuf:"bytes,3,opt,name=exit,proto3,oneof"`
}

type ShellOutputDeltaUpdate_Start

type ShellOutputDeltaUpdate_Start struct {
	Start *ShellStreamStart `protobuf:"bytes,4,opt,name=start,proto3,oneof"`
}

type ShellOutputDeltaUpdate_Stderr

type ShellOutputDeltaUpdate_Stderr struct {
	Stderr *ShellStreamStderr `protobuf:"bytes,2,opt,name=stderr,proto3,oneof"`
}

type ShellOutputDeltaUpdate_Stdout

type ShellOutputDeltaUpdate_Stdout struct {
	Stdout *ShellStreamStdout `protobuf:"bytes,1,opt,name=stdout,proto3,oneof"`
}

type ShellPartialResult

type ShellPartialResult struct {
	StdoutDelta string `protobuf:"bytes,1,opt,name=stdout_delta,json=stdoutDelta,proto3" json:"stdout_delta,omitempty"`
	StderrDelta string `protobuf:"bytes,2,opt,name=stderr_delta,json=stderrDelta,proto3" json:"stderr_delta,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellPartialResult) Descriptor deprecated

func (*ShellPartialResult) Descriptor() ([]byte, []int)

Deprecated: Use ShellPartialResult.ProtoReflect.Descriptor instead.

func (*ShellPartialResult) GetStderrDelta

func (x *ShellPartialResult) GetStderrDelta() string

func (*ShellPartialResult) GetStdoutDelta

func (x *ShellPartialResult) GetStdoutDelta() string

func (*ShellPartialResult) ProtoMessage

func (*ShellPartialResult) ProtoMessage()

func (*ShellPartialResult) ProtoReflect

func (x *ShellPartialResult) ProtoReflect() protoreflect.Message

func (*ShellPartialResult) Reset

func (x *ShellPartialResult) Reset()

func (*ShellPartialResult) String

func (x *ShellPartialResult) String() string

type ShellPermissionDenied

type ShellPermissionDenied struct {
	Command          string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Error            string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	IsReadonly       bool   `protobuf:"varint,4,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellPermissionDenied) Descriptor deprecated

func (*ShellPermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use ShellPermissionDenied.ProtoReflect.Descriptor instead.

func (*ShellPermissionDenied) GetCommand

func (x *ShellPermissionDenied) GetCommand() string

func (*ShellPermissionDenied) GetError

func (x *ShellPermissionDenied) GetError() string

func (*ShellPermissionDenied) GetIsReadonly

func (x *ShellPermissionDenied) GetIsReadonly() bool

func (*ShellPermissionDenied) GetWorkingDirectory

func (x *ShellPermissionDenied) GetWorkingDirectory() string

func (*ShellPermissionDenied) ProtoMessage

func (*ShellPermissionDenied) ProtoMessage()

func (*ShellPermissionDenied) ProtoReflect

func (x *ShellPermissionDenied) ProtoReflect() protoreflect.Message

func (*ShellPermissionDenied) Reset

func (x *ShellPermissionDenied) Reset()

func (*ShellPermissionDenied) String

func (x *ShellPermissionDenied) String() string

type ShellRejected

type ShellRejected struct {
	Command          string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Reason           string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
	IsReadonly       bool   `protobuf:"varint,4,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellRejected) Descriptor deprecated

func (*ShellRejected) Descriptor() ([]byte, []int)

Deprecated: Use ShellRejected.ProtoReflect.Descriptor instead.

func (*ShellRejected) GetCommand

func (x *ShellRejected) GetCommand() string

func (*ShellRejected) GetIsReadonly

func (x *ShellRejected) GetIsReadonly() bool

func (*ShellRejected) GetReason

func (x *ShellRejected) GetReason() string

func (*ShellRejected) GetWorkingDirectory

func (x *ShellRejected) GetWorkingDirectory() string

func (*ShellRejected) ProtoMessage

func (*ShellRejected) ProtoMessage()

func (*ShellRejected) ProtoReflect

func (x *ShellRejected) ProtoReflect() protoreflect.Message

func (*ShellRejected) Reset

func (x *ShellRejected) Reset()

func (*ShellRejected) String

func (x *ShellRejected) String() string

type ShellResult

type ShellResult struct {
	SandboxPolicy   *SandboxPolicy `protobuf:"bytes,101,opt,name=sandbox_policy,json=sandboxPolicy,proto3,oneof" json:"sandbox_policy,omitempty"`
	IsBackground    *bool          `protobuf:"varint,102,opt,name=is_background,json=isBackground,proto3,oneof" json:"is_background,omitempty"`
	TerminalsFolder *string        `protobuf:"bytes,103,opt,name=terminals_folder,json=terminalsFolder,proto3,oneof" json:"terminals_folder,omitempty"`
	Pid             *uint32        `protobuf:"varint,104,opt,name=pid,proto3,oneof" json:"pid,omitempty"`
	// Types that are valid to be assigned to Result:
	//
	//	*ShellResult_Success
	//	*ShellResult_Failure
	//	*ShellResult_Timeout
	//	*ShellResult_Rejected
	//	*ShellResult_SpawnError
	//	*ShellResult_PermissionDenied
	Result isShellResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*ShellResult) Descriptor deprecated

func (*ShellResult) Descriptor() ([]byte, []int)

Deprecated: Use ShellResult.ProtoReflect.Descriptor instead.

func (*ShellResult) GetFailure

func (x *ShellResult) GetFailure() *ShellFailure

func (*ShellResult) GetIsBackground

func (x *ShellResult) GetIsBackground() bool

func (*ShellResult) GetPermissionDenied

func (x *ShellResult) GetPermissionDenied() *ShellPermissionDenied

func (*ShellResult) GetPid

func (x *ShellResult) GetPid() uint32

func (*ShellResult) GetRejected

func (x *ShellResult) GetRejected() *ShellRejected

func (*ShellResult) GetResult

func (x *ShellResult) GetResult() isShellResult_Result

func (*ShellResult) GetSandboxPolicy

func (x *ShellResult) GetSandboxPolicy() *SandboxPolicy

func (*ShellResult) GetSpawnError

func (x *ShellResult) GetSpawnError() *ShellSpawnError

func (*ShellResult) GetSuccess

func (x *ShellResult) GetSuccess() *ShellSuccess

func (*ShellResult) GetTerminalsFolder

func (x *ShellResult) GetTerminalsFolder() string

func (*ShellResult) GetTimeout

func (x *ShellResult) GetTimeout() *ShellTimeout

func (*ShellResult) ProtoMessage

func (*ShellResult) ProtoMessage()

func (*ShellResult) ProtoReflect

func (x *ShellResult) ProtoReflect() protoreflect.Message

func (*ShellResult) Reset

func (x *ShellResult) Reset()

func (*ShellResult) String

func (x *ShellResult) String() string

type ShellResult_Failure

type ShellResult_Failure struct {
	Failure *ShellFailure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}

type ShellResult_PermissionDenied

type ShellResult_PermissionDenied struct {
	PermissionDenied *ShellPermissionDenied `protobuf:"bytes,7,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type ShellResult_Rejected

type ShellResult_Rejected struct {
	Rejected *ShellRejected `protobuf:"bytes,4,opt,name=rejected,proto3,oneof"`
}

type ShellResult_SpawnError

type ShellResult_SpawnError struct {
	SpawnError *ShellSpawnError `protobuf:"bytes,5,opt,name=spawn_error,json=spawnError,proto3,oneof"`
}

type ShellResult_Success

type ShellResult_Success struct {
	Success *ShellSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type ShellResult_Timeout

type ShellResult_Timeout struct {
	Timeout *ShellTimeout `protobuf:"bytes,3,opt,name=timeout,proto3,oneof"`
}

type ShellSpawnError

type ShellSpawnError struct {
	Command          string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Error            string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellSpawnError) Descriptor deprecated

func (*ShellSpawnError) Descriptor() ([]byte, []int)

Deprecated: Use ShellSpawnError.ProtoReflect.Descriptor instead.

func (*ShellSpawnError) GetCommand

func (x *ShellSpawnError) GetCommand() string

func (*ShellSpawnError) GetError

func (x *ShellSpawnError) GetError() string

func (*ShellSpawnError) GetWorkingDirectory

func (x *ShellSpawnError) GetWorkingDirectory() string

func (*ShellSpawnError) ProtoMessage

func (*ShellSpawnError) ProtoMessage()

func (*ShellSpawnError) ProtoReflect

func (x *ShellSpawnError) ProtoReflect() protoreflect.Message

func (*ShellSpawnError) Reset

func (x *ShellSpawnError) Reset()

func (*ShellSpawnError) String

func (x *ShellSpawnError) String() string

type ShellStream

type ShellStream struct {

	// Types that are valid to be assigned to Event:
	//
	//	*ShellStream_Stdout
	//	*ShellStream_Stderr
	//	*ShellStream_Exit
	//	*ShellStream_Start
	//	*ShellStream_Rejected
	//	*ShellStream_PermissionDenied
	//	*ShellStream_Backgrounded
	Event isShellStream_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*ShellStream) Descriptor deprecated

func (*ShellStream) Descriptor() ([]byte, []int)

Deprecated: Use ShellStream.ProtoReflect.Descriptor instead.

func (*ShellStream) GetBackgrounded

func (x *ShellStream) GetBackgrounded() *ShellStreamBackgrounded

func (*ShellStream) GetEvent

func (x *ShellStream) GetEvent() isShellStream_Event

func (*ShellStream) GetExit

func (x *ShellStream) GetExit() *ShellStreamExit

func (*ShellStream) GetPermissionDenied

func (x *ShellStream) GetPermissionDenied() *ShellPermissionDenied

func (*ShellStream) GetRejected

func (x *ShellStream) GetRejected() *ShellRejected

func (*ShellStream) GetStart

func (x *ShellStream) GetStart() *ShellStreamStart

func (*ShellStream) GetStderr

func (x *ShellStream) GetStderr() *ShellStreamStderr

func (*ShellStream) GetStdout

func (x *ShellStream) GetStdout() *ShellStreamStdout

func (*ShellStream) ProtoMessage

func (*ShellStream) ProtoMessage()

func (*ShellStream) ProtoReflect

func (x *ShellStream) ProtoReflect() protoreflect.Message

func (*ShellStream) Reset

func (x *ShellStream) Reset()

func (*ShellStream) String

func (x *ShellStream) String() string

type ShellStreamBackgrounded

type ShellStreamBackgrounded struct {
	ShellId          uint32  `protobuf:"varint,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	Command          string  `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string  `protobuf:"bytes,3,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Pid              *uint32 `protobuf:"varint,4,opt,name=pid,proto3,oneof" json:"pid,omitempty"`
	MsToWait         *int32  `protobuf:"varint,5,opt,name=ms_to_wait,json=msToWait,proto3,oneof" json:"ms_to_wait,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellStreamBackgrounded) Descriptor deprecated

func (*ShellStreamBackgrounded) Descriptor() ([]byte, []int)

Deprecated: Use ShellStreamBackgrounded.ProtoReflect.Descriptor instead.

func (*ShellStreamBackgrounded) GetCommand

func (x *ShellStreamBackgrounded) GetCommand() string

func (*ShellStreamBackgrounded) GetMsToWait

func (x *ShellStreamBackgrounded) GetMsToWait() int32

func (*ShellStreamBackgrounded) GetPid

func (x *ShellStreamBackgrounded) GetPid() uint32

func (*ShellStreamBackgrounded) GetShellId

func (x *ShellStreamBackgrounded) GetShellId() uint32

func (*ShellStreamBackgrounded) GetWorkingDirectory

func (x *ShellStreamBackgrounded) GetWorkingDirectory() string

func (*ShellStreamBackgrounded) ProtoMessage

func (*ShellStreamBackgrounded) ProtoMessage()

func (*ShellStreamBackgrounded) ProtoReflect

func (x *ShellStreamBackgrounded) ProtoReflect() protoreflect.Message

func (*ShellStreamBackgrounded) Reset

func (x *ShellStreamBackgrounded) Reset()

func (*ShellStreamBackgrounded) String

func (x *ShellStreamBackgrounded) String() string

type ShellStreamExit

type ShellStreamExit struct {
	Code           uint32          `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Cwd            string          `protobuf:"bytes,2,opt,name=cwd,proto3" json:"cwd,omitempty"`
	OutputLocation *OutputLocation `protobuf:"bytes,3,opt,name=output_location,json=outputLocation,proto3,oneof" json:"output_location,omitempty"`
	Aborted        bool            `protobuf:"varint,4,opt,name=aborted,proto3" json:"aborted,omitempty"`
	AbortReason    *int32          `protobuf:"varint,5,opt,name=abort_reason,json=abortReason,proto3,oneof" json:"abort_reason,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellStreamExit) Descriptor deprecated

func (*ShellStreamExit) Descriptor() ([]byte, []int)

Deprecated: Use ShellStreamExit.ProtoReflect.Descriptor instead.

func (*ShellStreamExit) GetAbortReason

func (x *ShellStreamExit) GetAbortReason() int32

func (*ShellStreamExit) GetAborted

func (x *ShellStreamExit) GetAborted() bool

func (*ShellStreamExit) GetCode

func (x *ShellStreamExit) GetCode() uint32

func (*ShellStreamExit) GetCwd

func (x *ShellStreamExit) GetCwd() string

func (*ShellStreamExit) GetOutputLocation

func (x *ShellStreamExit) GetOutputLocation() *OutputLocation

func (*ShellStreamExit) ProtoMessage

func (*ShellStreamExit) ProtoMessage()

func (*ShellStreamExit) ProtoReflect

func (x *ShellStreamExit) ProtoReflect() protoreflect.Message

func (*ShellStreamExit) Reset

func (x *ShellStreamExit) Reset()

func (*ShellStreamExit) String

func (x *ShellStreamExit) String() string

type ShellStreamStart

type ShellStreamStart struct {
	SandboxPolicy *SandboxPolicy `protobuf:"bytes,1,opt,name=sandbox_policy,json=sandboxPolicy,proto3,oneof" json:"sandbox_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellStreamStart) Descriptor deprecated

func (*ShellStreamStart) Descriptor() ([]byte, []int)

Deprecated: Use ShellStreamStart.ProtoReflect.Descriptor instead.

func (*ShellStreamStart) GetSandboxPolicy

func (x *ShellStreamStart) GetSandboxPolicy() *SandboxPolicy

func (*ShellStreamStart) ProtoMessage

func (*ShellStreamStart) ProtoMessage()

func (*ShellStreamStart) ProtoReflect

func (x *ShellStreamStart) ProtoReflect() protoreflect.Message

func (*ShellStreamStart) Reset

func (x *ShellStreamStart) Reset()

func (*ShellStreamStart) String

func (x *ShellStreamStart) String() string

type ShellStreamStderr

type ShellStreamStderr struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellStreamStderr) Descriptor deprecated

func (*ShellStreamStderr) Descriptor() ([]byte, []int)

Deprecated: Use ShellStreamStderr.ProtoReflect.Descriptor instead.

func (*ShellStreamStderr) GetData

func (x *ShellStreamStderr) GetData() string

func (*ShellStreamStderr) ProtoMessage

func (*ShellStreamStderr) ProtoMessage()

func (*ShellStreamStderr) ProtoReflect

func (x *ShellStreamStderr) ProtoReflect() protoreflect.Message

func (*ShellStreamStderr) Reset

func (x *ShellStreamStderr) Reset()

func (*ShellStreamStderr) String

func (x *ShellStreamStderr) String() string

type ShellStreamStdout

type ShellStreamStdout struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellStreamStdout) Descriptor deprecated

func (*ShellStreamStdout) Descriptor() ([]byte, []int)

Deprecated: Use ShellStreamStdout.ProtoReflect.Descriptor instead.

func (*ShellStreamStdout) GetData

func (x *ShellStreamStdout) GetData() string

func (*ShellStreamStdout) ProtoMessage

func (*ShellStreamStdout) ProtoMessage()

func (*ShellStreamStdout) ProtoReflect

func (x *ShellStreamStdout) ProtoReflect() protoreflect.Message

func (*ShellStreamStdout) Reset

func (x *ShellStreamStdout) Reset()

func (*ShellStreamStdout) String

func (x *ShellStreamStdout) String() string

type ShellStream_Backgrounded

type ShellStream_Backgrounded struct {
	Backgrounded *ShellStreamBackgrounded `protobuf:"bytes,7,opt,name=backgrounded,proto3,oneof"`
}

type ShellStream_Exit

type ShellStream_Exit struct {
	Exit *ShellStreamExit `protobuf:"bytes,3,opt,name=exit,proto3,oneof"`
}

type ShellStream_PermissionDenied

type ShellStream_PermissionDenied struct {
	PermissionDenied *ShellPermissionDenied `protobuf:"bytes,6,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type ShellStream_Rejected

type ShellStream_Rejected struct {
	Rejected *ShellRejected `protobuf:"bytes,5,opt,name=rejected,proto3,oneof"`
}

type ShellStream_Start

type ShellStream_Start struct {
	Start *ShellStreamStart `protobuf:"bytes,4,opt,name=start,proto3,oneof"`
}

type ShellStream_Stderr

type ShellStream_Stderr struct {
	Stderr *ShellStreamStderr `protobuf:"bytes,2,opt,name=stderr,proto3,oneof"`
}

type ShellStream_Stdout

type ShellStream_Stdout struct {
	Stdout *ShellStreamStdout `protobuf:"bytes,1,opt,name=stdout,proto3,oneof"`
}

type ShellSuccess

type ShellSuccess struct {
	Command           string          `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory  string          `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	ExitCode          int32           `protobuf:"varint,3,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Signal            string          `protobuf:"bytes,4,opt,name=signal,proto3" json:"signal,omitempty"`
	Stdout            string          `protobuf:"bytes,5,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr            string          `protobuf:"bytes,6,opt,name=stderr,proto3" json:"stderr,omitempty"`
	ExecutionTime     int32           `protobuf:"varint,7,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	OutputLocation    *OutputLocation `protobuf:"bytes,8,opt,name=output_location,json=outputLocation,proto3,oneof" json:"output_location,omitempty"`
	ShellId           *uint32         `protobuf:"varint,9,opt,name=shell_id,json=shellId,proto3,oneof" json:"shell_id,omitempty"`
	InterleavedOutput *string         `protobuf:"bytes,10,opt,name=interleaved_output,json=interleavedOutput,proto3,oneof" json:"interleaved_output,omitempty"`
	Pid               *uint32         `protobuf:"varint,11,opt,name=pid,proto3,oneof" json:"pid,omitempty"`
	MsToWait          *int32          `protobuf:"varint,12,opt,name=ms_to_wait,json=msToWait,proto3,oneof" json:"ms_to_wait,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellSuccess) Descriptor deprecated

func (*ShellSuccess) Descriptor() ([]byte, []int)

Deprecated: Use ShellSuccess.ProtoReflect.Descriptor instead.

func (*ShellSuccess) GetCommand

func (x *ShellSuccess) GetCommand() string

func (*ShellSuccess) GetExecutionTime

func (x *ShellSuccess) GetExecutionTime() int32

func (*ShellSuccess) GetExitCode

func (x *ShellSuccess) GetExitCode() int32

func (*ShellSuccess) GetInterleavedOutput

func (x *ShellSuccess) GetInterleavedOutput() string

func (*ShellSuccess) GetMsToWait

func (x *ShellSuccess) GetMsToWait() int32

func (*ShellSuccess) GetOutputLocation

func (x *ShellSuccess) GetOutputLocation() *OutputLocation

func (*ShellSuccess) GetPid

func (x *ShellSuccess) GetPid() uint32

func (*ShellSuccess) GetShellId

func (x *ShellSuccess) GetShellId() uint32

func (*ShellSuccess) GetSignal

func (x *ShellSuccess) GetSignal() string

func (*ShellSuccess) GetStderr

func (x *ShellSuccess) GetStderr() string

func (*ShellSuccess) GetStdout

func (x *ShellSuccess) GetStdout() string

func (*ShellSuccess) GetWorkingDirectory

func (x *ShellSuccess) GetWorkingDirectory() string

func (*ShellSuccess) ProtoMessage

func (*ShellSuccess) ProtoMessage()

func (*ShellSuccess) ProtoReflect

func (x *ShellSuccess) ProtoReflect() protoreflect.Message

func (*ShellSuccess) Reset

func (x *ShellSuccess) Reset()

func (*ShellSuccess) String

func (x *ShellSuccess) String() string

type ShellTimeout

type ShellTimeout struct {
	Command          string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory string `protobuf:"bytes,2,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	TimeoutMs        int32  `protobuf:"varint,3,opt,name=timeout_ms,json=timeoutMs,proto3" json:"timeout_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellTimeout) Descriptor deprecated

func (*ShellTimeout) Descriptor() ([]byte, []int)

Deprecated: Use ShellTimeout.ProtoReflect.Descriptor instead.

func (*ShellTimeout) GetCommand

func (x *ShellTimeout) GetCommand() string

func (*ShellTimeout) GetTimeoutMs

func (x *ShellTimeout) GetTimeoutMs() int32

func (*ShellTimeout) GetWorkingDirectory

func (x *ShellTimeout) GetWorkingDirectory() string

func (*ShellTimeout) ProtoMessage

func (*ShellTimeout) ProtoMessage()

func (*ShellTimeout) ProtoReflect

func (x *ShellTimeout) ProtoReflect() protoreflect.Message

func (*ShellTimeout) Reset

func (x *ShellTimeout) Reset()

func (*ShellTimeout) String

func (x *ShellTimeout) String() string

type ShellToolCall

type ShellToolCall struct {
	Args   *ShellArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *ShellResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellToolCall) Descriptor deprecated

func (*ShellToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ShellToolCall.ProtoReflect.Descriptor instead.

func (*ShellToolCall) GetArgs

func (x *ShellToolCall) GetArgs() *ShellArgs

func (*ShellToolCall) GetResult

func (x *ShellToolCall) GetResult() *ShellResult

func (*ShellToolCall) ProtoMessage

func (*ShellToolCall) ProtoMessage()

func (*ShellToolCall) ProtoReflect

func (x *ShellToolCall) ProtoReflect() protoreflect.Message

func (*ShellToolCall) Reset

func (x *ShellToolCall) Reset()

func (*ShellToolCall) String

func (x *ShellToolCall) String() string

type ShellToolCallDelta

type ShellToolCallDelta struct {

	// Types that are valid to be assigned to Delta:
	//
	//	*ShellToolCallDelta_Stdout
	//	*ShellToolCallDelta_Stderr
	Delta isShellToolCallDelta_Delta `protobuf_oneof:"delta"`
	// contains filtered or unexported fields
}

func (*ShellToolCallDelta) Descriptor deprecated

func (*ShellToolCallDelta) Descriptor() ([]byte, []int)

Deprecated: Use ShellToolCallDelta.ProtoReflect.Descriptor instead.

func (*ShellToolCallDelta) GetDelta

func (x *ShellToolCallDelta) GetDelta() isShellToolCallDelta_Delta

func (*ShellToolCallDelta) GetStderr

func (*ShellToolCallDelta) GetStdout

func (*ShellToolCallDelta) ProtoMessage

func (*ShellToolCallDelta) ProtoMessage()

func (*ShellToolCallDelta) ProtoReflect

func (x *ShellToolCallDelta) ProtoReflect() protoreflect.Message

func (*ShellToolCallDelta) Reset

func (x *ShellToolCallDelta) Reset()

func (*ShellToolCallDelta) String

func (x *ShellToolCallDelta) String() string

type ShellToolCallDelta_Stderr

type ShellToolCallDelta_Stderr struct {
	Stderr *ShellToolCallStderrDelta `protobuf:"bytes,2,opt,name=stderr,proto3,oneof"`
}

type ShellToolCallDelta_Stdout

type ShellToolCallDelta_Stdout struct {
	Stdout *ShellToolCallStdoutDelta `protobuf:"bytes,1,opt,name=stdout,proto3,oneof"`
}

type ShellToolCallStderrDelta

type ShellToolCallStderrDelta struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellToolCallStderrDelta) Descriptor deprecated

func (*ShellToolCallStderrDelta) Descriptor() ([]byte, []int)

Deprecated: Use ShellToolCallStderrDelta.ProtoReflect.Descriptor instead.

func (*ShellToolCallStderrDelta) GetContent

func (x *ShellToolCallStderrDelta) GetContent() string

func (*ShellToolCallStderrDelta) ProtoMessage

func (*ShellToolCallStderrDelta) ProtoMessage()

func (*ShellToolCallStderrDelta) ProtoReflect

func (x *ShellToolCallStderrDelta) ProtoReflect() protoreflect.Message

func (*ShellToolCallStderrDelta) Reset

func (x *ShellToolCallStderrDelta) Reset()

func (*ShellToolCallStderrDelta) String

func (x *ShellToolCallStderrDelta) String() string

type ShellToolCallStdoutDelta

type ShellToolCallStdoutDelta struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*ShellToolCallStdoutDelta) Descriptor deprecated

func (*ShellToolCallStdoutDelta) Descriptor() ([]byte, []int)

Deprecated: Use ShellToolCallStdoutDelta.ProtoReflect.Descriptor instead.

func (*ShellToolCallStdoutDelta) GetContent

func (x *ShellToolCallStdoutDelta) GetContent() string

func (*ShellToolCallStdoutDelta) ProtoMessage

func (*ShellToolCallStdoutDelta) ProtoMessage()

func (*ShellToolCallStdoutDelta) ProtoReflect

func (x *ShellToolCallStdoutDelta) ProtoReflect() protoreflect.Message

func (*ShellToolCallStdoutDelta) Reset

func (x *ShellToolCallStdoutDelta) Reset()

func (*ShellToolCallStdoutDelta) String

func (x *ShellToolCallStdoutDelta) String() string

type SkillDescriptor

type SkillDescriptor struct {
	Name           string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description    string  `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	FolderPath     string  `protobuf:"bytes,3,opt,name=folder_path,json=folderPath,proto3" json:"folder_path,omitempty"`
	Enabled        bool    `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
	ParseError     *string `protobuf:"bytes,5,opt,name=parse_error,json=parseError,proto3,oneof" json:"parse_error,omitempty"`
	ReadmeFilePath string  `protobuf:"bytes,6,opt,name=readme_file_path,json=readmeFilePath,proto3" json:"readme_file_path,omitempty"`
	PackageType    int32   `protobuf:"varint,7,opt,name=package_type,json=packageType,proto3" json:"package_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SkillDescriptor) Descriptor deprecated

func (*SkillDescriptor) Descriptor() ([]byte, []int)

Deprecated: Use SkillDescriptor.ProtoReflect.Descriptor instead.

func (*SkillDescriptor) GetDescription

func (x *SkillDescriptor) GetDescription() string

func (*SkillDescriptor) GetEnabled

func (x *SkillDescriptor) GetEnabled() bool

func (*SkillDescriptor) GetFolderPath

func (x *SkillDescriptor) GetFolderPath() string

func (*SkillDescriptor) GetName

func (x *SkillDescriptor) GetName() string

func (*SkillDescriptor) GetPackageType

func (x *SkillDescriptor) GetPackageType() int32

func (*SkillDescriptor) GetParseError

func (x *SkillDescriptor) GetParseError() string

func (*SkillDescriptor) GetReadmeFilePath

func (x *SkillDescriptor) GetReadmeFilePath() string

func (*SkillDescriptor) ProtoMessage

func (*SkillDescriptor) ProtoMessage()

func (*SkillDescriptor) ProtoReflect

func (x *SkillDescriptor) ProtoReflect() protoreflect.Message

func (*SkillDescriptor) Reset

func (x *SkillDescriptor) Reset()

func (*SkillDescriptor) String

func (x *SkillDescriptor) String() string

type SkillOptions

type SkillOptions struct {
	SkillDescriptors []*SkillDescriptor `protobuf:"bytes,1,rep,name=skill_descriptors,json=skillDescriptors,proto3" json:"skill_descriptors,omitempty"`
	// contains filtered or unexported fields
}

func (*SkillOptions) Descriptor deprecated

func (*SkillOptions) Descriptor() ([]byte, []int)

Deprecated: Use SkillOptions.ProtoReflect.Descriptor instead.

func (*SkillOptions) GetSkillDescriptors

func (x *SkillOptions) GetSkillDescriptors() []*SkillDescriptor

func (*SkillOptions) ProtoMessage

func (*SkillOptions) ProtoMessage()

func (*SkillOptions) ProtoReflect

func (x *SkillOptions) ProtoReflect() protoreflect.Message

func (*SkillOptions) Reset

func (x *SkillOptions) Reset()

func (*SkillOptions) String

func (x *SkillOptions) String() string

type SpanContext

type SpanContext struct {
	TraceId    string  `protobuf:"bytes,1,opt,name=trace_id,json=traceId,proto3" json:"trace_id,omitempty"`
	SpanId     string  `protobuf:"bytes,2,opt,name=span_id,json=spanId,proto3" json:"span_id,omitempty"`
	TraceFlags *uint32 `protobuf:"varint,3,opt,name=trace_flags,json=traceFlags,proto3,oneof" json:"trace_flags,omitempty"`
	TraceState *string `protobuf:"bytes,4,opt,name=trace_state,json=traceState,proto3,oneof" json:"trace_state,omitempty"`
	// contains filtered or unexported fields
}

func (*SpanContext) Descriptor deprecated

func (*SpanContext) Descriptor() ([]byte, []int)

Deprecated: Use SpanContext.ProtoReflect.Descriptor instead.

func (*SpanContext) GetSpanId

func (x *SpanContext) GetSpanId() string

func (*SpanContext) GetTraceFlags

func (x *SpanContext) GetTraceFlags() uint32

func (*SpanContext) GetTraceId

func (x *SpanContext) GetTraceId() string

func (*SpanContext) GetTraceState

func (x *SpanContext) GetTraceState() string

func (*SpanContext) ProtoMessage

func (*SpanContext) ProtoMessage()

func (*SpanContext) ProtoReflect

func (x *SpanContext) ProtoReflect() protoreflect.Message

func (*SpanContext) Reset

func (x *SpanContext) Reset()

func (*SpanContext) String

func (x *SpanContext) String() string

type StackTrace

type StackTrace struct {
	CallFrames    []*CallFrame `protobuf:"bytes,1,rep,name=call_frames,json=callFrames,proto3" json:"call_frames,omitempty"`
	RawStackTrace *string      `protobuf:"bytes,2,opt,name=raw_stack_trace,json=rawStackTrace,proto3,oneof" json:"raw_stack_trace,omitempty"`
	// contains filtered or unexported fields
}

func (*StackTrace) Descriptor deprecated

func (*StackTrace) Descriptor() ([]byte, []int)

Deprecated: Use StackTrace.ProtoReflect.Descriptor instead.

func (*StackTrace) GetCallFrames

func (x *StackTrace) GetCallFrames() []*CallFrame

func (*StackTrace) GetRawStackTrace

func (x *StackTrace) GetRawStackTrace() string

func (*StackTrace) ProtoMessage

func (*StackTrace) ProtoMessage()

func (*StackTrace) ProtoReflect

func (x *StackTrace) ProtoReflect() protoreflect.Message

func (*StackTrace) Reset

func (x *StackTrace) Reset()

func (*StackTrace) String

func (x *StackTrace) String() string

type StartGrindExecutionArgs

type StartGrindExecutionArgs struct {
	Explanation *string `protobuf:"bytes,1,opt,name=explanation,proto3,oneof" json:"explanation,omitempty"`
	ToolCallId  string  `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartGrindExecutionArgs) Descriptor deprecated

func (*StartGrindExecutionArgs) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindExecutionArgs.ProtoReflect.Descriptor instead.

func (*StartGrindExecutionArgs) GetExplanation

func (x *StartGrindExecutionArgs) GetExplanation() string

func (*StartGrindExecutionArgs) GetToolCallId

func (x *StartGrindExecutionArgs) GetToolCallId() string

func (*StartGrindExecutionArgs) ProtoMessage

func (*StartGrindExecutionArgs) ProtoMessage()

func (*StartGrindExecutionArgs) ProtoReflect

func (x *StartGrindExecutionArgs) ProtoReflect() protoreflect.Message

func (*StartGrindExecutionArgs) Reset

func (x *StartGrindExecutionArgs) Reset()

func (*StartGrindExecutionArgs) String

func (x *StartGrindExecutionArgs) String() string

type StartGrindExecutionError

type StartGrindExecutionError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StartGrindExecutionError) Descriptor deprecated

func (*StartGrindExecutionError) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindExecutionError.ProtoReflect.Descriptor instead.

func (*StartGrindExecutionError) GetError

func (x *StartGrindExecutionError) GetError() string

func (*StartGrindExecutionError) ProtoMessage

func (*StartGrindExecutionError) ProtoMessage()

func (*StartGrindExecutionError) ProtoReflect

func (x *StartGrindExecutionError) ProtoReflect() protoreflect.Message

func (*StartGrindExecutionError) Reset

func (x *StartGrindExecutionError) Reset()

func (*StartGrindExecutionError) String

func (x *StartGrindExecutionError) String() string

type StartGrindExecutionResult

type StartGrindExecutionResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*StartGrindExecutionResult_Success
	//	*StartGrindExecutionResult_Error
	Result isStartGrindExecutionResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*StartGrindExecutionResult) Descriptor deprecated

func (*StartGrindExecutionResult) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindExecutionResult.ProtoReflect.Descriptor instead.

func (*StartGrindExecutionResult) GetError

func (*StartGrindExecutionResult) GetResult

func (x *StartGrindExecutionResult) GetResult() isStartGrindExecutionResult_Result

func (*StartGrindExecutionResult) GetSuccess

func (*StartGrindExecutionResult) ProtoMessage

func (*StartGrindExecutionResult) ProtoMessage()

func (*StartGrindExecutionResult) ProtoReflect

func (*StartGrindExecutionResult) Reset

func (x *StartGrindExecutionResult) Reset()

func (*StartGrindExecutionResult) String

func (x *StartGrindExecutionResult) String() string

type StartGrindExecutionResult_Error

type StartGrindExecutionResult_Error struct {
	Error *StartGrindExecutionError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type StartGrindExecutionResult_Success

type StartGrindExecutionResult_Success struct {
	Success *StartGrindExecutionSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type StartGrindExecutionSuccess

type StartGrindExecutionSuccess struct {
	// contains filtered or unexported fields
}

func (*StartGrindExecutionSuccess) Descriptor deprecated

func (*StartGrindExecutionSuccess) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindExecutionSuccess.ProtoReflect.Descriptor instead.

func (*StartGrindExecutionSuccess) ProtoMessage

func (*StartGrindExecutionSuccess) ProtoMessage()

func (*StartGrindExecutionSuccess) ProtoReflect

func (*StartGrindExecutionSuccess) Reset

func (x *StartGrindExecutionSuccess) Reset()

func (*StartGrindExecutionSuccess) String

func (x *StartGrindExecutionSuccess) String() string

type StartGrindExecutionToolCall

type StartGrindExecutionToolCall struct {
	Args   *StartGrindExecutionArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *StartGrindExecutionResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*StartGrindExecutionToolCall) Descriptor deprecated

func (*StartGrindExecutionToolCall) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindExecutionToolCall.ProtoReflect.Descriptor instead.

func (*StartGrindExecutionToolCall) GetArgs

func (*StartGrindExecutionToolCall) GetResult

func (*StartGrindExecutionToolCall) ProtoMessage

func (*StartGrindExecutionToolCall) ProtoMessage()

func (*StartGrindExecutionToolCall) ProtoReflect

func (*StartGrindExecutionToolCall) Reset

func (x *StartGrindExecutionToolCall) Reset()

func (*StartGrindExecutionToolCall) String

func (x *StartGrindExecutionToolCall) String() string

type StartGrindPlanningArgs

type StartGrindPlanningArgs struct {
	Explanation *string `protobuf:"bytes,1,opt,name=explanation,proto3,oneof" json:"explanation,omitempty"`
	ToolCallId  string  `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartGrindPlanningArgs) Descriptor deprecated

func (*StartGrindPlanningArgs) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindPlanningArgs.ProtoReflect.Descriptor instead.

func (*StartGrindPlanningArgs) GetExplanation

func (x *StartGrindPlanningArgs) GetExplanation() string

func (*StartGrindPlanningArgs) GetToolCallId

func (x *StartGrindPlanningArgs) GetToolCallId() string

func (*StartGrindPlanningArgs) ProtoMessage

func (*StartGrindPlanningArgs) ProtoMessage()

func (*StartGrindPlanningArgs) ProtoReflect

func (x *StartGrindPlanningArgs) ProtoReflect() protoreflect.Message

func (*StartGrindPlanningArgs) Reset

func (x *StartGrindPlanningArgs) Reset()

func (*StartGrindPlanningArgs) String

func (x *StartGrindPlanningArgs) String() string

type StartGrindPlanningError

type StartGrindPlanningError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StartGrindPlanningError) Descriptor deprecated

func (*StartGrindPlanningError) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindPlanningError.ProtoReflect.Descriptor instead.

func (*StartGrindPlanningError) GetError

func (x *StartGrindPlanningError) GetError() string

func (*StartGrindPlanningError) ProtoMessage

func (*StartGrindPlanningError) ProtoMessage()

func (*StartGrindPlanningError) ProtoReflect

func (x *StartGrindPlanningError) ProtoReflect() protoreflect.Message

func (*StartGrindPlanningError) Reset

func (x *StartGrindPlanningError) Reset()

func (*StartGrindPlanningError) String

func (x *StartGrindPlanningError) String() string

type StartGrindPlanningResult

type StartGrindPlanningResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*StartGrindPlanningResult_Success
	//	*StartGrindPlanningResult_Error
	Result isStartGrindPlanningResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*StartGrindPlanningResult) Descriptor deprecated

func (*StartGrindPlanningResult) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindPlanningResult.ProtoReflect.Descriptor instead.

func (*StartGrindPlanningResult) GetError

func (*StartGrindPlanningResult) GetResult

func (x *StartGrindPlanningResult) GetResult() isStartGrindPlanningResult_Result

func (*StartGrindPlanningResult) GetSuccess

func (*StartGrindPlanningResult) ProtoMessage

func (*StartGrindPlanningResult) ProtoMessage()

func (*StartGrindPlanningResult) ProtoReflect

func (x *StartGrindPlanningResult) ProtoReflect() protoreflect.Message

func (*StartGrindPlanningResult) Reset

func (x *StartGrindPlanningResult) Reset()

func (*StartGrindPlanningResult) String

func (x *StartGrindPlanningResult) String() string

type StartGrindPlanningResult_Error

type StartGrindPlanningResult_Error struct {
	Error *StartGrindPlanningError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type StartGrindPlanningResult_Success

type StartGrindPlanningResult_Success struct {
	Success *StartGrindPlanningSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type StartGrindPlanningSuccess

type StartGrindPlanningSuccess struct {
	// contains filtered or unexported fields
}

func (*StartGrindPlanningSuccess) Descriptor deprecated

func (*StartGrindPlanningSuccess) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindPlanningSuccess.ProtoReflect.Descriptor instead.

func (*StartGrindPlanningSuccess) ProtoMessage

func (*StartGrindPlanningSuccess) ProtoMessage()

func (*StartGrindPlanningSuccess) ProtoReflect

func (*StartGrindPlanningSuccess) Reset

func (x *StartGrindPlanningSuccess) Reset()

func (*StartGrindPlanningSuccess) String

func (x *StartGrindPlanningSuccess) String() string

type StartGrindPlanningToolCall

type StartGrindPlanningToolCall struct {
	Args   *StartGrindPlanningArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *StartGrindPlanningResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*StartGrindPlanningToolCall) Descriptor deprecated

func (*StartGrindPlanningToolCall) Descriptor() ([]byte, []int)

Deprecated: Use StartGrindPlanningToolCall.ProtoReflect.Descriptor instead.

func (*StartGrindPlanningToolCall) GetArgs

func (*StartGrindPlanningToolCall) GetResult

func (*StartGrindPlanningToolCall) ProtoMessage

func (*StartGrindPlanningToolCall) ProtoMessage()

func (*StartGrindPlanningToolCall) ProtoReflect

func (*StartGrindPlanningToolCall) Reset

func (x *StartGrindPlanningToolCall) Reset()

func (*StartGrindPlanningToolCall) String

func (x *StartGrindPlanningToolCall) String() string

type StartPlanAction

type StartPlanAction struct {
	UserMessage    *UserMessage    `protobuf:"bytes,1,opt,name=user_message,json=userMessage,proto3" json:"user_message,omitempty"`
	RequestContext *RequestContext `protobuf:"bytes,2,opt,name=request_context,json=requestContext,proto3" json:"request_context,omitempty"`
	IsSpec         bool            `protobuf:"varint,3,opt,name=is_spec,json=isSpec,proto3" json:"is_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*StartPlanAction) Descriptor deprecated

func (*StartPlanAction) Descriptor() ([]byte, []int)

Deprecated: Use StartPlanAction.ProtoReflect.Descriptor instead.

func (*StartPlanAction) GetIsSpec

func (x *StartPlanAction) GetIsSpec() bool

func (*StartPlanAction) GetRequestContext

func (x *StartPlanAction) GetRequestContext() *RequestContext

func (*StartPlanAction) GetUserMessage

func (x *StartPlanAction) GetUserMessage() *UserMessage

func (*StartPlanAction) ProtoMessage

func (*StartPlanAction) ProtoMessage()

func (*StartPlanAction) ProtoReflect

func (x *StartPlanAction) ProtoReflect() protoreflect.Message

func (*StartPlanAction) Reset

func (x *StartPlanAction) Reset()

func (*StartPlanAction) String

func (x *StartPlanAction) String() string

type StderrEvent

type StderrEvent struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StderrEvent) Descriptor deprecated

func (*StderrEvent) Descriptor() ([]byte, []int)

Deprecated: Use StderrEvent.ProtoReflect.Descriptor instead.

func (*StderrEvent) GetData

func (x *StderrEvent) GetData() string

func (*StderrEvent) ProtoMessage

func (*StderrEvent) ProtoMessage()

func (*StderrEvent) ProtoReflect

func (x *StderrEvent) ProtoReflect() protoreflect.Message

func (*StderrEvent) Reset

func (x *StderrEvent) Reset()

func (*StderrEvent) String

func (x *StderrEvent) String() string

type StdoutEvent

type StdoutEvent struct {
	Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StdoutEvent) Descriptor deprecated

func (*StdoutEvent) Descriptor() ([]byte, []int)

Deprecated: Use StdoutEvent.ProtoReflect.Descriptor instead.

func (*StdoutEvent) GetData

func (x *StdoutEvent) GetData() string

func (*StdoutEvent) ProtoMessage

func (*StdoutEvent) ProtoMessage()

func (*StdoutEvent) ProtoReflect

func (x *StdoutEvent) ProtoReflect() protoreflect.Message

func (*StdoutEvent) Reset

func (x *StdoutEvent) Reset()

func (*StdoutEvent) String

func (x *StdoutEvent) String() string

type StepCompletedUpdate

type StepCompletedUpdate struct {
	StepId         uint64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
	StepDurationMs int64  `protobuf:"varint,2,opt,name=step_duration_ms,json=stepDurationMs,proto3" json:"step_duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*StepCompletedUpdate) Descriptor deprecated

func (*StepCompletedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use StepCompletedUpdate.ProtoReflect.Descriptor instead.

func (*StepCompletedUpdate) GetStepDurationMs

func (x *StepCompletedUpdate) GetStepDurationMs() int64

func (*StepCompletedUpdate) GetStepId

func (x *StepCompletedUpdate) GetStepId() uint64

func (*StepCompletedUpdate) ProtoMessage

func (*StepCompletedUpdate) ProtoMessage()

func (*StepCompletedUpdate) ProtoReflect

func (x *StepCompletedUpdate) ProtoReflect() protoreflect.Message

func (*StepCompletedUpdate) Reset

func (x *StepCompletedUpdate) Reset()

func (*StepCompletedUpdate) String

func (x *StepCompletedUpdate) String() string

type StepStartedUpdate

type StepStartedUpdate struct {
	StepId uint64 `protobuf:"varint,1,opt,name=step_id,json=stepId,proto3" json:"step_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StepStartedUpdate) Descriptor deprecated

func (*StepStartedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use StepStartedUpdate.ProtoReflect.Descriptor instead.

func (*StepStartedUpdate) GetStepId

func (x *StepStartedUpdate) GetStepId() uint64

func (*StepStartedUpdate) ProtoMessage

func (*StepStartedUpdate) ProtoMessage()

func (*StepStartedUpdate) ProtoReflect

func (x *StepStartedUpdate) ProtoReflect() protoreflect.Message

func (*StepStartedUpdate) Reset

func (x *StepStartedUpdate) Reset()

func (*StepStartedUpdate) String

func (x *StepStartedUpdate) String() string

type StepTiming

type StepTiming struct {
	DurationMs  uint64 `protobuf:"varint,1,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	TimestampMs uint64 `protobuf:"varint,2,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*StepTiming) Descriptor deprecated

func (*StepTiming) Descriptor() ([]byte, []int)

Deprecated: Use StepTiming.ProtoReflect.Descriptor instead.

func (*StepTiming) GetDurationMs

func (x *StepTiming) GetDurationMs() uint64

func (*StepTiming) GetTimestampMs

func (x *StepTiming) GetTimestampMs() uint64

func (*StepTiming) ProtoMessage

func (*StepTiming) ProtoMessage()

func (*StepTiming) ProtoReflect

func (x *StepTiming) ProtoReflect() protoreflect.Message

func (*StepTiming) Reset

func (x *StepTiming) Reset()

func (*StepTiming) String

func (x *StepTiming) String() string

type SubagentPersistedState

type SubagentPersistedState struct {
	ConversationState   *ConversationStateStructure `protobuf:"bytes,1,opt,name=conversation_state,json=conversationState,proto3" json:"conversation_state,omitempty"`
	CreatedTimestampMs  uint64                      `protobuf:"varint,2,opt,name=created_timestamp_ms,json=createdTimestampMs,proto3" json:"created_timestamp_ms,omitempty"`
	LastUsedTimestampMs uint64                      `protobuf:"varint,3,opt,name=last_used_timestamp_ms,json=lastUsedTimestampMs,proto3" json:"last_used_timestamp_ms,omitempty"`
	SubagentType        *SubagentType               `protobuf:"bytes,4,opt,name=subagent_type,json=subagentType,proto3" json:"subagent_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SubagentPersistedState) Descriptor deprecated

func (*SubagentPersistedState) Descriptor() ([]byte, []int)

Deprecated: Use SubagentPersistedState.ProtoReflect.Descriptor instead.

func (*SubagentPersistedState) GetConversationState

func (x *SubagentPersistedState) GetConversationState() *ConversationStateStructure

func (*SubagentPersistedState) GetCreatedTimestampMs

func (x *SubagentPersistedState) GetCreatedTimestampMs() uint64

func (*SubagentPersistedState) GetLastUsedTimestampMs

func (x *SubagentPersistedState) GetLastUsedTimestampMs() uint64

func (*SubagentPersistedState) GetSubagentType

func (x *SubagentPersistedState) GetSubagentType() *SubagentType

func (*SubagentPersistedState) ProtoMessage

func (*SubagentPersistedState) ProtoMessage()

func (*SubagentPersistedState) ProtoReflect

func (x *SubagentPersistedState) ProtoReflect() protoreflect.Message

func (*SubagentPersistedState) Reset

func (x *SubagentPersistedState) Reset()

func (*SubagentPersistedState) String

func (x *SubagentPersistedState) String() string

type SubagentType

type SubagentType struct {

	// Types that are valid to be assigned to Type:
	//
	//	*SubagentType_Unspecified
	//	*SubagentType_ComputerUse
	//	*SubagentType_Custom
	//	*SubagentType_Explore
	Type isSubagentType_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SubagentType) Descriptor deprecated

func (*SubagentType) Descriptor() ([]byte, []int)

Deprecated: Use SubagentType.ProtoReflect.Descriptor instead.

func (*SubagentType) GetComputerUse

func (x *SubagentType) GetComputerUse() *SubagentTypeComputerUse

func (*SubagentType) GetCustom

func (x *SubagentType) GetCustom() *SubagentTypeCustom

func (*SubagentType) GetExplore

func (x *SubagentType) GetExplore() *SubagentTypeExplore

func (*SubagentType) GetType

func (x *SubagentType) GetType() isSubagentType_Type

func (*SubagentType) GetUnspecified

func (x *SubagentType) GetUnspecified() *SubagentTypeUnspecified

func (*SubagentType) ProtoMessage

func (*SubagentType) ProtoMessage()

func (*SubagentType) ProtoReflect

func (x *SubagentType) ProtoReflect() protoreflect.Message

func (*SubagentType) Reset

func (x *SubagentType) Reset()

func (*SubagentType) String

func (x *SubagentType) String() string

type SubagentTypeComputerUse

type SubagentTypeComputerUse struct {
	// contains filtered or unexported fields
}

func (*SubagentTypeComputerUse) Descriptor deprecated

func (*SubagentTypeComputerUse) Descriptor() ([]byte, []int)

Deprecated: Use SubagentTypeComputerUse.ProtoReflect.Descriptor instead.

func (*SubagentTypeComputerUse) ProtoMessage

func (*SubagentTypeComputerUse) ProtoMessage()

func (*SubagentTypeComputerUse) ProtoReflect

func (x *SubagentTypeComputerUse) ProtoReflect() protoreflect.Message

func (*SubagentTypeComputerUse) Reset

func (x *SubagentTypeComputerUse) Reset()

func (*SubagentTypeComputerUse) String

func (x *SubagentTypeComputerUse) String() string

type SubagentTypeCustom

type SubagentTypeCustom struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SubagentTypeCustom) Descriptor deprecated

func (*SubagentTypeCustom) Descriptor() ([]byte, []int)

Deprecated: Use SubagentTypeCustom.ProtoReflect.Descriptor instead.

func (*SubagentTypeCustom) GetName

func (x *SubagentTypeCustom) GetName() string

func (*SubagentTypeCustom) ProtoMessage

func (*SubagentTypeCustom) ProtoMessage()

func (*SubagentTypeCustom) ProtoReflect

func (x *SubagentTypeCustom) ProtoReflect() protoreflect.Message

func (*SubagentTypeCustom) Reset

func (x *SubagentTypeCustom) Reset()

func (*SubagentTypeCustom) String

func (x *SubagentTypeCustom) String() string

type SubagentTypeExplore

type SubagentTypeExplore struct {
	// contains filtered or unexported fields
}

func (*SubagentTypeExplore) Descriptor deprecated

func (*SubagentTypeExplore) Descriptor() ([]byte, []int)

Deprecated: Use SubagentTypeExplore.ProtoReflect.Descriptor instead.

func (*SubagentTypeExplore) ProtoMessage

func (*SubagentTypeExplore) ProtoMessage()

func (*SubagentTypeExplore) ProtoReflect

func (x *SubagentTypeExplore) ProtoReflect() protoreflect.Message

func (*SubagentTypeExplore) Reset

func (x *SubagentTypeExplore) Reset()

func (*SubagentTypeExplore) String

func (x *SubagentTypeExplore) String() string

type SubagentTypeUnspecified

type SubagentTypeUnspecified struct {
	// contains filtered or unexported fields
}

func (*SubagentTypeUnspecified) Descriptor deprecated

func (*SubagentTypeUnspecified) Descriptor() ([]byte, []int)

Deprecated: Use SubagentTypeUnspecified.ProtoReflect.Descriptor instead.

func (*SubagentTypeUnspecified) ProtoMessage

func (*SubagentTypeUnspecified) ProtoMessage()

func (*SubagentTypeUnspecified) ProtoReflect

func (x *SubagentTypeUnspecified) ProtoReflect() protoreflect.Message

func (*SubagentTypeUnspecified) Reset

func (x *SubagentTypeUnspecified) Reset()

func (*SubagentTypeUnspecified) String

func (x *SubagentTypeUnspecified) String() string

type SubagentType_ComputerUse

type SubagentType_ComputerUse struct {
	ComputerUse *SubagentTypeComputerUse `protobuf:"bytes,2,opt,name=computer_use,json=computerUse,proto3,oneof"`
}

type SubagentType_Custom

type SubagentType_Custom struct {
	Custom *SubagentTypeCustom `protobuf:"bytes,3,opt,name=custom,proto3,oneof"`
}

type SubagentType_Explore

type SubagentType_Explore struct {
	Explore *SubagentTypeExplore `protobuf:"bytes,4,opt,name=explore,proto3,oneof"`
}

type SubagentType_Unspecified

type SubagentType_Unspecified struct {
	Unspecified *SubagentTypeUnspecified `protobuf:"bytes,1,opt,name=unspecified,proto3,oneof"`
}

type SummarizeAction

type SummarizeAction struct {
	// contains filtered or unexported fields
}

func (*SummarizeAction) Descriptor deprecated

func (*SummarizeAction) Descriptor() ([]byte, []int)

Deprecated: Use SummarizeAction.ProtoReflect.Descriptor instead.

func (*SummarizeAction) ProtoMessage

func (*SummarizeAction) ProtoMessage()

func (*SummarizeAction) ProtoReflect

func (x *SummarizeAction) ProtoReflect() protoreflect.Message

func (*SummarizeAction) Reset

func (x *SummarizeAction) Reset()

func (*SummarizeAction) String

func (x *SummarizeAction) String() string

type SummaryCompletedUpdate

type SummaryCompletedUpdate struct {
	// contains filtered or unexported fields
}

func (*SummaryCompletedUpdate) Descriptor deprecated

func (*SummaryCompletedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use SummaryCompletedUpdate.ProtoReflect.Descriptor instead.

func (*SummaryCompletedUpdate) ProtoMessage

func (*SummaryCompletedUpdate) ProtoMessage()

func (*SummaryCompletedUpdate) ProtoReflect

func (x *SummaryCompletedUpdate) ProtoReflect() protoreflect.Message

func (*SummaryCompletedUpdate) Reset

func (x *SummaryCompletedUpdate) Reset()

func (*SummaryCompletedUpdate) String

func (x *SummaryCompletedUpdate) String() string

type SummaryStartedUpdate

type SummaryStartedUpdate struct {
	// contains filtered or unexported fields
}

func (*SummaryStartedUpdate) Descriptor deprecated

func (*SummaryStartedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use SummaryStartedUpdate.ProtoReflect.Descriptor instead.

func (*SummaryStartedUpdate) ProtoMessage

func (*SummaryStartedUpdate) ProtoMessage()

func (*SummaryStartedUpdate) ProtoReflect

func (x *SummaryStartedUpdate) ProtoReflect() protoreflect.Message

func (*SummaryStartedUpdate) Reset

func (x *SummaryStartedUpdate) Reset()

func (*SummaryStartedUpdate) String

func (x *SummaryStartedUpdate) String() string

type SummaryUpdate

type SummaryUpdate struct {
	Summary string `protobuf:"bytes,1,opt,name=summary,proto3" json:"summary,omitempty"`
	// contains filtered or unexported fields
}

func (*SummaryUpdate) Descriptor deprecated

func (*SummaryUpdate) Descriptor() ([]byte, []int)

Deprecated: Use SummaryUpdate.ProtoReflect.Descriptor instead.

func (*SummaryUpdate) GetSummary

func (x *SummaryUpdate) GetSummary() string

func (*SummaryUpdate) ProtoMessage

func (*SummaryUpdate) ProtoMessage()

func (*SummaryUpdate) ProtoReflect

func (x *SummaryUpdate) ProtoReflect() protoreflect.Message

func (*SummaryUpdate) Reset

func (x *SummaryUpdate) Reset()

func (*SummaryUpdate) String

func (x *SummaryUpdate) String() string

type SwitchModeArgs

type SwitchModeArgs struct {
	TargetModeId string  `protobuf:"bytes,1,opt,name=target_mode_id,json=targetModeId,proto3" json:"target_mode_id,omitempty"`
	Explanation  *string `protobuf:"bytes,2,opt,name=explanation,proto3,oneof" json:"explanation,omitempty"`
	ToolCallId   string  `protobuf:"bytes,3,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeArgs) Descriptor deprecated

func (*SwitchModeArgs) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeArgs.ProtoReflect.Descriptor instead.

func (*SwitchModeArgs) GetExplanation

func (x *SwitchModeArgs) GetExplanation() string

func (*SwitchModeArgs) GetTargetModeId

func (x *SwitchModeArgs) GetTargetModeId() string

func (*SwitchModeArgs) GetToolCallId

func (x *SwitchModeArgs) GetToolCallId() string

func (*SwitchModeArgs) ProtoMessage

func (*SwitchModeArgs) ProtoMessage()

func (*SwitchModeArgs) ProtoReflect

func (x *SwitchModeArgs) ProtoReflect() protoreflect.Message

func (*SwitchModeArgs) Reset

func (x *SwitchModeArgs) Reset()

func (*SwitchModeArgs) String

func (x *SwitchModeArgs) String() string

type SwitchModeError

type SwitchModeError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeError) Descriptor deprecated

func (*SwitchModeError) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeError.ProtoReflect.Descriptor instead.

func (*SwitchModeError) GetError

func (x *SwitchModeError) GetError() string

func (*SwitchModeError) ProtoMessage

func (*SwitchModeError) ProtoMessage()

func (*SwitchModeError) ProtoReflect

func (x *SwitchModeError) ProtoReflect() protoreflect.Message

func (*SwitchModeError) Reset

func (x *SwitchModeError) Reset()

func (*SwitchModeError) String

func (x *SwitchModeError) String() string

type SwitchModeRejected

type SwitchModeRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeRejected) Descriptor deprecated

func (*SwitchModeRejected) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeRejected.ProtoReflect.Descriptor instead.

func (*SwitchModeRejected) GetReason

func (x *SwitchModeRejected) GetReason() string

func (*SwitchModeRejected) ProtoMessage

func (*SwitchModeRejected) ProtoMessage()

func (*SwitchModeRejected) ProtoReflect

func (x *SwitchModeRejected) ProtoReflect() protoreflect.Message

func (*SwitchModeRejected) Reset

func (x *SwitchModeRejected) Reset()

func (*SwitchModeRejected) String

func (x *SwitchModeRejected) String() string

type SwitchModeRequestQuery

type SwitchModeRequestQuery struct {
	Args *SwitchModeArgs `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeRequestQuery) Descriptor deprecated

func (*SwitchModeRequestQuery) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeRequestQuery.ProtoReflect.Descriptor instead.

func (*SwitchModeRequestQuery) GetArgs

func (x *SwitchModeRequestQuery) GetArgs() *SwitchModeArgs

func (*SwitchModeRequestQuery) ProtoMessage

func (*SwitchModeRequestQuery) ProtoMessage()

func (*SwitchModeRequestQuery) ProtoReflect

func (x *SwitchModeRequestQuery) ProtoReflect() protoreflect.Message

func (*SwitchModeRequestQuery) Reset

func (x *SwitchModeRequestQuery) Reset()

func (*SwitchModeRequestQuery) String

func (x *SwitchModeRequestQuery) String() string

type SwitchModeRequestResponse

type SwitchModeRequestResponse struct {

	// Types that are valid to be assigned to Result:
	//
	//	*SwitchModeRequestResponse_Approved
	//	*SwitchModeRequestResponse_Rejected
	Result isSwitchModeRequestResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*SwitchModeRequestResponse) Descriptor deprecated

func (*SwitchModeRequestResponse) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeRequestResponse.ProtoReflect.Descriptor instead.

func (*SwitchModeRequestResponse) GetApproved

func (*SwitchModeRequestResponse) GetRejected

func (*SwitchModeRequestResponse) GetResult

func (x *SwitchModeRequestResponse) GetResult() isSwitchModeRequestResponse_Result

func (*SwitchModeRequestResponse) ProtoMessage

func (*SwitchModeRequestResponse) ProtoMessage()

func (*SwitchModeRequestResponse) ProtoReflect

func (*SwitchModeRequestResponse) Reset

func (x *SwitchModeRequestResponse) Reset()

func (*SwitchModeRequestResponse) String

func (x *SwitchModeRequestResponse) String() string

type SwitchModeRequestResponse_Approved

type SwitchModeRequestResponse_Approved struct {
	Approved *SwitchModeRequestResponse_ApprovedMsg `protobuf:"bytes,1,opt,name=approved,proto3,oneof"`
}

type SwitchModeRequestResponse_ApprovedMsg

type SwitchModeRequestResponse_ApprovedMsg struct {
	// contains filtered or unexported fields
}

func (*SwitchModeRequestResponse_ApprovedMsg) Descriptor deprecated

func (*SwitchModeRequestResponse_ApprovedMsg) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeRequestResponse_ApprovedMsg.ProtoReflect.Descriptor instead.

func (*SwitchModeRequestResponse_ApprovedMsg) ProtoMessage

func (*SwitchModeRequestResponse_ApprovedMsg) ProtoMessage()

func (*SwitchModeRequestResponse_ApprovedMsg) ProtoReflect

func (*SwitchModeRequestResponse_ApprovedMsg) Reset

func (*SwitchModeRequestResponse_ApprovedMsg) String

type SwitchModeRequestResponse_Rejected

type SwitchModeRequestResponse_Rejected struct {
	Rejected *SwitchModeRequestResponse_RejectedMsg `protobuf:"bytes,2,opt,name=rejected,proto3,oneof"`
}

type SwitchModeRequestResponse_RejectedMsg

type SwitchModeRequestResponse_RejectedMsg struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeRequestResponse_RejectedMsg) Descriptor deprecated

func (*SwitchModeRequestResponse_RejectedMsg) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeRequestResponse_RejectedMsg.ProtoReflect.Descriptor instead.

func (*SwitchModeRequestResponse_RejectedMsg) GetReason

func (*SwitchModeRequestResponse_RejectedMsg) ProtoMessage

func (*SwitchModeRequestResponse_RejectedMsg) ProtoMessage()

func (*SwitchModeRequestResponse_RejectedMsg) ProtoReflect

func (*SwitchModeRequestResponse_RejectedMsg) Reset

func (*SwitchModeRequestResponse_RejectedMsg) String

type SwitchModeResult

type SwitchModeResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*SwitchModeResult_Success
	//	*SwitchModeResult_Error
	//	*SwitchModeResult_Rejected
	Result isSwitchModeResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*SwitchModeResult) Descriptor deprecated

func (*SwitchModeResult) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeResult.ProtoReflect.Descriptor instead.

func (*SwitchModeResult) GetError

func (x *SwitchModeResult) GetError() *SwitchModeError

func (*SwitchModeResult) GetRejected

func (x *SwitchModeResult) GetRejected() *SwitchModeRejected

func (*SwitchModeResult) GetResult

func (x *SwitchModeResult) GetResult() isSwitchModeResult_Result

func (*SwitchModeResult) GetSuccess

func (x *SwitchModeResult) GetSuccess() *SwitchModeSuccess

func (*SwitchModeResult) ProtoMessage

func (*SwitchModeResult) ProtoMessage()

func (*SwitchModeResult) ProtoReflect

func (x *SwitchModeResult) ProtoReflect() protoreflect.Message

func (*SwitchModeResult) Reset

func (x *SwitchModeResult) Reset()

func (*SwitchModeResult) String

func (x *SwitchModeResult) String() string

type SwitchModeResult_Error

type SwitchModeResult_Error struct {
	Error *SwitchModeError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type SwitchModeResult_Rejected

type SwitchModeResult_Rejected struct {
	Rejected *SwitchModeRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type SwitchModeResult_Success

type SwitchModeResult_Success struct {
	Success *SwitchModeSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type SwitchModeSuccess

type SwitchModeSuccess struct {
	FromModeId string `protobuf:"bytes,1,opt,name=from_mode_id,json=fromModeId,proto3" json:"from_mode_id,omitempty"`
	ToModeId   string `protobuf:"bytes,2,opt,name=to_mode_id,json=toModeId,proto3" json:"to_mode_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeSuccess) Descriptor deprecated

func (*SwitchModeSuccess) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeSuccess.ProtoReflect.Descriptor instead.

func (*SwitchModeSuccess) GetFromModeId

func (x *SwitchModeSuccess) GetFromModeId() string

func (*SwitchModeSuccess) GetToModeId

func (x *SwitchModeSuccess) GetToModeId() string

func (*SwitchModeSuccess) ProtoMessage

func (*SwitchModeSuccess) ProtoMessage()

func (*SwitchModeSuccess) ProtoReflect

func (x *SwitchModeSuccess) ProtoReflect() protoreflect.Message

func (*SwitchModeSuccess) Reset

func (x *SwitchModeSuccess) Reset()

func (*SwitchModeSuccess) String

func (x *SwitchModeSuccess) String() string

type SwitchModeToolCall

type SwitchModeToolCall struct {
	Args   *SwitchModeArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *SwitchModeResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchModeToolCall) Descriptor deprecated

func (*SwitchModeToolCall) Descriptor() ([]byte, []int)

Deprecated: Use SwitchModeToolCall.ProtoReflect.Descriptor instead.

func (*SwitchModeToolCall) GetArgs

func (x *SwitchModeToolCall) GetArgs() *SwitchModeArgs

func (*SwitchModeToolCall) GetResult

func (x *SwitchModeToolCall) GetResult() *SwitchModeResult

func (*SwitchModeToolCall) ProtoMessage

func (*SwitchModeToolCall) ProtoMessage()

func (*SwitchModeToolCall) ProtoReflect

func (x *SwitchModeToolCall) ProtoReflect() protoreflect.Message

func (*SwitchModeToolCall) Reset

func (x *SwitchModeToolCall) Reset()

func (*SwitchModeToolCall) String

func (x *SwitchModeToolCall) String() string

type TaskArgs

type TaskArgs struct {
	Description  string        `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Prompt       string        `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	SubagentType *SubagentType `protobuf:"bytes,3,opt,name=subagent_type,json=subagentType,proto3" json:"subagent_type,omitempty"`
	Model        *string       `protobuf:"bytes,4,opt,name=model,proto3,oneof" json:"model,omitempty"`
	Resume       *string       `protobuf:"bytes,5,opt,name=resume,proto3,oneof" json:"resume,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskArgs) Descriptor deprecated

func (*TaskArgs) Descriptor() ([]byte, []int)

Deprecated: Use TaskArgs.ProtoReflect.Descriptor instead.

func (*TaskArgs) GetDescription

func (x *TaskArgs) GetDescription() string

func (*TaskArgs) GetModel

func (x *TaskArgs) GetModel() string

func (*TaskArgs) GetPrompt

func (x *TaskArgs) GetPrompt() string

func (*TaskArgs) GetResume

func (x *TaskArgs) GetResume() string

func (*TaskArgs) GetSubagentType

func (x *TaskArgs) GetSubagentType() *SubagentType

func (*TaskArgs) ProtoMessage

func (*TaskArgs) ProtoMessage()

func (*TaskArgs) ProtoReflect

func (x *TaskArgs) ProtoReflect() protoreflect.Message

func (*TaskArgs) Reset

func (x *TaskArgs) Reset()

func (*TaskArgs) String

func (x *TaskArgs) String() string

type TaskError

type TaskError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskError) Descriptor deprecated

func (*TaskError) Descriptor() ([]byte, []int)

Deprecated: Use TaskError.ProtoReflect.Descriptor instead.

func (*TaskError) GetError

func (x *TaskError) GetError() string

func (*TaskError) ProtoMessage

func (*TaskError) ProtoMessage()

func (*TaskError) ProtoReflect

func (x *TaskError) ProtoReflect() protoreflect.Message

func (*TaskError) Reset

func (x *TaskError) Reset()

func (*TaskError) String

func (x *TaskError) String() string

type TaskResult

type TaskResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*TaskResult_Success
	//	*TaskResult_Error
	Result isTaskResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*TaskResult) Descriptor deprecated

func (*TaskResult) Descriptor() ([]byte, []int)

Deprecated: Use TaskResult.ProtoReflect.Descriptor instead.

func (*TaskResult) GetError

func (x *TaskResult) GetError() *TaskError

func (*TaskResult) GetResult

func (x *TaskResult) GetResult() isTaskResult_Result

func (*TaskResult) GetSuccess

func (x *TaskResult) GetSuccess() *TaskSuccess

func (*TaskResult) ProtoMessage

func (*TaskResult) ProtoMessage()

func (*TaskResult) ProtoReflect

func (x *TaskResult) ProtoReflect() protoreflect.Message

func (*TaskResult) Reset

func (x *TaskResult) Reset()

func (*TaskResult) String

func (x *TaskResult) String() string

type TaskResult_Error

type TaskResult_Error struct {
	Error *TaskError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type TaskResult_Success

type TaskResult_Success struct {
	Success *TaskSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type TaskSuccess

type TaskSuccess struct {
	ConversationSteps []*ConversationStep `protobuf:"bytes,1,rep,name=conversation_steps,json=conversationSteps,proto3" json:"conversation_steps,omitempty"`
	AgentId           *string             `protobuf:"bytes,2,opt,name=agent_id,json=agentId,proto3,oneof" json:"agent_id,omitempty"`
	IsBackground      bool                `protobuf:"varint,3,opt,name=is_background,json=isBackground,proto3" json:"is_background,omitempty"`
	DurationMs        *uint64             `protobuf:"varint,4,opt,name=duration_ms,json=durationMs,proto3,oneof" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskSuccess) Descriptor deprecated

func (*TaskSuccess) Descriptor() ([]byte, []int)

Deprecated: Use TaskSuccess.ProtoReflect.Descriptor instead.

func (*TaskSuccess) GetAgentId

func (x *TaskSuccess) GetAgentId() string

func (*TaskSuccess) GetConversationSteps

func (x *TaskSuccess) GetConversationSteps() []*ConversationStep

func (*TaskSuccess) GetDurationMs

func (x *TaskSuccess) GetDurationMs() uint64

func (*TaskSuccess) GetIsBackground

func (x *TaskSuccess) GetIsBackground() bool

func (*TaskSuccess) ProtoMessage

func (*TaskSuccess) ProtoMessage()

func (*TaskSuccess) ProtoReflect

func (x *TaskSuccess) ProtoReflect() protoreflect.Message

func (*TaskSuccess) Reset

func (x *TaskSuccess) Reset()

func (*TaskSuccess) String

func (x *TaskSuccess) String() string

type TaskToolCall

type TaskToolCall struct {
	Args   *TaskArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *TaskResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskToolCall) Descriptor deprecated

func (*TaskToolCall) Descriptor() ([]byte, []int)

Deprecated: Use TaskToolCall.ProtoReflect.Descriptor instead.

func (*TaskToolCall) GetArgs

func (x *TaskToolCall) GetArgs() *TaskArgs

func (*TaskToolCall) GetResult

func (x *TaskToolCall) GetResult() *TaskResult

func (*TaskToolCall) ProtoMessage

func (*TaskToolCall) ProtoMessage()

func (*TaskToolCall) ProtoReflect

func (x *TaskToolCall) ProtoReflect() protoreflect.Message

func (*TaskToolCall) Reset

func (x *TaskToolCall) Reset()

func (*TaskToolCall) String

func (x *TaskToolCall) String() string

type TaskToolCallDelta

type TaskToolCallDelta struct {
	InteractionUpdate *InteractionUpdate `protobuf:"bytes,1,opt,name=interaction_update,json=interactionUpdate,proto3" json:"interaction_update,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskToolCallDelta) Descriptor deprecated

func (*TaskToolCallDelta) Descriptor() ([]byte, []int)

Deprecated: Use TaskToolCallDelta.ProtoReflect.Descriptor instead.

func (*TaskToolCallDelta) GetInteractionUpdate

func (x *TaskToolCallDelta) GetInteractionUpdate() *InteractionUpdate

func (*TaskToolCallDelta) ProtoMessage

func (*TaskToolCallDelta) ProtoMessage()

func (*TaskToolCallDelta) ProtoReflect

func (x *TaskToolCallDelta) ProtoReflect() protoreflect.Message

func (*TaskToolCallDelta) Reset

func (x *TaskToolCallDelta) Reset()

func (*TaskToolCallDelta) String

func (x *TaskToolCallDelta) String() string

type TerminalMetadata

type TerminalMetadata struct {
	Cwd            *string                     `protobuf:"bytes,1,opt,name=cwd,proto3,oneof" json:"cwd,omitempty"`
	LastCommands   []*TerminalMetadata_Command `protobuf:"bytes,2,rep,name=last_commands,json=lastCommands,proto3" json:"last_commands,omitempty"`
	LastModifiedMs *int64                      `protobuf:"varint,3,opt,name=last_modified_ms,json=lastModifiedMs,proto3,oneof" json:"last_modified_ms,omitempty"`
	CurrentCommand *TerminalMetadata_Command   `protobuf:"bytes,4,opt,name=current_command,json=currentCommand,proto3,oneof" json:"current_command,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminalMetadata) Descriptor deprecated

func (*TerminalMetadata) Descriptor() ([]byte, []int)

Deprecated: Use TerminalMetadata.ProtoReflect.Descriptor instead.

func (*TerminalMetadata) GetCurrentCommand

func (x *TerminalMetadata) GetCurrentCommand() *TerminalMetadata_Command

func (*TerminalMetadata) GetCwd

func (x *TerminalMetadata) GetCwd() string

func (*TerminalMetadata) GetLastCommands

func (x *TerminalMetadata) GetLastCommands() []*TerminalMetadata_Command

func (*TerminalMetadata) GetLastModifiedMs

func (x *TerminalMetadata) GetLastModifiedMs() int64

func (*TerminalMetadata) ProtoMessage

func (*TerminalMetadata) ProtoMessage()

func (*TerminalMetadata) ProtoReflect

func (x *TerminalMetadata) ProtoReflect() protoreflect.Message

func (*TerminalMetadata) Reset

func (x *TerminalMetadata) Reset()

func (*TerminalMetadata) String

func (x *TerminalMetadata) String() string

type TerminalMetadata_Command

type TerminalMetadata_Command struct {
	Command     string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	ExitCode    *int32 `protobuf:"varint,2,opt,name=exit_code,json=exitCode,proto3,oneof" json:"exit_code,omitempty"`
	TimestampMs *int64 `protobuf:"varint,3,opt,name=timestamp_ms,json=timestampMs,proto3,oneof" json:"timestamp_ms,omitempty"`
	DurationMs  *int64 `protobuf:"varint,4,opt,name=duration_ms,json=durationMs,proto3,oneof" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*TerminalMetadata_Command) Descriptor deprecated

func (*TerminalMetadata_Command) Descriptor() ([]byte, []int)

Deprecated: Use TerminalMetadata_Command.ProtoReflect.Descriptor instead.

func (*TerminalMetadata_Command) GetCommand

func (x *TerminalMetadata_Command) GetCommand() string

func (*TerminalMetadata_Command) GetDurationMs

func (x *TerminalMetadata_Command) GetDurationMs() int64

func (*TerminalMetadata_Command) GetExitCode

func (x *TerminalMetadata_Command) GetExitCode() int32

func (*TerminalMetadata_Command) GetTimestampMs

func (x *TerminalMetadata_Command) GetTimestampMs() int64

func (*TerminalMetadata_Command) ProtoMessage

func (*TerminalMetadata_Command) ProtoMessage()

func (*TerminalMetadata_Command) ProtoReflect

func (x *TerminalMetadata_Command) ProtoReflect() protoreflect.Message

func (*TerminalMetadata_Command) Reset

func (x *TerminalMetadata_Command) Reset()

func (*TerminalMetadata_Command) String

func (x *TerminalMetadata_Command) String() string

type TextDeltaUpdate

type TextDeltaUpdate struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*TextDeltaUpdate) Descriptor deprecated

func (*TextDeltaUpdate) Descriptor() ([]byte, []int)

Deprecated: Use TextDeltaUpdate.ProtoReflect.Descriptor instead.

func (*TextDeltaUpdate) GetText

func (x *TextDeltaUpdate) GetText() string

func (*TextDeltaUpdate) ProtoMessage

func (*TextDeltaUpdate) ProtoMessage()

func (*TextDeltaUpdate) ProtoReflect

func (x *TextDeltaUpdate) ProtoReflect() protoreflect.Message

func (*TextDeltaUpdate) Reset

func (x *TextDeltaUpdate) Reset()

func (*TextDeltaUpdate) String

func (x *TextDeltaUpdate) String() string

type ThinkingCompletedUpdate

type ThinkingCompletedUpdate struct {
	ThinkingDurationMs int32 `protobuf:"varint,1,opt,name=thinking_duration_ms,json=thinkingDurationMs,proto3" json:"thinking_duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ThinkingCompletedUpdate) Descriptor deprecated

func (*ThinkingCompletedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ThinkingCompletedUpdate.ProtoReflect.Descriptor instead.

func (*ThinkingCompletedUpdate) GetThinkingDurationMs

func (x *ThinkingCompletedUpdate) GetThinkingDurationMs() int32

func (*ThinkingCompletedUpdate) ProtoMessage

func (*ThinkingCompletedUpdate) ProtoMessage()

func (*ThinkingCompletedUpdate) ProtoReflect

func (x *ThinkingCompletedUpdate) ProtoReflect() protoreflect.Message

func (*ThinkingCompletedUpdate) Reset

func (x *ThinkingCompletedUpdate) Reset()

func (*ThinkingCompletedUpdate) String

func (x *ThinkingCompletedUpdate) String() string

type ThinkingDeltaUpdate

type ThinkingDeltaUpdate struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*ThinkingDeltaUpdate) Descriptor deprecated

func (*ThinkingDeltaUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ThinkingDeltaUpdate.ProtoReflect.Descriptor instead.

func (*ThinkingDeltaUpdate) GetText

func (x *ThinkingDeltaUpdate) GetText() string

func (*ThinkingDeltaUpdate) ProtoMessage

func (*ThinkingDeltaUpdate) ProtoMessage()

func (*ThinkingDeltaUpdate) ProtoReflect

func (x *ThinkingDeltaUpdate) ProtoReflect() protoreflect.Message

func (*ThinkingDeltaUpdate) Reset

func (x *ThinkingDeltaUpdate) Reset()

func (*ThinkingDeltaUpdate) String

func (x *ThinkingDeltaUpdate) String() string

type ThinkingDetails

type ThinkingDetails struct {
	// contains filtered or unexported fields
}

func (*ThinkingDetails) Descriptor deprecated

func (*ThinkingDetails) Descriptor() ([]byte, []int)

Deprecated: Use ThinkingDetails.ProtoReflect.Descriptor instead.

func (*ThinkingDetails) ProtoMessage

func (*ThinkingDetails) ProtoMessage()

func (*ThinkingDetails) ProtoReflect

func (x *ThinkingDetails) ProtoReflect() protoreflect.Message

func (*ThinkingDetails) Reset

func (x *ThinkingDetails) Reset()

func (*ThinkingDetails) String

func (x *ThinkingDetails) String() string

type ThinkingMessage

type ThinkingMessage struct {
	Text       string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	DurationMs uint32 `protobuf:"varint,2,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ThinkingMessage) Descriptor deprecated

func (*ThinkingMessage) Descriptor() ([]byte, []int)

Deprecated: Use ThinkingMessage.ProtoReflect.Descriptor instead.

func (*ThinkingMessage) GetDurationMs

func (x *ThinkingMessage) GetDurationMs() uint32

func (*ThinkingMessage) GetText

func (x *ThinkingMessage) GetText() string

func (*ThinkingMessage) ProtoMessage

func (*ThinkingMessage) ProtoMessage()

func (*ThinkingMessage) ProtoReflect

func (x *ThinkingMessage) ProtoReflect() protoreflect.Message

func (*ThinkingMessage) Reset

func (x *ThinkingMessage) Reset()

func (*ThinkingMessage) String

func (x *ThinkingMessage) String() string

type TimeoutBehavior

type TimeoutBehavior int32
const (
	TimeoutBehavior_TIMEOUT_BEHAVIOR_UNSPECIFIED TimeoutBehavior = 0
	TimeoutBehavior_TIMEOUT_BEHAVIOR_CANCEL      TimeoutBehavior = 1
	TimeoutBehavior_TIMEOUT_BEHAVIOR_BACKGROUND  TimeoutBehavior = 2
)

func (TimeoutBehavior) Descriptor

func (TimeoutBehavior) Enum

func (x TimeoutBehavior) Enum() *TimeoutBehavior

func (TimeoutBehavior) EnumDescriptor deprecated

func (TimeoutBehavior) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeoutBehavior.Descriptor instead.

func (TimeoutBehavior) Number

func (TimeoutBehavior) String

func (x TimeoutBehavior) String() string

func (TimeoutBehavior) Type

type TodoItem

type TodoItem struct {
	Id           string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Content      string   `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	Status       int32    `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt    int64    `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    int64    `protobuf:"varint,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Dependencies []string `protobuf:"bytes,6,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

func (*TodoItem) Descriptor deprecated

func (*TodoItem) Descriptor() ([]byte, []int)

Deprecated: Use TodoItem.ProtoReflect.Descriptor instead.

func (*TodoItem) GetContent

func (x *TodoItem) GetContent() string

func (*TodoItem) GetCreatedAt

func (x *TodoItem) GetCreatedAt() int64

func (*TodoItem) GetDependencies

func (x *TodoItem) GetDependencies() []string

func (*TodoItem) GetId

func (x *TodoItem) GetId() string

func (*TodoItem) GetStatus

func (x *TodoItem) GetStatus() int32

func (*TodoItem) GetUpdatedAt

func (x *TodoItem) GetUpdatedAt() int64

func (*TodoItem) ProtoMessage

func (*TodoItem) ProtoMessage()

func (*TodoItem) ProtoReflect

func (x *TodoItem) ProtoReflect() protoreflect.Message

func (*TodoItem) Reset

func (x *TodoItem) Reset()

func (*TodoItem) String

func (x *TodoItem) String() string

type TodoStatus

type TodoStatus int32
const (
	TodoStatus_TODO_STATUS_UNSPECIFIED TodoStatus = 0
	TodoStatus_TODO_STATUS_PENDING     TodoStatus = 1
	TodoStatus_TODO_STATUS_IN_PROGRESS TodoStatus = 2
	TodoStatus_TODO_STATUS_COMPLETED   TodoStatus = 3
	TodoStatus_TODO_STATUS_CANCELLED   TodoStatus = 4
)

func (TodoStatus) Descriptor

func (TodoStatus) Descriptor() protoreflect.EnumDescriptor

func (TodoStatus) Enum

func (x TodoStatus) Enum() *TodoStatus

func (TodoStatus) EnumDescriptor deprecated

func (TodoStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use TodoStatus.Descriptor instead.

func (TodoStatus) Number

func (x TodoStatus) Number() protoreflect.EnumNumber

func (TodoStatus) String

func (x TodoStatus) String() string

func (TodoStatus) Type

type TokenDeltaUpdate

type TokenDeltaUpdate struct {
	Tokens int32 `protobuf:"varint,1,opt,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenDeltaUpdate) Descriptor deprecated

func (*TokenDeltaUpdate) Descriptor() ([]byte, []int)

Deprecated: Use TokenDeltaUpdate.ProtoReflect.Descriptor instead.

func (*TokenDeltaUpdate) GetTokens

func (x *TokenDeltaUpdate) GetTokens() int32

func (*TokenDeltaUpdate) ProtoMessage

func (*TokenDeltaUpdate) ProtoMessage()

func (*TokenDeltaUpdate) ProtoReflect

func (x *TokenDeltaUpdate) ProtoReflect() protoreflect.Message

func (*TokenDeltaUpdate) Reset

func (x *TokenDeltaUpdate) Reset()

func (*TokenDeltaUpdate) String

func (x *TokenDeltaUpdate) String() string

type ToolCall

type ToolCall struct {

	// Types that are valid to be assigned to Tool:
	//
	//	*ToolCall_ShellToolCall
	//	*ToolCall_DeleteToolCall
	//	*ToolCall_GlobToolCall
	//	*ToolCall_GrepToolCall
	//	*ToolCall_ReadToolCall
	//	*ToolCall_UpdateTodosToolCall
	//	*ToolCall_ReadTodosToolCall
	//	*ToolCall_EditToolCall
	//	*ToolCall_LsToolCall
	//	*ToolCall_ReadLintsToolCall
	//	*ToolCall_McpToolCall
	//	*ToolCall_SemSearchToolCall
	//	*ToolCall_CreatePlanToolCall
	//	*ToolCall_WebSearchToolCall
	//	*ToolCall_TaskToolCall
	//	*ToolCall_ListMcpResourcesToolCall
	//	*ToolCall_ReadMcpResourceToolCall
	//	*ToolCall_ApplyAgentDiffToolCall
	//	*ToolCall_AskQuestionToolCall
	//	*ToolCall_FetchToolCall
	//	*ToolCall_SwitchModeToolCall
	//	*ToolCall_ExaSearchToolCall
	//	*ToolCall_ExaFetchToolCall
	//	*ToolCall_GenerateImageToolCall
	//	*ToolCall_RecordScreenToolCall
	//	*ToolCall_ComputerUseToolCall
	//	*ToolCall_WriteShellStdinToolCall
	//	*ToolCall_ReflectToolCall
	//	*ToolCall_SetupVmEnvironmentToolCall
	//	*ToolCall_TruncatedToolCall
	//	*ToolCall_StartGrindExecutionToolCall
	//	*ToolCall_StartGrindPlanningToolCall
	Tool isToolCall_Tool `protobuf_oneof:"tool"`
	// contains filtered or unexported fields
}

func (*ToolCall) Descriptor deprecated

func (*ToolCall) Descriptor() ([]byte, []int)

Deprecated: Use ToolCall.ProtoReflect.Descriptor instead.

func (*ToolCall) GetApplyAgentDiffToolCall

func (x *ToolCall) GetApplyAgentDiffToolCall() *ApplyAgentDiffToolCall

func (*ToolCall) GetAskQuestionToolCall

func (x *ToolCall) GetAskQuestionToolCall() *AskQuestionToolCall

func (*ToolCall) GetComputerUseToolCall

func (x *ToolCall) GetComputerUseToolCall() *ComputerUseToolCall

func (*ToolCall) GetCreatePlanToolCall

func (x *ToolCall) GetCreatePlanToolCall() *CreatePlanToolCall

func (*ToolCall) GetDeleteToolCall

func (x *ToolCall) GetDeleteToolCall() *DeleteToolCall

func (*ToolCall) GetEditToolCall

func (x *ToolCall) GetEditToolCall() *EditToolCall

func (*ToolCall) GetExaFetchToolCall

func (x *ToolCall) GetExaFetchToolCall() *ExaFetchToolCall

func (*ToolCall) GetExaSearchToolCall

func (x *ToolCall) GetExaSearchToolCall() *ExaSearchToolCall

func (*ToolCall) GetFetchToolCall

func (x *ToolCall) GetFetchToolCall() *FetchToolCall

func (*ToolCall) GetGenerateImageToolCall

func (x *ToolCall) GetGenerateImageToolCall() *GenerateImageToolCall

func (*ToolCall) GetGlobToolCall

func (x *ToolCall) GetGlobToolCall() *GlobToolCall

func (*ToolCall) GetGrepToolCall

func (x *ToolCall) GetGrepToolCall() *GrepToolCall

func (*ToolCall) GetListMcpResourcesToolCall

func (x *ToolCall) GetListMcpResourcesToolCall() *ListMcpResourcesToolCall

func (*ToolCall) GetLsToolCall

func (x *ToolCall) GetLsToolCall() *LsToolCall

func (*ToolCall) GetMcpToolCall

func (x *ToolCall) GetMcpToolCall() *McpToolCall

func (*ToolCall) GetReadLintsToolCall

func (x *ToolCall) GetReadLintsToolCall() *ReadLintsToolCall

func (*ToolCall) GetReadMcpResourceToolCall

func (x *ToolCall) GetReadMcpResourceToolCall() *ReadMcpResourceToolCall

func (*ToolCall) GetReadTodosToolCall

func (x *ToolCall) GetReadTodosToolCall() *ReadTodosToolCall

func (*ToolCall) GetReadToolCall

func (x *ToolCall) GetReadToolCall() *ReadToolCall

func (*ToolCall) GetRecordScreenToolCall

func (x *ToolCall) GetRecordScreenToolCall() *RecordScreenToolCall

func (*ToolCall) GetReflectToolCall

func (x *ToolCall) GetReflectToolCall() *ReflectToolCall

func (*ToolCall) GetSemSearchToolCall

func (x *ToolCall) GetSemSearchToolCall() *SemSearchToolCall

func (*ToolCall) GetSetupVmEnvironmentToolCall

func (x *ToolCall) GetSetupVmEnvironmentToolCall() *SetupVmEnvironmentToolCall

func (*ToolCall) GetShellToolCall

func (x *ToolCall) GetShellToolCall() *ShellToolCall

func (*ToolCall) GetStartGrindExecutionToolCall

func (x *ToolCall) GetStartGrindExecutionToolCall() *StartGrindExecutionToolCall

func (*ToolCall) GetStartGrindPlanningToolCall

func (x *ToolCall) GetStartGrindPlanningToolCall() *StartGrindPlanningToolCall

func (*ToolCall) GetSwitchModeToolCall

func (x *ToolCall) GetSwitchModeToolCall() *SwitchModeToolCall

func (*ToolCall) GetTaskToolCall

func (x *ToolCall) GetTaskToolCall() *TaskToolCall

func (*ToolCall) GetTool

func (x *ToolCall) GetTool() isToolCall_Tool

func (*ToolCall) GetTruncatedToolCall

func (x *ToolCall) GetTruncatedToolCall() *TruncatedToolCall

func (*ToolCall) GetUpdateTodosToolCall

func (x *ToolCall) GetUpdateTodosToolCall() *UpdateTodosToolCall

func (*ToolCall) GetWebSearchToolCall

func (x *ToolCall) GetWebSearchToolCall() *WebSearchToolCall

func (*ToolCall) GetWriteShellStdinToolCall

func (x *ToolCall) GetWriteShellStdinToolCall() *WriteShellStdinToolCall

func (*ToolCall) ProtoMessage

func (*ToolCall) ProtoMessage()

func (*ToolCall) ProtoReflect

func (x *ToolCall) ProtoReflect() protoreflect.Message

func (*ToolCall) Reset

func (x *ToolCall) Reset()

func (*ToolCall) String

func (x *ToolCall) String() string

type ToolCallCompletedUpdate

type ToolCallCompletedUpdate struct {
	CallId      string    `protobuf:"bytes,1,opt,name=call_id,json=callId,proto3" json:"call_id,omitempty"`
	ToolCall    *ToolCall `protobuf:"bytes,2,opt,name=tool_call,json=toolCall,proto3" json:"tool_call,omitempty"`
	ModelCallId string    `protobuf:"bytes,3,opt,name=model_call_id,json=modelCallId,proto3" json:"model_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ToolCallCompletedUpdate) Descriptor deprecated

func (*ToolCallCompletedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ToolCallCompletedUpdate.ProtoReflect.Descriptor instead.

func (*ToolCallCompletedUpdate) GetCallId

func (x *ToolCallCompletedUpdate) GetCallId() string

func (*ToolCallCompletedUpdate) GetModelCallId

func (x *ToolCallCompletedUpdate) GetModelCallId() string

func (*ToolCallCompletedUpdate) GetToolCall

func (x *ToolCallCompletedUpdate) GetToolCall() *ToolCall

func (*ToolCallCompletedUpdate) ProtoMessage

func (*ToolCallCompletedUpdate) ProtoMessage()

func (*ToolCallCompletedUpdate) ProtoReflect

func (x *ToolCallCompletedUpdate) ProtoReflect() protoreflect.Message

func (*ToolCallCompletedUpdate) Reset

func (x *ToolCallCompletedUpdate) Reset()

func (*ToolCallCompletedUpdate) String

func (x *ToolCallCompletedUpdate) String() string

type ToolCallDelta

type ToolCallDelta struct {

	// Types that are valid to be assigned to Delta:
	//
	//	*ToolCallDelta_ShellToolCallDelta
	//	*ToolCallDelta_TaskToolCallDelta
	//	*ToolCallDelta_EditToolCallDelta
	Delta isToolCallDelta_Delta `protobuf_oneof:"delta"`
	// contains filtered or unexported fields
}

func (*ToolCallDelta) Descriptor deprecated

func (*ToolCallDelta) Descriptor() ([]byte, []int)

Deprecated: Use ToolCallDelta.ProtoReflect.Descriptor instead.

func (*ToolCallDelta) GetDelta

func (x *ToolCallDelta) GetDelta() isToolCallDelta_Delta

func (*ToolCallDelta) GetEditToolCallDelta

func (x *ToolCallDelta) GetEditToolCallDelta() *EditToolCallDelta

func (*ToolCallDelta) GetShellToolCallDelta

func (x *ToolCallDelta) GetShellToolCallDelta() *ShellToolCallDelta

func (*ToolCallDelta) GetTaskToolCallDelta

func (x *ToolCallDelta) GetTaskToolCallDelta() *TaskToolCallDelta

func (*ToolCallDelta) ProtoMessage

func (*ToolCallDelta) ProtoMessage()

func (*ToolCallDelta) ProtoReflect

func (x *ToolCallDelta) ProtoReflect() protoreflect.Message

func (*ToolCallDelta) Reset

func (x *ToolCallDelta) Reset()

func (*ToolCallDelta) String

func (x *ToolCallDelta) String() string

type ToolCallDeltaUpdate

type ToolCallDeltaUpdate struct {
	CallId        string         `protobuf:"bytes,1,opt,name=call_id,json=callId,proto3" json:"call_id,omitempty"`
	ToolCallDelta *ToolCallDelta `protobuf:"bytes,2,opt,name=tool_call_delta,json=toolCallDelta,proto3" json:"tool_call_delta,omitempty"`
	ModelCallId   string         `protobuf:"bytes,3,opt,name=model_call_id,json=modelCallId,proto3" json:"model_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ToolCallDeltaUpdate) Descriptor deprecated

func (*ToolCallDeltaUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ToolCallDeltaUpdate.ProtoReflect.Descriptor instead.

func (*ToolCallDeltaUpdate) GetCallId

func (x *ToolCallDeltaUpdate) GetCallId() string

func (*ToolCallDeltaUpdate) GetModelCallId

func (x *ToolCallDeltaUpdate) GetModelCallId() string

func (*ToolCallDeltaUpdate) GetToolCallDelta

func (x *ToolCallDeltaUpdate) GetToolCallDelta() *ToolCallDelta

func (*ToolCallDeltaUpdate) ProtoMessage

func (*ToolCallDeltaUpdate) ProtoMessage()

func (*ToolCallDeltaUpdate) ProtoReflect

func (x *ToolCallDeltaUpdate) ProtoReflect() protoreflect.Message

func (*ToolCallDeltaUpdate) Reset

func (x *ToolCallDeltaUpdate) Reset()

func (*ToolCallDeltaUpdate) String

func (x *ToolCallDeltaUpdate) String() string

type ToolCallDelta_EditToolCallDelta

type ToolCallDelta_EditToolCallDelta struct {
	EditToolCallDelta *EditToolCallDelta `protobuf:"bytes,3,opt,name=edit_tool_call_delta,json=editToolCallDelta,proto3,oneof"`
}

type ToolCallDelta_ShellToolCallDelta

type ToolCallDelta_ShellToolCallDelta struct {
	ShellToolCallDelta *ShellToolCallDelta `protobuf:"bytes,1,opt,name=shell_tool_call_delta,json=shellToolCallDelta,proto3,oneof"`
}

type ToolCallDelta_TaskToolCallDelta

type ToolCallDelta_TaskToolCallDelta struct {
	TaskToolCallDelta *TaskToolCallDelta `protobuf:"bytes,2,opt,name=task_tool_call_delta,json=taskToolCallDelta,proto3,oneof"`
}

type ToolCallStartedUpdate

type ToolCallStartedUpdate struct {
	CallId      string    `protobuf:"bytes,1,opt,name=call_id,json=callId,proto3" json:"call_id,omitempty"`
	ToolCall    *ToolCall `protobuf:"bytes,2,opt,name=tool_call,json=toolCall,proto3" json:"tool_call,omitempty"`
	ModelCallId string    `protobuf:"bytes,3,opt,name=model_call_id,json=modelCallId,proto3" json:"model_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ToolCallStartedUpdate) Descriptor deprecated

func (*ToolCallStartedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ToolCallStartedUpdate.ProtoReflect.Descriptor instead.

func (*ToolCallStartedUpdate) GetCallId

func (x *ToolCallStartedUpdate) GetCallId() string

func (*ToolCallStartedUpdate) GetModelCallId

func (x *ToolCallStartedUpdate) GetModelCallId() string

func (*ToolCallStartedUpdate) GetToolCall

func (x *ToolCallStartedUpdate) GetToolCall() *ToolCall

func (*ToolCallStartedUpdate) ProtoMessage

func (*ToolCallStartedUpdate) ProtoMessage()

func (*ToolCallStartedUpdate) ProtoReflect

func (x *ToolCallStartedUpdate) ProtoReflect() protoreflect.Message

func (*ToolCallStartedUpdate) Reset

func (x *ToolCallStartedUpdate) Reset()

func (*ToolCallStartedUpdate) String

func (x *ToolCallStartedUpdate) String() string

type ToolCall_ApplyAgentDiffToolCall

type ToolCall_ApplyAgentDiffToolCall struct {
	ApplyAgentDiffToolCall *ApplyAgentDiffToolCall `protobuf:"bytes,22,opt,name=apply_agent_diff_tool_call,json=applyAgentDiffToolCall,proto3,oneof"`
}

type ToolCall_AskQuestionToolCall

type ToolCall_AskQuestionToolCall struct {
	AskQuestionToolCall *AskQuestionToolCall `protobuf:"bytes,23,opt,name=ask_question_tool_call,json=askQuestionToolCall,proto3,oneof"`
}

type ToolCall_ComputerUseToolCall

type ToolCall_ComputerUseToolCall struct {
	ComputerUseToolCall *ComputerUseToolCall `protobuf:"bytes,30,opt,name=computer_use_tool_call,json=computerUseToolCall,proto3,oneof"`
}

type ToolCall_CreatePlanToolCall

type ToolCall_CreatePlanToolCall struct {
	CreatePlanToolCall *CreatePlanToolCall `protobuf:"bytes,17,opt,name=create_plan_tool_call,json=createPlanToolCall,proto3,oneof"`
}

type ToolCall_DeleteToolCall

type ToolCall_DeleteToolCall struct {
	DeleteToolCall *DeleteToolCall `protobuf:"bytes,3,opt,name=delete_tool_call,json=deleteToolCall,proto3,oneof"`
}

type ToolCall_EditToolCall

type ToolCall_EditToolCall struct {
	EditToolCall *EditToolCall `protobuf:"bytes,12,opt,name=edit_tool_call,json=editToolCall,proto3,oneof"`
}

type ToolCall_ExaFetchToolCall

type ToolCall_ExaFetchToolCall struct {
	ExaFetchToolCall *ExaFetchToolCall `protobuf:"bytes,27,opt,name=exa_fetch_tool_call,json=exaFetchToolCall,proto3,oneof"`
}

type ToolCall_ExaSearchToolCall

type ToolCall_ExaSearchToolCall struct {
	ExaSearchToolCall *ExaSearchToolCall `protobuf:"bytes,26,opt,name=exa_search_tool_call,json=exaSearchToolCall,proto3,oneof"`
}

type ToolCall_FetchToolCall

type ToolCall_FetchToolCall struct {
	FetchToolCall *FetchToolCall `protobuf:"bytes,24,opt,name=fetch_tool_call,json=fetchToolCall,proto3,oneof"`
}

type ToolCall_GenerateImageToolCall

type ToolCall_GenerateImageToolCall struct {
	GenerateImageToolCall *GenerateImageToolCall `protobuf:"bytes,28,opt,name=generate_image_tool_call,json=generateImageToolCall,proto3,oneof"`
}

type ToolCall_GlobToolCall

type ToolCall_GlobToolCall struct {
	GlobToolCall *GlobToolCall `protobuf:"bytes,4,opt,name=glob_tool_call,json=globToolCall,proto3,oneof"`
}

type ToolCall_GrepToolCall

type ToolCall_GrepToolCall struct {
	GrepToolCall *GrepToolCall `protobuf:"bytes,5,opt,name=grep_tool_call,json=grepToolCall,proto3,oneof"`
}

type ToolCall_ListMcpResourcesToolCall

type ToolCall_ListMcpResourcesToolCall struct {
	ListMcpResourcesToolCall *ListMcpResourcesToolCall `protobuf:"bytes,20,opt,name=list_mcp_resources_tool_call,json=listMcpResourcesToolCall,proto3,oneof"`
}

type ToolCall_LsToolCall

type ToolCall_LsToolCall struct {
	LsToolCall *LsToolCall `protobuf:"bytes,13,opt,name=ls_tool_call,json=lsToolCall,proto3,oneof"`
}

type ToolCall_McpToolCall

type ToolCall_McpToolCall struct {
	McpToolCall *McpToolCall `protobuf:"bytes,15,opt,name=mcp_tool_call,json=mcpToolCall,proto3,oneof"`
}

type ToolCall_ReadLintsToolCall

type ToolCall_ReadLintsToolCall struct {
	ReadLintsToolCall *ReadLintsToolCall `protobuf:"bytes,14,opt,name=read_lints_tool_call,json=readLintsToolCall,proto3,oneof"`
}

type ToolCall_ReadMcpResourceToolCall

type ToolCall_ReadMcpResourceToolCall struct {
	ReadMcpResourceToolCall *ReadMcpResourceToolCall `protobuf:"bytes,21,opt,name=read_mcp_resource_tool_call,json=readMcpResourceToolCall,proto3,oneof"`
}

type ToolCall_ReadTodosToolCall

type ToolCall_ReadTodosToolCall struct {
	ReadTodosToolCall *ReadTodosToolCall `protobuf:"bytes,10,opt,name=read_todos_tool_call,json=readTodosToolCall,proto3,oneof"`
}

type ToolCall_ReadToolCall

type ToolCall_ReadToolCall struct {
	ReadToolCall *ReadToolCall `protobuf:"bytes,8,opt,name=read_tool_call,json=readToolCall,proto3,oneof"`
}

type ToolCall_RecordScreenToolCall

type ToolCall_RecordScreenToolCall struct {
	RecordScreenToolCall *RecordScreenToolCall `protobuf:"bytes,29,opt,name=record_screen_tool_call,json=recordScreenToolCall,proto3,oneof"`
}

type ToolCall_ReflectToolCall

type ToolCall_ReflectToolCall struct {
	ReflectToolCall *ReflectToolCall `protobuf:"bytes,32,opt,name=reflect_tool_call,json=reflectToolCall,proto3,oneof"`
}

type ToolCall_SemSearchToolCall

type ToolCall_SemSearchToolCall struct {
	SemSearchToolCall *SemSearchToolCall `protobuf:"bytes,16,opt,name=sem_search_tool_call,json=semSearchToolCall,proto3,oneof"`
}

type ToolCall_SetupVmEnvironmentToolCall

type ToolCall_SetupVmEnvironmentToolCall struct {
	SetupVmEnvironmentToolCall *SetupVmEnvironmentToolCall `protobuf:"bytes,33,opt,name=setup_vm_environment_tool_call,json=setupVmEnvironmentToolCall,proto3,oneof"`
}

type ToolCall_ShellToolCall

type ToolCall_ShellToolCall struct {
	ShellToolCall *ShellToolCall `protobuf:"bytes,1,opt,name=shell_tool_call,json=shellToolCall,proto3,oneof"`
}

type ToolCall_StartGrindExecutionToolCall

type ToolCall_StartGrindExecutionToolCall struct {
	StartGrindExecutionToolCall *StartGrindExecutionToolCall `protobuf:"bytes,35,opt,name=start_grind_execution_tool_call,json=startGrindExecutionToolCall,proto3,oneof"`
}

type ToolCall_StartGrindPlanningToolCall

type ToolCall_StartGrindPlanningToolCall struct {
	StartGrindPlanningToolCall *StartGrindPlanningToolCall `protobuf:"bytes,36,opt,name=start_grind_planning_tool_call,json=startGrindPlanningToolCall,proto3,oneof"`
}

type ToolCall_SwitchModeToolCall

type ToolCall_SwitchModeToolCall struct {
	SwitchModeToolCall *SwitchModeToolCall `protobuf:"bytes,25,opt,name=switch_mode_tool_call,json=switchModeToolCall,proto3,oneof"`
}

type ToolCall_TaskToolCall

type ToolCall_TaskToolCall struct {
	TaskToolCall *TaskToolCall `protobuf:"bytes,19,opt,name=task_tool_call,json=taskToolCall,proto3,oneof"`
}

type ToolCall_TruncatedToolCall

type ToolCall_TruncatedToolCall struct {
	TruncatedToolCall *TruncatedToolCall `protobuf:"bytes,34,opt,name=truncated_tool_call,json=truncatedToolCall,proto3,oneof"`
}

type ToolCall_UpdateTodosToolCall

type ToolCall_UpdateTodosToolCall struct {
	UpdateTodosToolCall *UpdateTodosToolCall `protobuf:"bytes,9,opt,name=update_todos_tool_call,json=updateTodosToolCall,proto3,oneof"`
}

type ToolCall_WebSearchToolCall

type ToolCall_WebSearchToolCall struct {
	WebSearchToolCall *WebSearchToolCall `protobuf:"bytes,18,opt,name=web_search_tool_call,json=webSearchToolCall,proto3,oneof"`
}

type ToolCall_WriteShellStdinToolCall

type ToolCall_WriteShellStdinToolCall struct {
	WriteShellStdinToolCall *WriteShellStdinToolCall `protobuf:"bytes,31,opt,name=write_shell_stdin_tool_call,json=writeShellStdinToolCall,proto3,oneof"`
}

type TruncatedToolCall

type TruncatedToolCall struct {
	OriginalStepBlobId []byte                   `protobuf:"bytes,1,opt,name=original_step_blob_id,json=originalStepBlobId,proto3" json:"original_step_blob_id,omitempty"`
	Args               *TruncatedToolCallArgs   `protobuf:"bytes,2,opt,name=args,proto3" json:"args,omitempty"`
	Result             *TruncatedToolCallResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TruncatedToolCall) Descriptor deprecated

func (*TruncatedToolCall) Descriptor() ([]byte, []int)

Deprecated: Use TruncatedToolCall.ProtoReflect.Descriptor instead.

func (*TruncatedToolCall) GetArgs

func (*TruncatedToolCall) GetOriginalStepBlobId

func (x *TruncatedToolCall) GetOriginalStepBlobId() []byte

func (*TruncatedToolCall) GetResult

func (*TruncatedToolCall) ProtoMessage

func (*TruncatedToolCall) ProtoMessage()

func (*TruncatedToolCall) ProtoReflect

func (x *TruncatedToolCall) ProtoReflect() protoreflect.Message

func (*TruncatedToolCall) Reset

func (x *TruncatedToolCall) Reset()

func (*TruncatedToolCall) String

func (x *TruncatedToolCall) String() string

type TruncatedToolCallArgs

type TruncatedToolCallArgs struct {
	// contains filtered or unexported fields
}

func (*TruncatedToolCallArgs) Descriptor deprecated

func (*TruncatedToolCallArgs) Descriptor() ([]byte, []int)

Deprecated: Use TruncatedToolCallArgs.ProtoReflect.Descriptor instead.

func (*TruncatedToolCallArgs) ProtoMessage

func (*TruncatedToolCallArgs) ProtoMessage()

func (*TruncatedToolCallArgs) ProtoReflect

func (x *TruncatedToolCallArgs) ProtoReflect() protoreflect.Message

func (*TruncatedToolCallArgs) Reset

func (x *TruncatedToolCallArgs) Reset()

func (*TruncatedToolCallArgs) String

func (x *TruncatedToolCallArgs) String() string

type TruncatedToolCallError

type TruncatedToolCallError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*TruncatedToolCallError) Descriptor deprecated

func (*TruncatedToolCallError) Descriptor() ([]byte, []int)

Deprecated: Use TruncatedToolCallError.ProtoReflect.Descriptor instead.

func (*TruncatedToolCallError) GetError

func (x *TruncatedToolCallError) GetError() string

func (*TruncatedToolCallError) ProtoMessage

func (*TruncatedToolCallError) ProtoMessage()

func (*TruncatedToolCallError) ProtoReflect

func (x *TruncatedToolCallError) ProtoReflect() protoreflect.Message

func (*TruncatedToolCallError) Reset

func (x *TruncatedToolCallError) Reset()

func (*TruncatedToolCallError) String

func (x *TruncatedToolCallError) String() string

type TruncatedToolCallResult

type TruncatedToolCallResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*TruncatedToolCallResult_Success
	//	*TruncatedToolCallResult_Error
	Result isTruncatedToolCallResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*TruncatedToolCallResult) Descriptor deprecated

func (*TruncatedToolCallResult) Descriptor() ([]byte, []int)

Deprecated: Use TruncatedToolCallResult.ProtoReflect.Descriptor instead.

func (*TruncatedToolCallResult) GetError

func (*TruncatedToolCallResult) GetResult

func (x *TruncatedToolCallResult) GetResult() isTruncatedToolCallResult_Result

func (*TruncatedToolCallResult) GetSuccess

func (*TruncatedToolCallResult) ProtoMessage

func (*TruncatedToolCallResult) ProtoMessage()

func (*TruncatedToolCallResult) ProtoReflect

func (x *TruncatedToolCallResult) ProtoReflect() protoreflect.Message

func (*TruncatedToolCallResult) Reset

func (x *TruncatedToolCallResult) Reset()

func (*TruncatedToolCallResult) String

func (x *TruncatedToolCallResult) String() string

type TruncatedToolCallResult_Error

type TruncatedToolCallResult_Error struct {
	Error *TruncatedToolCallError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type TruncatedToolCallResult_Success

type TruncatedToolCallResult_Success struct {
	Success *TruncatedToolCallSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type TruncatedToolCallSuccess

type TruncatedToolCallSuccess struct {
	// contains filtered or unexported fields
}

func (*TruncatedToolCallSuccess) Descriptor deprecated

func (*TruncatedToolCallSuccess) Descriptor() ([]byte, []int)

Deprecated: Use TruncatedToolCallSuccess.ProtoReflect.Descriptor instead.

func (*TruncatedToolCallSuccess) ProtoMessage

func (*TruncatedToolCallSuccess) ProtoMessage()

func (*TruncatedToolCallSuccess) ProtoReflect

func (x *TruncatedToolCallSuccess) ProtoReflect() protoreflect.Message

func (*TruncatedToolCallSuccess) Reset

func (x *TruncatedToolCallSuccess) Reset()

func (*TruncatedToolCallSuccess) String

func (x *TruncatedToolCallSuccess) String() string

type TurnEndedUpdate

type TurnEndedUpdate struct {
	// contains filtered or unexported fields
}

func (*TurnEndedUpdate) Descriptor deprecated

func (*TurnEndedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use TurnEndedUpdate.ProtoReflect.Descriptor instead.

func (*TurnEndedUpdate) ProtoMessage

func (*TurnEndedUpdate) ProtoMessage()

func (*TurnEndedUpdate) ProtoReflect

func (x *TurnEndedUpdate) ProtoReflect() protoreflect.Message

func (*TurnEndedUpdate) Reset

func (x *TurnEndedUpdate) Reset()

func (*TurnEndedUpdate) String

func (x *TurnEndedUpdate) String() string

type TypeAction

type TypeAction struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeAction) Descriptor deprecated

func (*TypeAction) Descriptor() ([]byte, []int)

Deprecated: Use TypeAction.ProtoReflect.Descriptor instead.

func (*TypeAction) GetText

func (x *TypeAction) GetText() string

func (*TypeAction) ProtoMessage

func (*TypeAction) ProtoMessage()

func (*TypeAction) ProtoReflect

func (x *TypeAction) ProtoReflect() protoreflect.Message

func (*TypeAction) Reset

func (x *TypeAction) Reset()

func (*TypeAction) String

func (x *TypeAction) String() string

type UpdateEnvironmentVariablesRequest

type UpdateEnvironmentVariablesRequest struct {
	Env     map[string]string `` /* 133-byte string literal not displayed */
	Replace bool              `protobuf:"varint,2,opt,name=replace,proto3" json:"replace,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEnvironmentVariablesRequest) Descriptor deprecated

func (*UpdateEnvironmentVariablesRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEnvironmentVariablesRequest.ProtoReflect.Descriptor instead.

func (*UpdateEnvironmentVariablesRequest) GetEnv

func (*UpdateEnvironmentVariablesRequest) GetReplace

func (x *UpdateEnvironmentVariablesRequest) GetReplace() bool

func (*UpdateEnvironmentVariablesRequest) ProtoMessage

func (*UpdateEnvironmentVariablesRequest) ProtoMessage()

func (*UpdateEnvironmentVariablesRequest) ProtoReflect

func (*UpdateEnvironmentVariablesRequest) Reset

func (*UpdateEnvironmentVariablesRequest) String

type UpdateEnvironmentVariablesResponse

type UpdateEnvironmentVariablesResponse struct {
	Applied uint32 `protobuf:"varint,1,opt,name=applied,proto3" json:"applied,omitempty"`
	Removed uint32 `protobuf:"varint,2,opt,name=removed,proto3" json:"removed,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEnvironmentVariablesResponse) Descriptor deprecated

func (*UpdateEnvironmentVariablesResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateEnvironmentVariablesResponse.ProtoReflect.Descriptor instead.

func (*UpdateEnvironmentVariablesResponse) GetApplied

func (*UpdateEnvironmentVariablesResponse) GetRemoved

func (*UpdateEnvironmentVariablesResponse) ProtoMessage

func (*UpdateEnvironmentVariablesResponse) ProtoMessage()

func (*UpdateEnvironmentVariablesResponse) ProtoReflect

func (*UpdateEnvironmentVariablesResponse) Reset

func (*UpdateEnvironmentVariablesResponse) String

type UpdateTodosArgs

type UpdateTodosArgs struct {
	Todos []*TodoItem `protobuf:"bytes,1,rep,name=todos,proto3" json:"todos,omitempty"`
	Merge bool        `protobuf:"varint,2,opt,name=merge,proto3" json:"merge,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTodosArgs) Descriptor deprecated

func (*UpdateTodosArgs) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTodosArgs.ProtoReflect.Descriptor instead.

func (*UpdateTodosArgs) GetMerge

func (x *UpdateTodosArgs) GetMerge() bool

func (*UpdateTodosArgs) GetTodos

func (x *UpdateTodosArgs) GetTodos() []*TodoItem

func (*UpdateTodosArgs) ProtoMessage

func (*UpdateTodosArgs) ProtoMessage()

func (*UpdateTodosArgs) ProtoReflect

func (x *UpdateTodosArgs) ProtoReflect() protoreflect.Message

func (*UpdateTodosArgs) Reset

func (x *UpdateTodosArgs) Reset()

func (*UpdateTodosArgs) String

func (x *UpdateTodosArgs) String() string

type UpdateTodosError

type UpdateTodosError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTodosError) Descriptor deprecated

func (*UpdateTodosError) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTodosError.ProtoReflect.Descriptor instead.

func (*UpdateTodosError) GetError

func (x *UpdateTodosError) GetError() string

func (*UpdateTodosError) ProtoMessage

func (*UpdateTodosError) ProtoMessage()

func (*UpdateTodosError) ProtoReflect

func (x *UpdateTodosError) ProtoReflect() protoreflect.Message

func (*UpdateTodosError) Reset

func (x *UpdateTodosError) Reset()

func (*UpdateTodosError) String

func (x *UpdateTodosError) String() string

type UpdateTodosResult

type UpdateTodosResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*UpdateTodosResult_Success
	//	*UpdateTodosResult_Error
	Result isUpdateTodosResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*UpdateTodosResult) Descriptor deprecated

func (*UpdateTodosResult) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTodosResult.ProtoReflect.Descriptor instead.

func (*UpdateTodosResult) GetError

func (x *UpdateTodosResult) GetError() *UpdateTodosError

func (*UpdateTodosResult) GetResult

func (x *UpdateTodosResult) GetResult() isUpdateTodosResult_Result

func (*UpdateTodosResult) GetSuccess

func (x *UpdateTodosResult) GetSuccess() *UpdateTodosSuccess

func (*UpdateTodosResult) ProtoMessage

func (*UpdateTodosResult) ProtoMessage()

func (*UpdateTodosResult) ProtoReflect

func (x *UpdateTodosResult) ProtoReflect() protoreflect.Message

func (*UpdateTodosResult) Reset

func (x *UpdateTodosResult) Reset()

func (*UpdateTodosResult) String

func (x *UpdateTodosResult) String() string

type UpdateTodosResult_Error

type UpdateTodosResult_Error struct {
	Error *UpdateTodosError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type UpdateTodosResult_Success

type UpdateTodosResult_Success struct {
	Success *UpdateTodosSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type UpdateTodosSuccess

type UpdateTodosSuccess struct {
	Todos      []*TodoItem `protobuf:"bytes,1,rep,name=todos,proto3" json:"todos,omitempty"`
	TotalCount int32       `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	WasMerge   bool        `protobuf:"varint,3,opt,name=was_merge,json=wasMerge,proto3" json:"was_merge,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTodosSuccess) Descriptor deprecated

func (*UpdateTodosSuccess) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTodosSuccess.ProtoReflect.Descriptor instead.

func (*UpdateTodosSuccess) GetTodos

func (x *UpdateTodosSuccess) GetTodos() []*TodoItem

func (*UpdateTodosSuccess) GetTotalCount

func (x *UpdateTodosSuccess) GetTotalCount() int32

func (*UpdateTodosSuccess) GetWasMerge

func (x *UpdateTodosSuccess) GetWasMerge() bool

func (*UpdateTodosSuccess) ProtoMessage

func (*UpdateTodosSuccess) ProtoMessage()

func (*UpdateTodosSuccess) ProtoReflect

func (x *UpdateTodosSuccess) ProtoReflect() protoreflect.Message

func (*UpdateTodosSuccess) Reset

func (x *UpdateTodosSuccess) Reset()

func (*UpdateTodosSuccess) String

func (x *UpdateTodosSuccess) String() string

type UpdateTodosToolCall

type UpdateTodosToolCall struct {
	Args   *UpdateTodosArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *UpdateTodosResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTodosToolCall) Descriptor deprecated

func (*UpdateTodosToolCall) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTodosToolCall.ProtoReflect.Descriptor instead.

func (*UpdateTodosToolCall) GetArgs

func (x *UpdateTodosToolCall) GetArgs() *UpdateTodosArgs

func (*UpdateTodosToolCall) GetResult

func (x *UpdateTodosToolCall) GetResult() *UpdateTodosResult

func (*UpdateTodosToolCall) ProtoMessage

func (*UpdateTodosToolCall) ProtoMessage()

func (*UpdateTodosToolCall) ProtoReflect

func (x *UpdateTodosToolCall) ProtoReflect() protoreflect.Message

func (*UpdateTodosToolCall) Reset

func (x *UpdateTodosToolCall) Reset()

func (*UpdateTodosToolCall) String

func (x *UpdateTodosToolCall) String() string

type UploadArtifactsRequest

type UploadArtifactsRequest struct {
	Uploads []*ArtifactUploadInstruction `protobuf:"bytes,1,rep,name=uploads,proto3" json:"uploads,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadArtifactsRequest) Descriptor deprecated

func (*UploadArtifactsRequest) Descriptor() ([]byte, []int)

Deprecated: Use UploadArtifactsRequest.ProtoReflect.Descriptor instead.

func (*UploadArtifactsRequest) GetUploads

func (*UploadArtifactsRequest) ProtoMessage

func (*UploadArtifactsRequest) ProtoMessage()

func (*UploadArtifactsRequest) ProtoReflect

func (x *UploadArtifactsRequest) ProtoReflect() protoreflect.Message

func (*UploadArtifactsRequest) Reset

func (x *UploadArtifactsRequest) Reset()

func (*UploadArtifactsRequest) String

func (x *UploadArtifactsRequest) String() string

type UploadArtifactsResponse

type UploadArtifactsResponse struct {
	Results []*ArtifactUploadDispatchResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadArtifactsResponse) Descriptor deprecated

func (*UploadArtifactsResponse) Descriptor() ([]byte, []int)

Deprecated: Use UploadArtifactsResponse.ProtoReflect.Descriptor instead.

func (*UploadArtifactsResponse) GetResults

func (*UploadArtifactsResponse) ProtoMessage

func (*UploadArtifactsResponse) ProtoMessage()

func (*UploadArtifactsResponse) ProtoReflect

func (x *UploadArtifactsResponse) ProtoReflect() protoreflect.Message

func (*UploadArtifactsResponse) Reset

func (x *UploadArtifactsResponse) Reset()

func (*UploadArtifactsResponse) String

func (x *UploadArtifactsResponse) String() string

type UserMessage

type UserMessage struct {
	Text                   string           `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	MessageId              string           `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	SelectedContext        *SelectedContext `protobuf:"bytes,3,opt,name=selected_context,json=selectedContext,proto3,oneof" json:"selected_context,omitempty"`
	Mode                   int32            `protobuf:"varint,4,opt,name=mode,proto3" json:"mode,omitempty"`
	IsSimulatedMsg         *bool            `protobuf:"varint,5,opt,name=is_simulated_msg,json=isSimulatedMsg,proto3,oneof" json:"is_simulated_msg,omitempty"`
	BestOfNGroupId         *string          `protobuf:"bytes,6,opt,name=best_of_n_group_id,json=bestOfNGroupId,proto3,oneof" json:"best_of_n_group_id,omitempty"`
	TryUseBestOfNPromotion *bool            `` /* 142-byte string literal not displayed */
	RichText               *string          `protobuf:"bytes,8,opt,name=rich_text,json=richText,proto3,oneof" json:"rich_text,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMessage) Descriptor deprecated

func (*UserMessage) Descriptor() ([]byte, []int)

Deprecated: Use UserMessage.ProtoReflect.Descriptor instead.

func (*UserMessage) GetBestOfNGroupId

func (x *UserMessage) GetBestOfNGroupId() string

func (*UserMessage) GetIsSimulatedMsg

func (x *UserMessage) GetIsSimulatedMsg() bool

func (*UserMessage) GetMessageId

func (x *UserMessage) GetMessageId() string

func (*UserMessage) GetMode

func (x *UserMessage) GetMode() int32

func (*UserMessage) GetRichText

func (x *UserMessage) GetRichText() string

func (*UserMessage) GetSelectedContext

func (x *UserMessage) GetSelectedContext() *SelectedContext

func (*UserMessage) GetText

func (x *UserMessage) GetText() string

func (*UserMessage) GetTryUseBestOfNPromotion

func (x *UserMessage) GetTryUseBestOfNPromotion() bool

func (*UserMessage) ProtoMessage

func (*UserMessage) ProtoMessage()

func (*UserMessage) ProtoReflect

func (x *UserMessage) ProtoReflect() protoreflect.Message

func (*UserMessage) Reset

func (x *UserMessage) Reset()

func (*UserMessage) String

func (x *UserMessage) String() string

type UserMessageAction

type UserMessageAction struct {
	UserMessage               *UserMessage    `protobuf:"bytes,1,opt,name=user_message,json=userMessage,proto3" json:"user_message,omitempty"`
	RequestContext            *RequestContext `protobuf:"bytes,2,opt,name=request_context,json=requestContext,proto3" json:"request_context,omitempty"`
	SendToInteractionListener *bool           `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UserMessageAction) Descriptor deprecated

func (*UserMessageAction) Descriptor() ([]byte, []int)

Deprecated: Use UserMessageAction.ProtoReflect.Descriptor instead.

func (*UserMessageAction) GetRequestContext

func (x *UserMessageAction) GetRequestContext() *RequestContext

func (*UserMessageAction) GetSendToInteractionListener

func (x *UserMessageAction) GetSendToInteractionListener() bool

func (*UserMessageAction) GetUserMessage

func (x *UserMessageAction) GetUserMessage() *UserMessage

func (*UserMessageAction) ProtoMessage

func (*UserMessageAction) ProtoMessage()

func (*UserMessageAction) ProtoReflect

func (x *UserMessageAction) ProtoReflect() protoreflect.Message

func (*UserMessageAction) Reset

func (x *UserMessageAction) Reset()

func (*UserMessageAction) String

func (x *UserMessageAction) String() string

type UserMessageAppendedUpdate

type UserMessageAppendedUpdate struct {
	UserMessage *UserMessage `protobuf:"bytes,1,opt,name=user_message,json=userMessage,proto3" json:"user_message,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMessageAppendedUpdate) Descriptor deprecated

func (*UserMessageAppendedUpdate) Descriptor() ([]byte, []int)

Deprecated: Use UserMessageAppendedUpdate.ProtoReflect.Descriptor instead.

func (*UserMessageAppendedUpdate) GetUserMessage

func (x *UserMessageAppendedUpdate) GetUserMessage() *UserMessage

func (*UserMessageAppendedUpdate) ProtoMessage

func (*UserMessageAppendedUpdate) ProtoMessage()

func (*UserMessageAppendedUpdate) ProtoReflect

func (*UserMessageAppendedUpdate) Reset

func (x *UserMessageAppendedUpdate) Reset()

func (*UserMessageAppendedUpdate) String

func (x *UserMessageAppendedUpdate) String() string

type WaitAction

type WaitAction struct {
	DurationMs int32 `protobuf:"varint,1,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitAction) Descriptor deprecated

func (*WaitAction) Descriptor() ([]byte, []int)

Deprecated: Use WaitAction.ProtoReflect.Descriptor instead.

func (*WaitAction) GetDurationMs

func (x *WaitAction) GetDurationMs() int32

func (*WaitAction) ProtoMessage

func (*WaitAction) ProtoMessage()

func (*WaitAction) ProtoReflect

func (x *WaitAction) ProtoReflect() protoreflect.Message

func (*WaitAction) Reset

func (x *WaitAction) Reset()

func (*WaitAction) String

func (x *WaitAction) String() string

type WarmRemoteAccessServerRequest

type WarmRemoteAccessServerRequest struct {
	Commit          string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	Port            int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	ConnectionToken string `protobuf:"bytes,3,opt,name=connection_token,json=connectionToken,proto3" json:"connection_token,omitempty"`
	// contains filtered or unexported fields
}

func (*WarmRemoteAccessServerRequest) Descriptor deprecated

func (*WarmRemoteAccessServerRequest) Descriptor() ([]byte, []int)

Deprecated: Use WarmRemoteAccessServerRequest.ProtoReflect.Descriptor instead.

func (*WarmRemoteAccessServerRequest) GetCommit

func (x *WarmRemoteAccessServerRequest) GetCommit() string

func (*WarmRemoteAccessServerRequest) GetConnectionToken

func (x *WarmRemoteAccessServerRequest) GetConnectionToken() string

func (*WarmRemoteAccessServerRequest) GetPort

func (x *WarmRemoteAccessServerRequest) GetPort() int32

func (*WarmRemoteAccessServerRequest) ProtoMessage

func (*WarmRemoteAccessServerRequest) ProtoMessage()

func (*WarmRemoteAccessServerRequest) ProtoReflect

func (*WarmRemoteAccessServerRequest) Reset

func (x *WarmRemoteAccessServerRequest) Reset()

func (*WarmRemoteAccessServerRequest) String

type WarmRemoteAccessServerResponse

type WarmRemoteAccessServerResponse struct {
	// contains filtered or unexported fields
}

func (*WarmRemoteAccessServerResponse) Descriptor deprecated

func (*WarmRemoteAccessServerResponse) Descriptor() ([]byte, []int)

Deprecated: Use WarmRemoteAccessServerResponse.ProtoReflect.Descriptor instead.

func (*WarmRemoteAccessServerResponse) ProtoMessage

func (*WarmRemoteAccessServerResponse) ProtoMessage()

func (*WarmRemoteAccessServerResponse) ProtoReflect

func (*WarmRemoteAccessServerResponse) Reset

func (x *WarmRemoteAccessServerResponse) Reset()

func (*WarmRemoteAccessServerResponse) String

type WebSearchArgs

type WebSearchArgs struct {
	SearchTerm string `protobuf:"bytes,1,opt,name=search_term,json=searchTerm,proto3" json:"search_term,omitempty"`
	ToolCallId string `protobuf:"bytes,2,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchArgs) Descriptor deprecated

func (*WebSearchArgs) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchArgs.ProtoReflect.Descriptor instead.

func (*WebSearchArgs) GetSearchTerm

func (x *WebSearchArgs) GetSearchTerm() string

func (*WebSearchArgs) GetToolCallId

func (x *WebSearchArgs) GetToolCallId() string

func (*WebSearchArgs) ProtoMessage

func (*WebSearchArgs) ProtoMessage()

func (*WebSearchArgs) ProtoReflect

func (x *WebSearchArgs) ProtoReflect() protoreflect.Message

func (*WebSearchArgs) Reset

func (x *WebSearchArgs) Reset()

func (*WebSearchArgs) String

func (x *WebSearchArgs) String() string

type WebSearchError

type WebSearchError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchError) Descriptor deprecated

func (*WebSearchError) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchError.ProtoReflect.Descriptor instead.

func (*WebSearchError) GetError

func (x *WebSearchError) GetError() string

func (*WebSearchError) ProtoMessage

func (*WebSearchError) ProtoMessage()

func (*WebSearchError) ProtoReflect

func (x *WebSearchError) ProtoReflect() protoreflect.Message

func (*WebSearchError) Reset

func (x *WebSearchError) Reset()

func (*WebSearchError) String

func (x *WebSearchError) String() string

type WebSearchReference

type WebSearchReference struct {
	Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Url   string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Chunk string `protobuf:"bytes,3,opt,name=chunk,proto3" json:"chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchReference) Descriptor deprecated

func (*WebSearchReference) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchReference.ProtoReflect.Descriptor instead.

func (*WebSearchReference) GetChunk

func (x *WebSearchReference) GetChunk() string

func (*WebSearchReference) GetTitle

func (x *WebSearchReference) GetTitle() string

func (*WebSearchReference) GetUrl

func (x *WebSearchReference) GetUrl() string

func (*WebSearchReference) ProtoMessage

func (*WebSearchReference) ProtoMessage()

func (*WebSearchReference) ProtoReflect

func (x *WebSearchReference) ProtoReflect() protoreflect.Message

func (*WebSearchReference) Reset

func (x *WebSearchReference) Reset()

func (*WebSearchReference) String

func (x *WebSearchReference) String() string

type WebSearchRejected

type WebSearchRejected struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchRejected) Descriptor deprecated

func (*WebSearchRejected) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchRejected.ProtoReflect.Descriptor instead.

func (*WebSearchRejected) GetReason

func (x *WebSearchRejected) GetReason() string

func (*WebSearchRejected) ProtoMessage

func (*WebSearchRejected) ProtoMessage()

func (*WebSearchRejected) ProtoReflect

func (x *WebSearchRejected) ProtoReflect() protoreflect.Message

func (*WebSearchRejected) Reset

func (x *WebSearchRejected) Reset()

func (*WebSearchRejected) String

func (x *WebSearchRejected) String() string

type WebSearchRequestQuery

type WebSearchRequestQuery struct {
	Args *WebSearchArgs `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchRequestQuery) Descriptor deprecated

func (*WebSearchRequestQuery) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchRequestQuery.ProtoReflect.Descriptor instead.

func (*WebSearchRequestQuery) GetArgs

func (x *WebSearchRequestQuery) GetArgs() *WebSearchArgs

func (*WebSearchRequestQuery) ProtoMessage

func (*WebSearchRequestQuery) ProtoMessage()

func (*WebSearchRequestQuery) ProtoReflect

func (x *WebSearchRequestQuery) ProtoReflect() protoreflect.Message

func (*WebSearchRequestQuery) Reset

func (x *WebSearchRequestQuery) Reset()

func (*WebSearchRequestQuery) String

func (x *WebSearchRequestQuery) String() string

type WebSearchRequestResponse

type WebSearchRequestResponse struct {

	// Types that are valid to be assigned to Result:
	//
	//	*WebSearchRequestResponse_Approved
	//	*WebSearchRequestResponse_Rejected
	Result isWebSearchRequestResponse_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*WebSearchRequestResponse) Descriptor deprecated

func (*WebSearchRequestResponse) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchRequestResponse.ProtoReflect.Descriptor instead.

func (*WebSearchRequestResponse) GetApproved

func (*WebSearchRequestResponse) GetRejected

func (*WebSearchRequestResponse) GetResult

func (x *WebSearchRequestResponse) GetResult() isWebSearchRequestResponse_Result

func (*WebSearchRequestResponse) ProtoMessage

func (*WebSearchRequestResponse) ProtoMessage()

func (*WebSearchRequestResponse) ProtoReflect

func (x *WebSearchRequestResponse) ProtoReflect() protoreflect.Message

func (*WebSearchRequestResponse) Reset

func (x *WebSearchRequestResponse) Reset()

func (*WebSearchRequestResponse) String

func (x *WebSearchRequestResponse) String() string

type WebSearchRequestResponse_Approved

type WebSearchRequestResponse_Approved struct {
	Approved *WebSearchRequestResponse_ApprovedMsg `protobuf:"bytes,1,opt,name=approved,proto3,oneof"`
}

type WebSearchRequestResponse_ApprovedMsg

type WebSearchRequestResponse_ApprovedMsg struct {
	// contains filtered or unexported fields
}

func (*WebSearchRequestResponse_ApprovedMsg) Descriptor deprecated

func (*WebSearchRequestResponse_ApprovedMsg) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchRequestResponse_ApprovedMsg.ProtoReflect.Descriptor instead.

func (*WebSearchRequestResponse_ApprovedMsg) ProtoMessage

func (*WebSearchRequestResponse_ApprovedMsg) ProtoMessage()

func (*WebSearchRequestResponse_ApprovedMsg) ProtoReflect

func (*WebSearchRequestResponse_ApprovedMsg) Reset

func (*WebSearchRequestResponse_ApprovedMsg) String

type WebSearchRequestResponse_Rejected

type WebSearchRequestResponse_Rejected struct {
	Rejected *WebSearchRequestResponse_RejectedMsg `protobuf:"bytes,2,opt,name=rejected,proto3,oneof"`
}

type WebSearchRequestResponse_RejectedMsg

type WebSearchRequestResponse_RejectedMsg struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchRequestResponse_RejectedMsg) Descriptor deprecated

func (*WebSearchRequestResponse_RejectedMsg) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchRequestResponse_RejectedMsg.ProtoReflect.Descriptor instead.

func (*WebSearchRequestResponse_RejectedMsg) GetReason

func (*WebSearchRequestResponse_RejectedMsg) ProtoMessage

func (*WebSearchRequestResponse_RejectedMsg) ProtoMessage()

func (*WebSearchRequestResponse_RejectedMsg) ProtoReflect

func (*WebSearchRequestResponse_RejectedMsg) Reset

func (*WebSearchRequestResponse_RejectedMsg) String

type WebSearchResult

type WebSearchResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*WebSearchResult_Success
	//	*WebSearchResult_Error
	//	*WebSearchResult_Rejected
	Result isWebSearchResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*WebSearchResult) Descriptor deprecated

func (*WebSearchResult) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchResult.ProtoReflect.Descriptor instead.

func (*WebSearchResult) GetError

func (x *WebSearchResult) GetError() *WebSearchError

func (*WebSearchResult) GetRejected

func (x *WebSearchResult) GetRejected() *WebSearchRejected

func (*WebSearchResult) GetResult

func (x *WebSearchResult) GetResult() isWebSearchResult_Result

func (*WebSearchResult) GetSuccess

func (x *WebSearchResult) GetSuccess() *WebSearchSuccess

func (*WebSearchResult) ProtoMessage

func (*WebSearchResult) ProtoMessage()

func (*WebSearchResult) ProtoReflect

func (x *WebSearchResult) ProtoReflect() protoreflect.Message

func (*WebSearchResult) Reset

func (x *WebSearchResult) Reset()

func (*WebSearchResult) String

func (x *WebSearchResult) String() string

type WebSearchResult_Error

type WebSearchResult_Error struct {
	Error *WebSearchError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type WebSearchResult_Rejected

type WebSearchResult_Rejected struct {
	Rejected *WebSearchRejected `protobuf:"bytes,3,opt,name=rejected,proto3,oneof"`
}

type WebSearchResult_Success

type WebSearchResult_Success struct {
	Success *WebSearchSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type WebSearchSuccess

type WebSearchSuccess struct {
	References []*WebSearchReference `protobuf:"bytes,1,rep,name=references,proto3" json:"references,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchSuccess) Descriptor deprecated

func (*WebSearchSuccess) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchSuccess.ProtoReflect.Descriptor instead.

func (*WebSearchSuccess) GetReferences

func (x *WebSearchSuccess) GetReferences() []*WebSearchReference

func (*WebSearchSuccess) ProtoMessage

func (*WebSearchSuccess) ProtoMessage()

func (*WebSearchSuccess) ProtoReflect

func (x *WebSearchSuccess) ProtoReflect() protoreflect.Message

func (*WebSearchSuccess) Reset

func (x *WebSearchSuccess) Reset()

func (*WebSearchSuccess) String

func (x *WebSearchSuccess) String() string

type WebSearchToolCall

type WebSearchToolCall struct {
	Args   *WebSearchArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *WebSearchResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WebSearchToolCall) Descriptor deprecated

func (*WebSearchToolCall) Descriptor() ([]byte, []int)

Deprecated: Use WebSearchToolCall.ProtoReflect.Descriptor instead.

func (*WebSearchToolCall) GetArgs

func (x *WebSearchToolCall) GetArgs() *WebSearchArgs

func (*WebSearchToolCall) GetResult

func (x *WebSearchToolCall) GetResult() *WebSearchResult

func (*WebSearchToolCall) ProtoMessage

func (*WebSearchToolCall) ProtoMessage()

func (*WebSearchToolCall) ProtoReflect

func (x *WebSearchToolCall) ProtoReflect() protoreflect.Message

func (*WebSearchToolCall) Reset

func (x *WebSearchToolCall) Reset()

func (*WebSearchToolCall) String

func (x *WebSearchToolCall) String() string

type WriteArgs

type WriteArgs struct {
	Path                        string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	FileText                    string `protobuf:"bytes,2,opt,name=file_text,json=fileText,proto3" json:"file_text,omitempty"`
	ToolCallId                  string `protobuf:"bytes,3,opt,name=tool_call_id,json=toolCallId,proto3" json:"tool_call_id,omitempty"`
	ReturnFileContentAfterWrite bool   `` /* 149-byte string literal not displayed */
	FileBytes                   []byte `protobuf:"bytes,5,opt,name=file_bytes,json=fileBytes,proto3" json:"file_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteArgs) Descriptor deprecated

func (*WriteArgs) Descriptor() ([]byte, []int)

Deprecated: Use WriteArgs.ProtoReflect.Descriptor instead.

func (*WriteArgs) GetFileBytes

func (x *WriteArgs) GetFileBytes() []byte

func (*WriteArgs) GetFileText

func (x *WriteArgs) GetFileText() string

func (*WriteArgs) GetPath

func (x *WriteArgs) GetPath() string

func (*WriteArgs) GetReturnFileContentAfterWrite

func (x *WriteArgs) GetReturnFileContentAfterWrite() bool

func (*WriteArgs) GetToolCallId

func (x *WriteArgs) GetToolCallId() string

func (*WriteArgs) ProtoMessage

func (*WriteArgs) ProtoMessage()

func (*WriteArgs) ProtoReflect

func (x *WriteArgs) ProtoReflect() protoreflect.Message

func (*WriteArgs) Reset

func (x *WriteArgs) Reset()

func (*WriteArgs) String

func (x *WriteArgs) String() string

type WriteBinaryFileRequest

type WriteBinaryFileRequest struct {
	Path    string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteBinaryFileRequest) Descriptor deprecated

func (*WriteBinaryFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteBinaryFileRequest.ProtoReflect.Descriptor instead.

func (*WriteBinaryFileRequest) GetContent

func (x *WriteBinaryFileRequest) GetContent() []byte

func (*WriteBinaryFileRequest) GetPath

func (x *WriteBinaryFileRequest) GetPath() string

func (*WriteBinaryFileRequest) ProtoMessage

func (*WriteBinaryFileRequest) ProtoMessage()

func (*WriteBinaryFileRequest) ProtoReflect

func (x *WriteBinaryFileRequest) ProtoReflect() protoreflect.Message

func (*WriteBinaryFileRequest) Reset

func (x *WriteBinaryFileRequest) Reset()

func (*WriteBinaryFileRequest) String

func (x *WriteBinaryFileRequest) String() string

type WriteBinaryFileResponse

type WriteBinaryFileResponse struct {
	// contains filtered or unexported fields
}

func (*WriteBinaryFileResponse) Descriptor deprecated

func (*WriteBinaryFileResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteBinaryFileResponse.ProtoReflect.Descriptor instead.

func (*WriteBinaryFileResponse) ProtoMessage

func (*WriteBinaryFileResponse) ProtoMessage()

func (*WriteBinaryFileResponse) ProtoReflect

func (x *WriteBinaryFileResponse) ProtoReflect() protoreflect.Message

func (*WriteBinaryFileResponse) Reset

func (x *WriteBinaryFileResponse) Reset()

func (*WriteBinaryFileResponse) String

func (x *WriteBinaryFileResponse) String() string

type WriteError

type WriteError struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteError) Descriptor deprecated

func (*WriteError) Descriptor() ([]byte, []int)

Deprecated: Use WriteError.ProtoReflect.Descriptor instead.

func (*WriteError) GetError

func (x *WriteError) GetError() string

func (*WriteError) GetPath

func (x *WriteError) GetPath() string

func (*WriteError) ProtoMessage

func (*WriteError) ProtoMessage()

func (*WriteError) ProtoReflect

func (x *WriteError) ProtoReflect() protoreflect.Message

func (*WriteError) Reset

func (x *WriteError) Reset()

func (*WriteError) String

func (x *WriteError) String() string

type WriteNoSpace

type WriteNoSpace struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteNoSpace) Descriptor deprecated

func (*WriteNoSpace) Descriptor() ([]byte, []int)

Deprecated: Use WriteNoSpace.ProtoReflect.Descriptor instead.

func (*WriteNoSpace) GetPath

func (x *WriteNoSpace) GetPath() string

func (*WriteNoSpace) ProtoMessage

func (*WriteNoSpace) ProtoMessage()

func (*WriteNoSpace) ProtoReflect

func (x *WriteNoSpace) ProtoReflect() protoreflect.Message

func (*WriteNoSpace) Reset

func (x *WriteNoSpace) Reset()

func (*WriteNoSpace) String

func (x *WriteNoSpace) String() string

type WritePermissionDenied

type WritePermissionDenied struct {
	Path       string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Directory  string `protobuf:"bytes,2,opt,name=directory,proto3" json:"directory,omitempty"`
	Operation  string `protobuf:"bytes,3,opt,name=operation,proto3" json:"operation,omitempty"`
	Error      string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	IsReadonly bool   `protobuf:"varint,5,opt,name=is_readonly,json=isReadonly,proto3" json:"is_readonly,omitempty"`
	// contains filtered or unexported fields
}

func (*WritePermissionDenied) Descriptor deprecated

func (*WritePermissionDenied) Descriptor() ([]byte, []int)

Deprecated: Use WritePermissionDenied.ProtoReflect.Descriptor instead.

func (*WritePermissionDenied) GetDirectory

func (x *WritePermissionDenied) GetDirectory() string

func (*WritePermissionDenied) GetError

func (x *WritePermissionDenied) GetError() string

func (*WritePermissionDenied) GetIsReadonly

func (x *WritePermissionDenied) GetIsReadonly() bool

func (*WritePermissionDenied) GetOperation

func (x *WritePermissionDenied) GetOperation() string

func (*WritePermissionDenied) GetPath

func (x *WritePermissionDenied) GetPath() string

func (*WritePermissionDenied) ProtoMessage

func (*WritePermissionDenied) ProtoMessage()

func (*WritePermissionDenied) ProtoReflect

func (x *WritePermissionDenied) ProtoReflect() protoreflect.Message

func (*WritePermissionDenied) Reset

func (x *WritePermissionDenied) Reset()

func (*WritePermissionDenied) String

func (x *WritePermissionDenied) String() string

type WriteRejected

type WriteRejected struct {
	Path   string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteRejected) Descriptor deprecated

func (*WriteRejected) Descriptor() ([]byte, []int)

Deprecated: Use WriteRejected.ProtoReflect.Descriptor instead.

func (*WriteRejected) GetPath

func (x *WriteRejected) GetPath() string

func (*WriteRejected) GetReason

func (x *WriteRejected) GetReason() string

func (*WriteRejected) ProtoMessage

func (*WriteRejected) ProtoMessage()

func (*WriteRejected) ProtoReflect

func (x *WriteRejected) ProtoReflect() protoreflect.Message

func (*WriteRejected) Reset

func (x *WriteRejected) Reset()

func (*WriteRejected) String

func (x *WriteRejected) String() string

type WriteResult

type WriteResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*WriteResult_Success
	//	*WriteResult_PermissionDenied
	//	*WriteResult_NoSpace
	//	*WriteResult_Error
	//	*WriteResult_Rejected
	Result isWriteResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*WriteResult) Descriptor deprecated

func (*WriteResult) Descriptor() ([]byte, []int)

Deprecated: Use WriteResult.ProtoReflect.Descriptor instead.

func (*WriteResult) GetError

func (x *WriteResult) GetError() *WriteError

func (*WriteResult) GetNoSpace

func (x *WriteResult) GetNoSpace() *WriteNoSpace

func (*WriteResult) GetPermissionDenied

func (x *WriteResult) GetPermissionDenied() *WritePermissionDenied

func (*WriteResult) GetRejected

func (x *WriteResult) GetRejected() *WriteRejected

func (*WriteResult) GetResult

func (x *WriteResult) GetResult() isWriteResult_Result

func (*WriteResult) GetSuccess

func (x *WriteResult) GetSuccess() *WriteSuccess

func (*WriteResult) ProtoMessage

func (*WriteResult) ProtoMessage()

func (*WriteResult) ProtoReflect

func (x *WriteResult) ProtoReflect() protoreflect.Message

func (*WriteResult) Reset

func (x *WriteResult) Reset()

func (*WriteResult) String

func (x *WriteResult) String() string

type WriteResult_Error

type WriteResult_Error struct {
	Error *WriteError `protobuf:"bytes,5,opt,name=error,proto3,oneof"`
}

type WriteResult_NoSpace

type WriteResult_NoSpace struct {
	NoSpace *WriteNoSpace `protobuf:"bytes,4,opt,name=no_space,json=noSpace,proto3,oneof"`
}

type WriteResult_PermissionDenied

type WriteResult_PermissionDenied struct {
	PermissionDenied *WritePermissionDenied `protobuf:"bytes,3,opt,name=permission_denied,json=permissionDenied,proto3,oneof"`
}

type WriteResult_Rejected

type WriteResult_Rejected struct {
	Rejected *WriteRejected `protobuf:"bytes,6,opt,name=rejected,proto3,oneof"`
}

type WriteResult_Success

type WriteResult_Success struct {
	Success *WriteSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type WriteShellStdinArgs

type WriteShellStdinArgs struct {
	ShellId uint32 `protobuf:"varint,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	Chars   string `protobuf:"bytes,2,opt,name=chars,proto3" json:"chars,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteShellStdinArgs) Descriptor deprecated

func (*WriteShellStdinArgs) Descriptor() ([]byte, []int)

Deprecated: Use WriteShellStdinArgs.ProtoReflect.Descriptor instead.

func (*WriteShellStdinArgs) GetChars

func (x *WriteShellStdinArgs) GetChars() string

func (*WriteShellStdinArgs) GetShellId

func (x *WriteShellStdinArgs) GetShellId() uint32

func (*WriteShellStdinArgs) ProtoMessage

func (*WriteShellStdinArgs) ProtoMessage()

func (*WriteShellStdinArgs) ProtoReflect

func (x *WriteShellStdinArgs) ProtoReflect() protoreflect.Message

func (*WriteShellStdinArgs) Reset

func (x *WriteShellStdinArgs) Reset()

func (*WriteShellStdinArgs) String

func (x *WriteShellStdinArgs) String() string

type WriteShellStdinError

type WriteShellStdinError struct {
	Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteShellStdinError) Descriptor deprecated

func (*WriteShellStdinError) Descriptor() ([]byte, []int)

Deprecated: Use WriteShellStdinError.ProtoReflect.Descriptor instead.

func (*WriteShellStdinError) GetError

func (x *WriteShellStdinError) GetError() string

func (*WriteShellStdinError) ProtoMessage

func (*WriteShellStdinError) ProtoMessage()

func (*WriteShellStdinError) ProtoReflect

func (x *WriteShellStdinError) ProtoReflect() protoreflect.Message

func (*WriteShellStdinError) Reset

func (x *WriteShellStdinError) Reset()

func (*WriteShellStdinError) String

func (x *WriteShellStdinError) String() string

type WriteShellStdinResult

type WriteShellStdinResult struct {

	// Types that are valid to be assigned to Result:
	//
	//	*WriteShellStdinResult_Success
	//	*WriteShellStdinResult_Error
	Result isWriteShellStdinResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*WriteShellStdinResult) Descriptor deprecated

func (*WriteShellStdinResult) Descriptor() ([]byte, []int)

Deprecated: Use WriteShellStdinResult.ProtoReflect.Descriptor instead.

func (*WriteShellStdinResult) GetError

func (*WriteShellStdinResult) GetResult

func (x *WriteShellStdinResult) GetResult() isWriteShellStdinResult_Result

func (*WriteShellStdinResult) GetSuccess

func (*WriteShellStdinResult) ProtoMessage

func (*WriteShellStdinResult) ProtoMessage()

func (*WriteShellStdinResult) ProtoReflect

func (x *WriteShellStdinResult) ProtoReflect() protoreflect.Message

func (*WriteShellStdinResult) Reset

func (x *WriteShellStdinResult) Reset()

func (*WriteShellStdinResult) String

func (x *WriteShellStdinResult) String() string

type WriteShellStdinResult_Error

type WriteShellStdinResult_Error struct {
	Error *WriteShellStdinError `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type WriteShellStdinResult_Success

type WriteShellStdinResult_Success struct {
	Success *WriteShellStdinSuccess `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type WriteShellStdinSuccess

type WriteShellStdinSuccess struct {
	ShellId                              uint32 `protobuf:"varint,1,opt,name=shell_id,json=shellId,proto3" json:"shell_id,omitempty"`
	TerminalFileLengthBeforeInputWritten uint32 `` /* 178-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WriteShellStdinSuccess) Descriptor deprecated

func (*WriteShellStdinSuccess) Descriptor() ([]byte, []int)

Deprecated: Use WriteShellStdinSuccess.ProtoReflect.Descriptor instead.

func (*WriteShellStdinSuccess) GetShellId

func (x *WriteShellStdinSuccess) GetShellId() uint32

func (*WriteShellStdinSuccess) GetTerminalFileLengthBeforeInputWritten

func (x *WriteShellStdinSuccess) GetTerminalFileLengthBeforeInputWritten() uint32

func (*WriteShellStdinSuccess) ProtoMessage

func (*WriteShellStdinSuccess) ProtoMessage()

func (*WriteShellStdinSuccess) ProtoReflect

func (x *WriteShellStdinSuccess) ProtoReflect() protoreflect.Message

func (*WriteShellStdinSuccess) Reset

func (x *WriteShellStdinSuccess) Reset()

func (*WriteShellStdinSuccess) String

func (x *WriteShellStdinSuccess) String() string

type WriteShellStdinToolCall

type WriteShellStdinToolCall struct {
	Args   *WriteShellStdinArgs   `protobuf:"bytes,1,opt,name=args,proto3" json:"args,omitempty"`
	Result *WriteShellStdinResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteShellStdinToolCall) Descriptor deprecated

func (*WriteShellStdinToolCall) Descriptor() ([]byte, []int)

Deprecated: Use WriteShellStdinToolCall.ProtoReflect.Descriptor instead.

func (*WriteShellStdinToolCall) GetArgs

func (*WriteShellStdinToolCall) GetResult

func (*WriteShellStdinToolCall) ProtoMessage

func (*WriteShellStdinToolCall) ProtoMessage()

func (*WriteShellStdinToolCall) ProtoReflect

func (x *WriteShellStdinToolCall) ProtoReflect() protoreflect.Message

func (*WriteShellStdinToolCall) Reset

func (x *WriteShellStdinToolCall) Reset()

func (*WriteShellStdinToolCall) String

func (x *WriteShellStdinToolCall) String() string

type WriteSuccess

type WriteSuccess struct {
	Path                  string  `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	LinesCreated          int32   `protobuf:"varint,2,opt,name=lines_created,json=linesCreated,proto3" json:"lines_created,omitempty"`
	FileSize              int32   `protobuf:"varint,3,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	FileContentAfterWrite *string `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WriteSuccess) Descriptor deprecated

func (*WriteSuccess) Descriptor() ([]byte, []int)

Deprecated: Use WriteSuccess.ProtoReflect.Descriptor instead.

func (*WriteSuccess) GetFileContentAfterWrite

func (x *WriteSuccess) GetFileContentAfterWrite() string

func (*WriteSuccess) GetFileSize

func (x *WriteSuccess) GetFileSize() int32

func (*WriteSuccess) GetLinesCreated

func (x *WriteSuccess) GetLinesCreated() int32

func (*WriteSuccess) GetPath

func (x *WriteSuccess) GetPath() string

func (*WriteSuccess) ProtoMessage

func (*WriteSuccess) ProtoMessage()

func (*WriteSuccess) ProtoReflect

func (x *WriteSuccess) ProtoReflect() protoreflect.Message

func (*WriteSuccess) Reset

func (x *WriteSuccess) Reset()

func (*WriteSuccess) String

func (x *WriteSuccess) String() string

type WriteTextFileRequest

type WriteTextFileRequest struct {
	Path    string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteTextFileRequest) Descriptor deprecated

func (*WriteTextFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteTextFileRequest.ProtoReflect.Descriptor instead.

func (*WriteTextFileRequest) GetContent

func (x *WriteTextFileRequest) GetContent() string

func (*WriteTextFileRequest) GetPath

func (x *WriteTextFileRequest) GetPath() string

func (*WriteTextFileRequest) ProtoMessage

func (*WriteTextFileRequest) ProtoMessage()

func (*WriteTextFileRequest) ProtoReflect

func (x *WriteTextFileRequest) ProtoReflect() protoreflect.Message

func (*WriteTextFileRequest) Reset

func (x *WriteTextFileRequest) Reset()

func (*WriteTextFileRequest) String

func (x *WriteTextFileRequest) String() string

type WriteTextFileResponse

type WriteTextFileResponse struct {
	// contains filtered or unexported fields
}

func (*WriteTextFileResponse) Descriptor deprecated

func (*WriteTextFileResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteTextFileResponse.ProtoReflect.Descriptor instead.

func (*WriteTextFileResponse) ProtoMessage

func (*WriteTextFileResponse) ProtoMessage()

func (*WriteTextFileResponse) ProtoReflect

func (x *WriteTextFileResponse) ProtoReflect() protoreflect.Message

func (*WriteTextFileResponse) Reset

func (x *WriteTextFileResponse) Reset()

func (*WriteTextFileResponse) String

func (x *WriteTextFileResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL