MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / Config

Class Config

autochain/models/base.py:83–86  ·  view source on GitHub ↗

Configuration for this pydantic object.

Source from the content-addressed store, hash-verified

81 """Maximum number of tokens to generate."""
82
83 class Config:
84 """Configuration for this pydantic object."""
85
86 extra = Extra.ignore
87
88 @property
89 def _default_params(self) -> Dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected