mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
V1 Integration (#11183)
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
8
scripts/dump_config_schema.py
Normal file
8
scripts/dump_config_schema.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import json
|
||||
|
||||
from openhands.app_server.config import get_global_config
|
||||
|
||||
if __name__ == '__main__':
|
||||
config = get_global_config()
|
||||
schema = config.model_json_schema()
|
||||
print(json.dumps(schema, indent=2))
|
||||
Reference in New Issue
Block a user