MCPcopy Create free account
hub / github.com/antirez/ds4 / agent_worker_maybe_append_datetime_context

Function agent_worker_maybe_append_datetime_context

ds4_agent.c:1008–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006 " \"path\": {\"type\": \"string\"},\n"
1007 " \"mode\": {\"type\": \"string\"},\n"
1008 " \"glob\": {\"type\": \"string\"},\n"
1009 " \"context\": {\"type\": \"number\"},\n"
1010 " \"max_results\": {\"type\": \"number\"},\n"
1011 " \"case_sensitive\": {\"type\": \"boolean\"}\n"
1012 " },\n"
1013 " \"required\": [\"query\"]\n"
1014 " }\n"
1015 " }\n"
1016 "}\n\n"
1017 "{\n"
1018 " \"type\": \"function\",\n"
1019 " \"function\": {\n"
1020 " \"name\": \"list\",\n"
1021 " \"description\": \"List one directory compactly.\",\n"
1022 " \"parameters\": {\n"
1023 " \"type\": \"object\",\n"
1024 " \"properties\": {\n"
1025 " \"path\": {\"type\": \"string\"}\n"
1026 " },\n"
1027 " \"required\": [\"path\"]\n"
1028 " }\n"
1029 " }\n"

Callers 1

worker_run_turnFunction · 0.85

Calls 2

ds4_chat_append_messageFunction · 0.85
agent_trace_textFunction · 0.85

Tested by

no test coverage detected