(args []string)
| 61 | // owns the locale lookup). Callers display it verbatim. |
| 62 | type DescriberWithInput interface { |
| 63 | DescribeCall(args []string) string |
| 64 | } |
| 65 | |
| 66 | // PromptOpts carries the context an LLM-aware plugin needs to produce a |
no outgoing calls