Discover Packages
github.com/ktsoator/or
coding
internal
invocation
package
Version:
v0.6.7
Opens a new window with list of versions in this module.
Published: Aug 6, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package invocation defines product-owned metadata for resources explicitly
invoked by a user message. It gives persistence and UI contracts a stable
identity independent of the user-visible command text.
const PromptTemplate Kind = "prompt_template"
type Record struct {
Kind Kind `json:"kind"`
Name string `json:"name"`
Source string `json:"source"`
Path string `json:"path"`
}
Record identifies the exact resource the backend resolved for one user
message. Source and Path describe the resolved resource, not client input.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.