OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

add extended generic section

Open celek opened this issue 1 month ago • 6 comments

End-user friendly description of the problem this fixes or functionality that this introduces

  • [ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

Give a summary of what the PR does, explaining any non-trivial design decisions Creates a dynamic generic 'extended' section in config.toml

[extended]
key_1 = value_1
key_2 = value_2

you can access the value using:

value = cfg.extended.key_1

or

value = cfg.extended["key_2"]

Link of any specific issues this addresses https://github.com/All-Hands-AI/OpenHands/issues/5849

celek avatar Dec 31 '24 12:12 celek