Skip to content

Conversation

@kabir
Copy link
Collaborator

@kabir kabir commented May 15, 2025

Fixes #10

}
}

private Task ensureTask(String eventTaskId, String eventSessionId) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor comment, should eventSessionId be eventContextId?

Artifact curr = artifacts.get(i);
if (curr.artifactId() != null && curr.artifactId().equals(artifactId)) {
existingArtifact = curr;
existingArtifactIndex = i;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a break here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes! This is one of the scenarios we need to test better by the way #46

@fjuma fjuma merged commit ade3d8e into a2aproject:main May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement a TaskManager

2 participants