Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentModelQueryPlanningActivityRecord
Packages that use KnowledgeAgentModelQueryPlanningActivityRecord
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentModelQueryPlanningActivityRecord in com.azure.search.documents.agents.models
Methods in com.azure.search.documents.agents.models that return KnowledgeAgentModelQueryPlanningActivityRecordModifier and TypeMethodDescriptionKnowledgeAgentModelQueryPlanningActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentModelQueryPlanningActivityRecord from the JsonReader.KnowledgeAgentModelQueryPlanningActivityRecord.setElapsedMs(Integer elapsedMs) Set the elapsedMs property: The elapsed time in milliseconds for the model activity.KnowledgeAgentModelQueryPlanningActivityRecord.setInputTokens(Integer inputTokens) Set the inputTokens property: The number of input tokens for the LLM query planning activity.KnowledgeAgentModelQueryPlanningActivityRecord.setOutputTokens(Integer outputTokens) Set the outputTokens property: The number of output tokens for the LLM query planning activity.