Engineering a persona to lean on chat history

@sam how do you suggest adding version or model numbers to metadata separators?

Your original example:

[[metadata about cats]]
a long story about cats
[[metadata about dogs]]
a long story about dogs

Now if we want to enrich them with version numbers or specific model numbers, do I just use the same format or structure that humans would use when typing them?

E.g.:

[[metadata about cats v1.0]]
a long story about cats
[[metadata about dogs]]
a long story about dogs
[[metadata about cats xxl v2.1]]
a long story about cats
[[metadata about dogs v 1.1beta]]
a long story about dogs

Also, when version numbers are missing in metadata (see metadata about dogs), would that chunk be used in a response for all dog-related requests, no matter which “dog version”?