MCPcopy Create free account
hub / github.com/answerlink/IntelliQ / __init__

Method __init__

scene_processor/impl/fund_processor.py:10–13  ·  view source on GitHub ↗
(self, parameters)

Source from the content-addressed store, hash-verified

8
9class WeatherSceneProcessor(SceneProcessor):
10 def __init__(self, parameters):
11 self.slot_template = get_raw_slot(parameters)
12 self.slot = get_raw_slot(parameters)
13 self.scene_prompts = load_file_to_obj('scene_config/scene_prompts.json')
14
15 def process(self, user_input, context):
16 # 处理用户输入,更新槽位,检查完整性,以及与用户交互

Callers

nothing calls this directly

Calls 2

get_raw_slotFunction · 0.90
load_file_to_objFunction · 0.90

Tested by

no test coverage detected