StartRecommendationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.

Link copied to clipboard

The description of the recommendation.

Link copied to clipboard
val name: String?

The name of the recommendation. Must be unique within your account.

Link copied to clipboard

The configuration for the recommendation, including the input to optimize, agent traces to analyze, and evaluation settings.

Link copied to clipboard

The type of recommendation to generate. Valid values are SYSTEM_PROMPT_RECOMMENDATION for system prompt optimization or TOOL_DESCRIPTION_RECOMMENDATION for tool description optimization.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String