UNPKG

ravendb

Version:
7 lines 299 B
import type { AiConversation } from "./AiConversation.js"; import type { AiAgentActionRequest } from "./Agents/AiAgentActionRequest.js"; export interface UnhandledActionEventArgs { sender: AiConversation; action: AiAgentActionRequest; } //# sourceMappingURL=UnhandledActionEventArgs.d.ts.map