Package com.firecrawl.models
Class QueryFormat
- java.lang.Object
-
- com.firecrawl.models.QueryFormat
-
@Deprecated public class QueryFormat extends java.lang.ObjectDeprecated.UseQuestionFormatorHighlightsFormatinstead.Deprecated query format for asking a question about page content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryFormat.BuilderDeprecated.static classQueryFormat.ModeDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static QueryFormat.Builderbuilder()Deprecated.QueryFormat.ModegetMode()Deprecated.java.lang.StringgetPrompt()Deprecated.java.lang.StringgetType()Deprecated.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Deprecated.
-
getPrompt
public java.lang.String getPrompt()
Deprecated.
-
getMode
public QueryFormat.Mode getMode()
Deprecated.
-
builder
public static QueryFormat.Builder builder()
Deprecated.
-
-