MemoryMesh

add_temporal

Define specific points in time with associated environmental conditions. Capture day, time, weather, and year data to integrate into timelines or contextual records.

Instructions

Represents a specific point in time and its associated environmental conditions.

Input Schema

NameRequiredDescriptionDefault
temporalYes

Input Schema (JSON Schema)

{ "properties": { "temporal": { "additionalProperties": { "description": "Additional property value", "type": "string" }, "properties": { "day": { "description": "The current day.", "type": "string" }, "time": { "description": "The specific time.", "type": "string" }, "weather": { "description": "The current weather or environmental conditions.", "type": "string" }, "year": { "description": "The current year or point in the timeline.", "type": "string" } }, "required": [], "type": "object" } }, "required": [ "temporal" ], "type": "object" }
ID: kf6n6221pd