All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fi.evolver.ai.spring.provider.openai.response.chat.OToolCall Maven / Gradle / Ivy

package fi.evolver.ai.spring.provider.openai.response.chat;

import com.fasterxml.jackson.annotation.JsonProperty;

public record OToolCall(
		Integer index,
		String id,
		String type,
		@JsonProperty("function") OFunctionCall functionCall) {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy