MCPcopy Create free account
hub / github.com/bhancockio/nextjs-crewai-basic-tutorial / __init__

Method __init__

crewai_be/tasks.py:12–13  ·  view source on GitHub ↗
(self, job_id)

Source from the content-addressed store, hash-verified

10class CompanyResearchTasks():
11
12 def __init__(self, job_id):
13 self.job_id = job_id
14
15 def append_event_callback(self, task_output):
16 logger.info("Callback called: %s", task_output)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected