07-deploy-agent-to-cfmd
# 4. Send the result back as an artifact await event_queue.enqueue_event( TaskArtifactUpdateEvent( task_id=context.task_id, context_id=context.context_id, artifact=Artifact( artifactId="investigation_result", parts=[TextPart(text=final_text)], name="investigation_result", ), ) )
artifactId should be artifact_id for example. Probably a new version change. There are multiple ones like this in this project.
07-deploy-agent-to-cfmd
# 4. Send the result back as an artifact await event_queue.enqueue_event( TaskArtifactUpdateEvent( task_id=context.task_id, context_id=context.context_id, artifact=Artifact( artifactId="investigation_result", parts=[TextPart(text=final_text)], name="investigation_result", ), ) )artifactId should be artifact_id for example. Probably a new version change. There are multiple ones like this in this project.