deprecated some packages [feenkcom/gtoolkit#5120] · feenkcom/gt4llm@fea50fe · GitHub
Skip to content

Commit fea50fe

Browse files
committed
deprecated some packages [feenkcom/gtoolkit#5120]
1 parent 663599a commit fea50fe

29 files changed

Lines changed: 127 additions & 22 deletions
Lines changed: 15 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"
2+
This is deprecated implementation. Please, use {{gtPackage:Gt4LlmCore}} instead.
3+
"
4+
Class {
5+
#name : #ManifestGt4LlmGToolkit,
6+
#superclass : #PackageManifest,
7+
#category : #'Gt4Llm-GToolkit-Manifest'
8+
}
9+
10+
{ #category : #testing }
11+
ManifestGt4LlmGToolkit class >> isDeprecated [
12+
"This is deprecated implementation. Please, use {{gtPackage:Gt4LlmCore}} instead."
13+
14+
^ true
15+
]

src/Gt4Llm/ManifestGt4Llm.class.st

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"
2+
This is deprecated implementation. Please, use {{gtPackage:Gt4LlmCore}} instead.
3+
"
4+
Class {
5+
#name : #ManifestGt4Llm,
6+
#superclass : #PackageManifest,
7+
#category : #'Gt4Llm-Manifest'
8+
}
9+
10+
{ #category : #testing }
11+
ManifestGt4Llm class >> isDeprecated [
12+
"This is deprecated implementation. Please, use {{gtPackage:Gt4LlmCore}} instead."
13+
14+
^ true
15+
]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"
2+
This is deprecated implementation. Please, use {{gtPackage:Gt4Llm-Ollama}} instead.
3+
"
4+
Class {
5+
#name : #ManifestGt4OllamaGToolkit,
6+
#superclass : #PackageManifest,
7+
#category : #'Gt4Ollama-GToolkit-Manifest'
8+
}
9+
10+
{ #category : #testing }
11+
ManifestGt4OllamaGToolkit class >> isDeprecated [
12+
"This is deprecated implementation. Please, use {{gtPackage:Gt4Llm-Ollama}} instead."
13+
14+
^ true
15+
]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"
2+
This is deprecated implementation. Please, use {{gtPackage:Gt4Llm-Ollama}} instead.
3+
"
4+
Class {
5+
#name : #ManifestGt4Ollama,
6+
#superclass : #PackageManifest,
7+
#category : #'Gt4Ollama-Manifest'
8+
}
9+
10+
{ #category : #testing }
11+
ManifestGt4Ollama class >> isDeprecated [
12+
"This is deprecated implementation. Please, use {{gtPackage:Gt4Llm-Ollama}} instead."
13+
14+
^ true
15+
]

src/Gt4OpenAI-GToolkit/GtLlmClassAssistant.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class {
22
#name : #GtLlmClassAssistant,
33
#superclass : #GtLlmAssistant,
4-
#category : 'Gt4OpenAI-GToolkit-Coder'
4+
#category : #'Gt4OpenAI-GToolkit-Coder'
55
}
66

77
{ #category : #'as yet unclassified' }

src/Gt4OpenAI-GToolkit/GtLlmCodeSnippetAssistant.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class {
22
#name : #GtLlmCodeSnippetAssistant,
33
#superclass : #GtLlmObjectAssistant,
4-
#category : 'Gt4OpenAI-GToolkit-Coder'
4+
#category : #'Gt4OpenAI-GToolkit-Coder'
55
}
66

77
{ #category : #'as yet unclassified' }

src/Gt4OpenAI-GToolkit/GtLlmCoderChatButton.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Class {
55
'chat',
66
'oldAptitude'
77
],
8-
#category : 'Gt4OpenAI-GToolkit-Coder'
8+
#category : #'Gt4OpenAI-GToolkit-Coder'
99
}
1010

1111
{ #category : #accessing }

src/Gt4OpenAI-GToolkit/GtLlmInstructionInPharoCommentStyler.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Class {
22
#name : #GtLlmInstructionInPharoCommentStyler,
33
#superclass : #GtGenericPharoStyler,
4-
#category : 'Gt4OpenAI-GToolkit-Coder'
4+
#category : #'Gt4OpenAI-GToolkit-Coder'
55
}
66

77
{ #category : #'as yet unclassified' }

src/Gt4OpenAI-GToolkit/GtLlmMethodAssistant.class.st

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)