Skip to content

Commit

Permalink
add Call struct (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 28, 2023
1 parent f6075c6 commit 4b4244a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ai/functions/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ var List = []FunctionName{
SetSpeechinessFunctionName,
}

type Call struct {
Name string `json:"name"`
}

type Parameters struct {
Type string `json:"type"`
Properties any `json:"properties"`
Expand Down

0 comments on commit 4b4244a

Please sign in to comment.