ChatAgentChangeEvent
Home > @gooddata/sdk-ui-gen-ai > ChatAgentChangeEvent
ChatAgentChangeEvent type
A chat agent changed
Signature:
export type ChatAgentChangeEvent = BaseEvent & {
type: "onSelectedAgentAction";
previousAgentId?: string;
agentId?: string;
};
References: BaseEvent