Table of Contents

Method WithMetadata

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

WithMetadata(string, object)

Adds custom metadata.

public SkillBuilder WithMetadata(string key, object value)

Parameters

key string

The metadata key.

value object

The metadata value.

Returns

SkillBuilder

This builder for method chaining.