GenAI.Types (GenAI Core v0.2.0)
VNextGenAI Types
Link to this section Summary
Types
Element Description.
Error details
Error Response
Element Finger Print.
Element Handle
Element Name.
Success Response
Call outcome tuple.
Link to this section Types
Link to this type
description()
@type description() :: term()
Element Description.
Link to this type
details()
Error details
Link to this type
error(e)
@type error(e) :: {:error, e}
Error Response
Link to this type
finger_print()
@type finger_print() :: term()
Element Finger Print.
Link to this type
handle()
@type handle() :: term()
Element Handle
Link to this type
name()
@type name() :: term()
Element Name.
Link to this type
ok(r)
@type ok(r) :: {:ok, r}
Success Response
Link to this type
result(r, e)
Call outcome tuple.