chore(prompts): Rename Prompt blocks to Dynamic prompts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package agent
|
||||
|
||||
type PromptBlock interface {
|
||||
type DynamicPrompt interface {
|
||||
Render(a *Agent) (string, error)
|
||||
Role() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user