Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

merge

Method
This is a method of the ContextConfig class in the models module.
Create new config with overrides applied.

Signature

def merge() -> 'ContextConfig'

Returns

Returns
'ContextConfig'
The result of the operation.

Uses

  • to_dict
  • OptimizerStrategy
  • ContextConfig

Used By

Source

View on GitHub

praisonaiagents/context/models.py at line 424