InvokeHarnessRequest

Types

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

Properties

Link copied to clipboard

The actor ID for memory operations. Overrides the actor ID configured on the harness.

Link copied to clipboard

The tools that the agent is allowed to use for this invocation. If specified, overrides the harness default.

Link copied to clipboard

The ARN of the harness to invoke.

Link copied to clipboard

The maximum number of iterations the agent loop can execute. If specified, overrides the harness default.

Link copied to clipboard

The maximum number of tokens the agent can generate per iteration. If specified, overrides the harness default.

Link copied to clipboard

The messages to send to the agent.

Link copied to clipboard

The model configuration to use for this invocation. If specified, overrides the harness default.

Link copied to clipboard

The session ID for the invocation. Use the same session ID across requests to continue a conversation.

Link copied to clipboard

The skills available to the agent for this invocation. If specified, overrides the harness default.

Link copied to clipboard

The system prompt to use for this invocation. If specified, overrides the harness default.

Link copied to clipboard

The maximum duration in seconds for the agent loop execution. If specified, overrides the harness default.

Link copied to clipboard

The tools available to the agent for this invocation. If specified, overrides the harness default.

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