Skip to content

Commit 8f06c33

Browse files
committed
update tooltips
1 parent 1cd9067 commit 8f06c33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/LLMCharacter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ public class LLMCharacter : LLMCaller
127127
[Tooltip("the chat history as list of chat messages")]
128128
public List<ChatMessage> chat = new List<ChatMessage>();
129129
/// <summary> the grammar to use </summary>
130-
[Tooltip("the grammar to use (GBNF)")]
130+
[Tooltip("the grammar to use")]
131131
public string grammarString;
132132
/// <summary> the grammar to use </summary>
133-
[Tooltip("the grammar to use (JSON schema)")]
133+
[Tooltip("the grammar to use")]
134134
public string grammarJSONString;
135135

136136
/// \cond HIDE

0 commit comments

Comments
 (0)