refactor(team): drop dead bootstrap prompt field
This commit is contained in:
parent
31b5c31df8
commit
8c136f0a41
1 changed files with 0 additions and 1 deletions
|
|
@ -1260,7 +1260,6 @@ type RuntimeBootstrapSpec = {
|
|||
};
|
||||
members: RuntimeBootstrapMemberSpec[];
|
||||
launch?: {
|
||||
initialUserPrompt?: string | null;
|
||||
bootstrapTimeoutMs?: number;
|
||||
continueOnPartialFailure?: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue