Preparing search index...
The search index is not available
chatrpc
chatrpc
Schemas
SchemaTypeString
Type alias SchemaTypeString<T>
Schema
Type
String
<
T
>
:
T
extends
string
?
"string"
:
T
extends
number
?
"number"
:
T
extends
boolean
?
"boolean"
:
T
extends
null
?
"null"
:
T
extends
unknown
[]
?
"array"
:
T
extends
object
?
"object"
:
"any"
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
chatrpc
Interface
Schemas
Schema
Any
Schema
Array
Schema
Base
Schema
Boolean
Schema
Null
Schema
Number
Schema
Object
Schema
Schema
Type
String
String
Schema
Chat
Method
Service
Chat
Message
Schema
get
Chat
Gpt3
Prompt
Generated using
TypeDoc