UNPKG

field-service-agent

Version:

Field Service AI Agent - NPM package for integrating AI-powered field service management into mobile apps

7 lines 420 B
export { FieldServiceAgent } from './FieldServiceAgent'; export type { FieldServiceAgentConfig, AgentResponse, NavigationAction, CommunicationAction, ActionType, FunctionResponse, ConversationMessage, NavigationCallback, CommunicationCallback } from './types'; export type ClientInput = any; export type JobInput = any; export type InvoiceInput = any; export type EstimateInput = any; //# sourceMappingURL=index.d.ts.map