14 public object?
Context {
get;
internal set; }
19 public object?
Tools {
get;
internal set; }
27 public static bool TryParse(Dictionary<string, object> Generic,
32 if (Generic.TryGetValue(
"context", out
object? Obj))
35 if (Generic.TryGetValue(
"tools", out Obj))
Sampling capabilities structure
object? Context
Whether the client supports context inclusion via includeContext parameter. If not declared,...
static bool TryParse(Dictionary< string, object > Generic, out SamplingCapabilities Typed)
Tries to parse a generic structure into a typed structure.
object? Tools
Whether the client supports tool use via tools and toolChoice parameters.