Skip to content

Commit f964c6d

Browse files
feat: adds type aliases (#11)
1 parent 667b595 commit f964c6d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// LLMChatOpenAI+Typealias.swift
3+
// LLMChatOpenAI
4+
//
5+
// Created by Kevin Hermawan on 10/27/24.
6+
//
7+
8+
import Foundation
9+
10+
public extension LLMChatOpenAI {
11+
typealias Completion = ChatCompletion
12+
typealias CompletionChunk = ChatCompletionChunk
13+
typealias Message = ChatMessage
14+
typealias Options = ChatOptions
15+
}

0 commit comments

Comments
 (0)