How does analyze_intent work ? #19
Replies: 1 comment
-
|
That is the model interpreting the prompt, so it knows how to read intent from your request. Thta's just core AI(LLM) stuff. Remember that commands are prompts combined with code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The UFC documentation for PAI speaks of semantic understanding beyond keywords triggers, using intent analysis to dynamically load context:
And includes this tantalizing example:
However, I can't figure out what part of the system makes this 👆 actually work. This syntax doesn't seem to reference an intent analysis function backed into Claude Code. So what makes this syntax work if I included it in the user-prompt-submit-hook ?
In the PAI docs, I can see hook scripts that rely on keyword triggers, but I can't see scripts that would enable this enhanced intent analysis. Presumably that would intend asking Claude Code to first perform this intent analysis, then look at the UFC for relevant context and load that in before answering the user. But how is this set up?
Super keen to understand this. Any help would be greatly appreciated!
Cheers.
Leo.
Beta Was this translation helpful? Give feedback.
All reactions