TapPromptMap augmentation.Frontend API symbols
PromptId
The prompt names in the TapPromptMap augmentation.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The prompt names in the TapPromptMap augmentation.
type PromptId = keyof TapPromptMap extends never ? string : Extract<keyof TapPromptMap, string>;
TapPromptMap augmentation.Was this page helpful?