Skip to content

Conversation

ashubham
Copy link
Member

No description provided.

@mnk-blr
Copy link

mnk-blr commented Jul 15, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@ashubham ashubham force-pushed the chatgpt branch 2 times, most recently from 66e3647 to 1cd2551 Compare July 21, 2025 16:10
const { id } = fetchInputSchema.parse(request.params.arguments);
// id is of the form "<datasource-id>:<question>"
const [datasourceId, question] = id.split(":");
const answer = await this.getThoughtSpotService().getAnswerForQuestion(question, datasourceId, false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no create liveboard?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, chatgpt does not seem to support anything beyond search and fetch

} catch (error) {
span?.setStatus({ code: SpanStatusCode.ERROR, message: (error as Error).message });
console.error("Error getting relevant questions: ", error, "sourceIds: ", sourceIds, "instanceUrl: ", (this.client as any).instanceUrl);
console.error("Error getting relevant questions: ", "sourceIds: ", sourceIds, "instanceUrl: ", (this.client as any).instanceUrl, "error: ", error);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra comma

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont see extra comma, am I missing something?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console.error("Error getting relevant questions: ", "sourceIds: "

declare namespace Cloudflare {
interface Env {
OAUTH_KV: KVNamespace;
HONEYCOMB_API_KEY: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason for removing this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is autogen code, seems this is missing in the wrangler.jsonc

@ashubham ashubham force-pushed the chatgpt branch 4 times, most recently from 6097bfd to dadf1e8 Compare July 21, 2025 21:48
@ashubham ashubham changed the title [WIP] Chat GPT Deep research Chat GPT Deep research Jul 21, 2025
@ashubham ashubham merged commit 8746fe9 into main Jul 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants