Skip to content
Discussion options

You must be logged in to vote

Found the solution, sharing it for future reference:

    intro_event = Event(
        invocation_id=str(uuid.uuid4()),
        author='system',
        content=types.Content(parts=[types.Part(text=intro_message)]),
    )
    await session_service.append_event(session, intro_event)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gmyrianthous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
2 participants