Interface AgentSkillsMdDescriptor.Builder

  • Method Details

    • data

      The agent skills markdown content, serialized as descriptor payload data.

      Parameters:
      data - The agent skills markdown content, serialized as descriptor payload data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSchemaVersion

      AgentSkillsMdDescriptor.Builder dataSchemaVersion(String dataSchemaVersion)

      The schema version of the descriptor payload.

      Parameters:
      dataSchemaVersion - The schema version of the descriptor payload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The optional source configuration used to synchronize the agent skills markdown content.

      Parameters:
      source - The optional source configuration used to synchronize the agent skills markdown content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • source

      The optional source configuration used to synchronize the agent skills markdown content.

      This is a convenience method that creates an instance of the DescriptorSource.Builder avoiding the need to create one manually via DescriptorSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to source(DescriptorSource).

      Parameters:
      source - a consumer that will call methods on DescriptorSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: