Skip to content

Commit

Permalink
Add Support for FormContent InsertionPoint For Prompt Partials in Pro…
Browse files Browse the repository at this point in the history
…mptManager
  • Loading branch information
developerkunal committed Feb 11, 2025
1 parent f6ddd7e commit 253f111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions management/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@ const (

// InsertionPointSecondaryActionsEnd represents the secondary-actions-end insertion point.
InsertionPointSecondaryActionsEnd InsertionPoint = "secondary-actions-end"

// InsertionPointFormContent represents the form-content insertion point.
InsertionPointFormContent InsertionPoint = "form-content"
)

// ScreenPartials is a map of insertion points to partials.
Expand Down

0 comments on commit 253f111

Please sign in to comment.