Represents function details in a tool call.
Create a tool call function from a map.
Convert a tool call function to a map.
@type t() :: %MistralClient.Models.ToolCallFunction{ arguments: String.t(), name: String.t() }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()