{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "ollama show mxbai-embed-large --modelfile | head -20",
"description": "Check model context settings"
}
}
{
"tool_response": {
"stdout": "# Modelfile generated by \"ollama show\"\n# To build a new Modelfile based on this, replace FROM with:\n# FROM mxbai-embed-large:latest\n\nFROM \/usr\/share\/ollama\/.ollama\/models\/blobs\/sha256-819c2adf5ce6df2b6bd2ae4ca90d2a69f060afeb438d0c171db57daa02e39c3d\nTEMPLATE {{ .Prompt }}\nPARAMETER num_ctx 512\nLICENSE \"\"\" Apache License\n Version 2.0, January 2004\n http:\/\/www.apache.org\/licenses\/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.",
"stderr": "",
"interrupted": false,
"isImage": false
}
}