Skip to content

Commit e636b6d

Browse files
feat(api): api update
1 parent 61f466d commit e636b6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 29
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-d60fed3d26479d1ee76b77df8415390504542522e7188792a23bf77b9f37ed63.yml
3-
openapi_spec_hash: 263672c59d9b01c50f7d2307fbd82ec0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev/context.dev-adab8df19dce27396e4a0e698287f083e1f932e63b85fd8dd4d54f80f0e0b5a8.yml
3+
openapi_spec_hash: 717fea46f446ff97bad627f200963fd7
44
config_hash: ff35e224e809656528c44163aa41bebd

pkg/cmd/web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ var webWebScrapeImages = requestflag.WithInnerFlags(cli.Command{
708708

709709
var webWebScrapeMd = requestflag.WithInnerFlags(cli.Command{
710710
Name: "web-scrape-md",
711-
Usage: "Scrapes the given URL into LLM usable Markdown.",
711+
Usage: "Scrapes the given URL into LLM usable Markdown. Inspect key_metadata on JSON\nresponses from a recognized API key; use error_code to distinguish stable\nfailure categories.",
712712
Suggest: true,
713713
Flags: []cli.Flag{
714714
&requestflag.Flag[string]{

0 commit comments

Comments
 (0)