Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoGoodResult = errors.New("no good search results found") ErrAPIResponse = errors.New("arXiv api responded with error") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client defines an HTTP client for communicating with arXiv.
type Result ¶
type Result struct {
Title string
Authors []string
Summary string
PdfURL string
PublishedAt string
}
Result defines a search query result type.
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
func (*Tool) Description ¶
Description returns the description of the tool.
func (*Tool) Schema ¶
func (t *Tool) Schema() *tool.PropertiesSchema
Click to show internal directories.
Click to hide internal directories.