Skip to content

Commit 8c3bcc1

Browse files
authored
Merge pull request #35 from contextco/evaluations_changes
2 parents c7cfd93 + 5c953d0 commit 8c3bcc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3467
-396
lines changed

generated/dist-esm/contextAPI.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as coreClient from "@azure/core-client";
2-
import { Log } from "./operationsInterfaces";
2+
import { Evaluations, Log } from "./operationsInterfaces";
33
import { ContextAPIOptionalParams, ConversationSeriesOptionalParams, ConversationSeriesResponse, SentimentOptionalParams, SentimentResponse, RatingOptionalParams, RatingResponse, EstimatedCostOptionalParams, EstimatedCostResponse, VolumeOptionalParams, VolumeResponse, ConversationOptionalParams, ConversationOperationResponse, ConversationsOptionalParams, ConversationsResponse, SuggestedTopicsOptionalParams, SuggestedTopicsResponse, SuggestedTopicConversationsOptionalParams, SuggestedTopicConversationsResponse, SuggestedTopicStatisticsOptionalParams, SuggestedTopicStatisticsResponse } from "./models";
44
export declare class ContextAPI extends coreClient.ServiceClient {
55
$host: string;
@@ -61,6 +61,7 @@ export declare class ContextAPI extends coreClient.ServiceClient {
6161
* @param options The options parameters.
6262
*/
6363
suggestedTopicStatistics(id: string, options?: SuggestedTopicStatisticsOptionalParams): Promise<SuggestedTopicStatisticsResponse>;
64+
evaluations: Evaluations;
6465
log: Log;
6566
}
6667
//# sourceMappingURL=contextAPI.d.ts.map

generated/dist-esm/contextAPI.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/dist-esm/contextAPI.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/dist-esm/contextAPI.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)