Uses of Interface
de.entwicklertraining.deepseek4j.DeepSeekJsonSchema
Packages that use DeepSeekJsonSchema
-
Uses of DeepSeekJsonSchema in de.entwicklertraining.deepseek4j
Methods in de.entwicklertraining.deepseek4j that return DeepSeekJsonSchemaModifier and TypeMethodDescriptionDeepSeekJsonSchema.additionalProperties(boolean allowed) static DeepSeekJsonSchemaDeepSeekJsonSchema.anyOf(DeepSeekJsonSchema... variants) static DeepSeekJsonSchemaDeepSeekJsonSchema.arraySchema(DeepSeekJsonSchema itemsSchema) static DeepSeekJsonSchemaDeepSeekJsonSchema.booleanSchema(String description) DeepSeekJsonSchema.description(String desc) static DeepSeekJsonSchemaDeepSeekJsonSchema.enumSchema(String description, String... enumValues) DeepSeekJsonSchema.enumValues(String... values) static DeepSeekJsonSchemaDeepSeekJsonSchema.integerSchema(String description) DeepSeekJsonSchema.items(DeepSeekJsonSchema itemSchema) static DeepSeekJsonSchemaDeepSeekJsonSchema.numberSchema(String description) static DeepSeekJsonSchemaDeepSeekJsonSchema.objectSchema()DeepSeekJsonSchema.property(String name, DeepSeekJsonSchema schema, boolean requiredField) static DeepSeekJsonSchemaDeepSeekJsonSchema.stringSchema(String description) Methods in de.entwicklertraining.deepseek4j with parameters of type DeepSeekJsonSchemaModifier and TypeMethodDescriptionstatic DeepSeekJsonSchemaDeepSeekJsonSchema.anyOf(DeepSeekJsonSchema... variants) static DeepSeekJsonSchemaDeepSeekJsonSchema.arraySchema(DeepSeekJsonSchema itemsSchema) DeepSeekJsonSchema.items(DeepSeekJsonSchema itemSchema) DeepSeekToolDefinition.Builder.parameter(String paramName, DeepSeekJsonSchema paramSchema, boolean requiredField) DeepSeekJsonSchema.property(String name, DeepSeekJsonSchema schema, boolean requiredField)