We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf52dce commit e88d72fCopy full SHA for e88d72f
1 file changed
src/a2a/utils/artifact.py
@@ -75,7 +75,7 @@ def new_data_artifact(
75
)
76
77
78
-def get_artifact_text(artifact: Artifact, delimiter: str = "\n") -> str:
+def get_artifact_text(artifact: Artifact, delimiter: str = '\n') -> str:
79
"""Extracts and joins all text content from an Artifact's parts.
80
81
Args:
@@ -114,7 +114,7 @@ def __init__(
114
self,
115
context_id: str,
116
task_id: str,
117
- name: str = "response",
+ name: str = 'response',
118
artifact_id: str | None = None,
119
) -> None:
120
self._context_id = context_id
0 commit comments