Documentation
Preparing search index...
@spinframework/spin-llm
InferenceResult
Interface InferenceResult
Interface representing the result of an inference. InferenceResult
interface
InferenceResult
{
text
:
string
;
usage
:
InferenceUsage
;
}
Index
Properties
text
usage
Properties
text
text
:
string
usage
usage
:
InferenceUsage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
usage
Documentation
Loading...
Interface representing the result of an inference. InferenceResult