mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
Trajectory replay on web app (under feature flag) (#6348)
This commit is contained in:
@@ -11,6 +11,7 @@ class ConversationInitData(Settings):
|
||||
|
||||
git_provider_tokens: PROVIDER_TOKEN_TYPE | None = Field(default=None, frozen=True)
|
||||
selected_repository: str | None = Field(default=None)
|
||||
replay_json: str | None = Field(default=None)
|
||||
selected_branch: str | None = Field(default=None)
|
||||
|
||||
model_config = {
|
||||
|
||||
Reference in New Issue
Block a user