MCPcopy
hub / github.com/langroid/langroid / update

Method update

langroid/utils/configuration.py:54–55  ·  view source on GitHub ↗
(self, new_settings: Settings)

Source from the content-addressed store, hash-verified

52 setattr(_global_settings, name, value)
53
54 def update(self, new_settings: Settings) -> None:
55 _global_settings.__dict__.update(new_settings.__dict__)
56
57 def dict(self) -> Dict[str, Any]:
58 # Return a dict view of the settings as seen by the caller.

Callers 15

update_global_settingsFunction · 0.45
set_globalFunction · 0.45
update_hashFunction · 0.45
get_headersMethod · 0.45
__init__Method · 0.45
_prep_chat_completionMethod · 0.45
parse_number_range_listFunction · 0.45
get_list_from_userFunction · 0.45

Calls

no outgoing calls