Class OrchestrationSpringChatDelta

java.lang.Object
org.springframework.ai.chat.model.ChatResponse
com.sap.ai.sdk.orchestration.spring.OrchestrationSpringChatDelta
All Implemented Interfaces:
org.springframework.ai.model.ModelResponse<org.springframework.ai.chat.model.Generation>

public final class OrchestrationSpringChatDelta extends org.springframework.ai.chat.model.ChatResponse
Response from the orchestration service in a Spring AI ChatResponse.
Since:
1.2.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.ai.chat.model.ChatResponse

    org.springframework.ai.chat.model.ChatResponse.Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    int
     
     

    Methods inherited from class org.springframework.ai.chat.model.ChatResponse

    builder, getMetadata, getResult, getResults, hasFinishReasons, hasToolCalls

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.ai.chat.model.ChatResponse
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.springframework.ai.chat.model.ChatResponse
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.ai.chat.model.ChatResponse