@salesforce/agents
Version:
Client side APIs for working with Salesforce agents
10 lines (9 loc) • 1.08 kB
TypeScript
export { type AgentCreateConfig, type AgentCreateResponse, type AgentJobSpec, type AgentJobSpecCreateConfig, type AgentOptions, type AgentTone, type AgentType, type AgentPreviewMessageLinks, type AgentPreviewMessage, type AgentPreviewStartResponse, type AgentPreviewSendResponse, type AgentPreviewEndResponse, type AgentTraceResponse, type AgentTraceStep, type BotMetadata, type BotVersionMetadata, type DraftAgentTopics, type DraftAgentTopicsBody, type DraftAgentTopicsResponse, type AvailableDefinition, type AgentTestResultsResponse, type AgentTestStartResponse, type AgentTestStatusResponse, type TestCaseResult, type TestStatus, } from './types';
export { metric } from './utils';
export { Agent, AgentCreateLifecycleStages } from './agent';
export { AgentTester } from './agentTester';
export { AgentTest, AgentTestCreateLifecycleStages } from './agentTest';
export { AgentTrace } from './agentTrace';
export { convertTestResultsToFormat, humanFriendlyName } from './agentTestResults';
export { AgentPreview } from './agentPreview';
export { writeDebugLog } from './apexUtils';