Skip to content

Commit 0f9a3ca

Browse files
Update src/a2a/server/agent_execution/context.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4e42d31 commit 0f9a3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/agent_execution/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__( # noqa: PLR0913
5959
self._task_id_generator = (
6060
task_id_generator if task_id_generator else UUIDGenerator()
6161
)
62-
self.context_id_generator = (
62+
self._context_id_generator = (
6363
context_id_generator if context_id_generator else UUIDGenerator()
6464
)
6565
# If the task id and context id were provided, make sure they

0 commit comments

Comments
 (0)