Uses of Record Class
dev.dokimos.springai.alibaba.SpringAiAlibabaSupport.AlibabaAgentResponse
Packages that use SpringAiAlibabaSupport.AlibabaAgentResponse
-
Uses of SpringAiAlibabaSupport.AlibabaAgentResponse in dev.dokimos.springai.alibaba
Methods in dev.dokimos.springai.alibaba that return SpringAiAlibabaSupport.AlibabaAgentResponseModifier and TypeMethodDescriptionCreates a response carrying output text only, with no token counts (latency-only metrics).Method parameters in dev.dokimos.springai.alibaba with type arguments of type SpringAiAlibabaSupport.AlibabaAgentResponseModifier and TypeMethodDescriptionstatic AsyncTaskSpringAiAlibabaSupport.measuredAsyncTask(Function<Example, SpringAiAlibabaSupport.AlibabaAgentResponse> agentCall, String model, PriceTable prices) Creates a measuredAsyncTaskthat runs a Spring AI Alibaba agent and captures latency automatically and, when aPriceTableand model id are supplied, cost, lighting up the run's metrics cards.static AsyncTaskSpringAiAlibabaSupport.measuredAsyncTask(Function<Example, SpringAiAlibabaSupport.AlibabaAgentResponse> agentCall, String model, PriceTable prices, Executor executor)