Prompt Target

+
+

Deprecated since version v0.4.22: Prompt Targets are deprecated and no longer actively maintained. This concept is +retained for existing users on older Plano configurations, but new applications should +not adopt it. For deterministic, task-specific workloads, use Agents +together with Function Calling instead. The +prompt_targets configuration block and related CLI commands will continue to +function for now, but may be removed in a future release.

+

A Prompt Target is a deterministic, task-specific backend function or API endpoint that your application calls via Plano. Unlike agents (which handle wide-ranging, open-ended tasks), prompt targets are designed for focused, specific workloads where Plano can add value through input clarification and validation.

Plano helps by:

diff --git a/get_started/overview.html b/get_started/overview.html index a0fd7e53..ed468ff4 100755 --- a/get_started/overview.html +++ b/get_started/overview.html @@ -235,8 +235,8 @@
- Prompt Target
-

Understand how Plano handles prompts

+ Prompt Target (Deprecated)
+

Deprecated — kept for existing users. New apps should use Agents.

../concepts/prompt_target.html