Skip to content

Commit

Permalink
Adds Close() error to echo conversation
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL committed Sep 19, 2024
1 parent 65556ae commit db30576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conversation/echo/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@ func (e *Echo) Converse(ctx context.Context, r *conversation.ConversationRequest

return res, nil
}

func (e *Echo) Close() error {
return nil
}

0 comments on commit db30576

Please sign in to comment.