We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950b625 commit e08c34bCopy full SHA for e08c34b
1 file changed
src/a2a/utils/artifact.py
@@ -79,7 +79,7 @@ def new_data_artifact(
79
)
80
81
82
-def get_artifact_text(artifact: Artifact, delimiter: str = "\n") -> str:
+def get_artifact_text(artifact: Artifact, delimiter: str = '\n') -> str:
83
"""Extracts and joins all text content from an Artifact's parts.
84
85
Args:
@@ -118,7 +118,7 @@ def __init__(
118
self,
119
context_id: str,
120
task_id: str,
121
- name: str = "response",
+ name: str = 'response',
122
artifact_id: str | None = None,
123
) -> None:
124
self._context_id = context_id
0 commit comments