Class NodeToolUseOutputs

    • Constructor Detail

      • NodeToolUseOutputs

        public NodeToolUseOutputs()
    • Method Detail

      • getReferences

        public Reference[] getReferences()
        Returns the sources referenced by the tool result.
        Returns:
        referenced sources
      • getReferenceDomains

        public String[] getReferenceDomains()
        Returns the domains of the referenced sources.
        Returns:
        domains of the referenced sources
      • getQuery

        public String getQuery()
        Returns the query the tool executed.
        Returns:
        the query the tool executed, or null
      • getText

        public String getText()
        Returns the raw response text of the tool.
        Returns:
        raw response text of the tool, or null
      • getToolArgs

        public String getToolArgs()
        Returns the parsed request arguments, as JSON text.
        Returns:
        parsed request arguments (JSON text), or null
      • getData

        public String getData()
        Returns the structured result, as JSON text; present only for selected tools.
        Returns:
        structured result (JSON text), or null