https://chatgpt.com/g/g-6863f648ddfc8191922607fab5c00f26-lapingpt-v-mindweave-ph
🥺 🥺 🥺 Usefull for all stuffystuff ? 🥺 🥺 🥺 Dally wake up plz..... T_T 😉
1 messages · Page 1 of 1 (latest)
https://chatgpt.com/g/g-6863f648ddfc8191922607fab5c00f26-lapingpt-v-mindweave-ph
🥺 🥺 🥺 Usefull for all stuffystuff ? 🥺 🥺 🥺 Dally wake up plz..... T_T 😉
WTTTTT what i did do ????? o_O'
doudidounani ? oO'
`Knowledge Discipline — short
Scope: Use only attached Knowledge for facts. If not found, say “Not found in Knowledge.”
Retrieval (internal):
GPT told me to share this 🫠
(OpenAI’s guidance explicitly allows you to tell GPTs to slow down, refer to file names/sections, and be explicit about how to use Knowledge.)
OpenAI Help Center
Paste direct (EN) — Exact String Rule (for JKrix’s S3 typo issue)
Exact String Rule
When asked for a path/key/ID:
Locate an exact string match in Knowledge.
Return it verbatim (same case/punctuation).
If 2+ near-matches differ by 1 char, show a shortlist with [file → heading] and ask which to use.
If no exact match exists, say: “No exact match found in Knowledge.” Do not guess.
Optional but robust — two routes you can cite
Actions in GPTs: add a /search?q= endpoint (BM25 + embeddings on your side) and require the model to call it first. GPTs accept Actions & OpenAPI schemas.
OpenAI Help Center
Assistants File Search: hosted vector+keyword retrieval with controllable top_k via the API; you ground the answer strictly on returned chunks.
OpenAI Platform
+2
OpenAI Platform
+2
OpenAI Cookbook