View Source Dagger.LLMVariable (dagger v0.17.1)

Dagger.LLMVariable

Summary

Types

t()

@type t() :: %Dagger.LLMVariable{client: term(), query_builder: term()}

Functions

hash(llm_variable)

@spec hash(t()) :: {:ok, String.t()} | {:error, term()}

id(llm_variable)

@spec id(t()) :: {:ok, Dagger.LLMVariableID.t()} | {:error, term()}

A unique identifier for this LLMVariable.

name(llm_variable)

@spec name(t()) :: {:ok, String.t()} | {:error, term()}

type_name(llm_variable)

@spec type_name(t()) :: {:ok, String.t()} | {:error, term()}