grok-build-upstream-mirror/crates/codegen/xai-grok-hooks/examples/hooks/session-log.json

18 lines
323 B
JSON
Raw Normal View History

{
"hooks": {
"SessionStart": [
{
"hooks": [
{ "type": "command", "command": "bin/session-log.sh", "timeout": 5 }
]
}
],
"SessionEnd": [
{
"hooks": [
{ "type": "command", "command": "bin/session-log.sh", "timeout": 5 }
]
}
]
}
}