Skip to content

Commit 15d9f56

Browse files
committed
wip
1 parent 74a1537 commit 15d9f56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
from a2a.client import A2ACardResolver, ClientConfig, create_client
1313
from a2a.types import Message, Part, Role, SendMessageRequest, TaskState
14-
from a2a.utils import get_artifact_text, get_message_text
15-
from a2a.utils.agent_card import display_agent_card
14+
from a2a.helpers import get_artifact_text, get_message_text
15+
from a2a.helpers.agent_card import display_agent_card
1616

1717

1818
async def _handle_stream(

0 commit comments

Comments
 (0)