MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / CallLogicConfig

Class CallLogicConfig

src/core/models.py:156–162  ·  view source on GitHub ↗

Token selection call logic configuration

Source from the content-addressed store, hash-verified

154
155
156class CallLogicConfig(BaseModel):
157 """Token selection call logic configuration"""
158
159 id: int = 1
160 call_mode: str = "default"
161 polling_mode_enabled: bool = False
162 updated_at: Optional[datetime] = None
163
164
165class CacheConfig(BaseModel):

Callers 1

get_call_logic_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected