-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Line 187 in ab3c07b
| const contentResponse: Perplexity.Content.ContentCreateResponse = await client.content.create(contentParams); |
// Content API types
const contentParams: Perplexity.Content.ContentCreateParams = {
urls: ["https://example.com/article"]
};
const contentResponse: Perplexity.Content.ContentCreateResponse = await client.content.create(contentParams);What is client.content.create?
I think need to remove wrong documentation
Metadata
Metadata
Assignees
Labels
No labels