user_prompt_submit(
self,
context: ClientHookContext,
prompt: str
) -> UserPromptSubmitDecision| Name | Type | Description |
|---|---|---|
context* | ClientHookContext | Current client turn context. |
prompt* | str | Original user prompt. |
Invoke UserPromptSubmit before a user turn.