UNPKG

weaviate-agents

Version:
4 lines (3 loc) 205 B
import { QueryAgentResponse } from "./response.js"; import { ApiQueryAgentResponse } from "./api-response.js"; export declare const mapApiResponse: (response: QueryAgentResponse) => ApiQueryAgentResponse;