LLMMetaData

constructor(port: Int = 11434, model: String = "qwen2.5-coder:32b-instruct-q8_0", prompt: String = "", backend: LlmBackend = LlmBackend.OLLAMA, systemPrompt: String = "", responseFormat: ResponseFormat = ResponseFormat.NATURAL_LANGUAGE, responseInstructions: String = LLMResult.JSON_SCHEMA, error: String = "", sources: List<NodeIdentity> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), nodeAction: NodeAction = NodeAction.EXECUTE, inputs: List<NodeIdentity> = emptyList())(source)