mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
rename func and enum variable
This commit is contained in:
committed by
GitHub
parent
17f08dea67
commit
8384591869
@@ -28,7 +28,7 @@ class YouTubeToolTest(unittest.TestCase):
|
||||
|
||||
def test_analyze_channel(self) -> None:
|
||||
tool_input = ToolInput({
|
||||
'mode': Mode.CHANNEL_ANALYZE.value,
|
||||
'mode': Mode.CHANNEL_INFO.value,
|
||||
'input': 'UC_x5XG1OV2P6uZZ5FSM9Ttw'
|
||||
})
|
||||
result = self.tool.execute(tool_input.mode, tool_input.input)
|
||||
|
||||
Reference in New Issue
Block a user