Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/completion-fn-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The `get_completions` method returns a list of string completions. Each element
#### Using your CompletionFn
This is all that's needed to implement a Completion function that works with our existing Evals, allowing you to more easily evaluate your end-to-end logic on tasks.

See [completion-fns.md](completion-fns.md) to see how to register and use your completion function with `oaieval`.
See [completion-fns.md](completion-fns.md) to find out how to register and use your completion function with `oaieval`.