Interface AgentMethodRef1<A1,R>

Type Parameters:
A1 - The argument type of the call
R - The type of value returned by executing the call
All Superinterfaces:
ComponentDeferredMethodRef1<A1,R>

@DoNotInherit public interface AgentMethodRef1<A1,R> extends ComponentDeferredMethodRef1<A1,R>
One argument agent component call representation.

Extends ComponentMethodRef1 with the ability to get a detailed reply including token usage through withDetailedReply().

Not for user extension or instantiation, returned by the SDK component client

  • Method Details