Interface GenerativeAIFunctionServerCall


@Experimental public interface GenerativeAIFunctionServerCall
Object for a call of GenerativeAIFunctionServer function.
Since:
5.2.251104
  • Method Details

    • getFunction

      @NotNull @NotNull Function getFunction()
      The descriptor of the function to be invoked.
      Returns:
      The function descriptor.
      Since:
      5.2.251104
    • getArguments

      @NotNull @NotNull GenerativeAIFunctionArguments getArguments()
      The arguments the function should be invoked with.
      Returns:
      The function arguments.
      Since:
      5.2.251104