Class AgentRegistrySpawnSpawned
java.lang.Object
com.github.copilot.generated.rpc.AgentRegistrySpawnResult
com.github.copilot.generated.rpc.AgentRegistrySpawnSpawned
@Generated("copilot-sdk-codegen")
public final class AgentRegistrySpawnSpawned
extends AgentRegistrySpawnResult
Managed-server child was spawned and registered successfully.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()getKind()Returns the discriminator value for this variant.voidvoidsetInitialPromptError(String initialPromptError) voidsetInitialPromptSent(Boolean initialPromptSent) voidsetLogCapture(AgentRegistryLogCapture logCapture)
-
Constructor Details
-
AgentRegistrySpawnSpawned
public AgentRegistrySpawnSpawned()
-
-
Method Details
-
getKind
Description copied from class:AgentRegistrySpawnResultReturns the discriminator value for this variant.- Specified by:
getKindin classAgentRegistrySpawnResult- Returns:
- the kind discriminator
-
getEntry
-
setEntry
-
getInitialPromptSent
-
setInitialPromptSent
-
getInitialPromptError
-
setInitialPromptError
-
getLogCapture
-
setLogCapture
-