Handle an incoming message with streaming events
(
adapter: RuntimePlatform,
channelId: string,
text: string,
onEvent: (event: AgentEvent) => void,
attachments?: ChannelAttachment[],
)
| 125 | export interface IPackAgent { |
| 126 | /** Handle an incoming message with streaming events */ |
| 127 | handleMessage( |
| 128 | adapter: RuntimePlatform, |
| 129 | channelId: string, |
| 130 | text: string, |
no outgoing calls
no test coverage detected