populate_invoke_agent_scope Module

Functions

populate

Populate all supported InvokeAgentScope tags from the provided TurnContext. :param scope: The InvokeAgentScope instance to populate. :param turn_context: The TurnContext containing activity information. :return: The updated InvokeAgentScope instance.

populate(scope: InvokeAgentScope, turn_context: TurnContext) -> InvokeAgentScope

Parameters

Name Description
scope
Required
turn_context
Required