Interface AgentInvocationResultResponse
- All Known Implementing Classes:
A2AAgentInvocationResultResponse, AgentInvocationResultResponseImpl, ExternalAgentInvocationResultResponse
public interface AgentInvocationResultResponse
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getInvocationResult
AgentInvocationResult getInvocationResult() -
getUsedKnowledgeBaseReferences
Map<String, List<KnowledgeBaseSearchResult>> getUsedKnowledgeBaseReferences() -
getAiInvocation
AgentInvocationResultResponse.Invocation getAiInvocation()
-