Skip to content

Commit

Permalink
Merge pull request #8 from fandujar/feat/plugins
Browse files Browse the repository at this point in the history
feat: add plugins run tool
  • Loading branch information
fandujar authored Sep 28, 2024
2 parents b02e7f3 + bb2c88b commit d5515dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugins/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type Plugin interface {
New(config *PluginConfig) (Plugin, error)
GetName() string
GetTools() []openai.Tool
RunTool(toolName string, messages []openai.ChatCompletionMessage, tools []openai.Tool) (string, error)
RunEventLoop()
}

Expand Down

0 comments on commit d5515dc

Please sign in to comment.