Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TaskingAI/TaskingAI
/ execute
Function
execute
plugin/test/api_service/image/image.py:9–12 ·
view source on GitHub ↗
(payload: Dict)
Source
from the content-addressed store, hash-verified
7
8
9
async
def
execute(payload: Dict):
10
async
with
aiohttp.ClientSession()
as
session:
11
response = await session.post(BASE_URL, json=payload)
12
return
ResponseWrapper(response.status, await response.json())
Callers
3
test_generate_image_s3_with_public_domain
Method · 0.90
test_generate_image_s3_without_public_domain
Method · 0.90
test_generate_image_local
Method · 0.90
Calls
2
ResponseWrapper
Class · 0.90
json
Method · 0.45
Tested by
3
test_generate_image_s3_with_public_domain
Method · 0.72
test_generate_image_s3_without_public_domain
Method · 0.72
test_generate_image_local
Method · 0.72