View Source LlmComposer.FunctionCall (llm_composer v0.8.0)

Helper struct for function call actions.

Summary

Types

@type t() :: %LlmComposer.FunctionCall{
  arguments: binary(),
  id: binary(),
  metadata: map(),
  name: binary(),
  result: term(),
  type: binary() | nil
}