ContentMeta Type
Generic content metadata — describes what a tool/agent produces. The framework carries this tag without interpreting the content itself; consumers decide how to handle each content type.
Record fields
| Record Field |
Description
|
Full Usage:
ContentType
Field type: string
|
Content type identifier (e.g. "text/plain", "application/json", "document/pdf"). User-defined — framework does not restrict values.
|
Extensible key-value metadata (e.g. "filename", "encoding", "schema-url").
|
Static members
| Static member |
Description
|
|
|
|
|
|
|
Full Usage:
ContentMeta.WithMeta(contentType) (meta)
Parameters:
string
meta : (string * string) list
Returns: ContentMeta
|
|
Nao