| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add standalone code samples and test suites for Developer Knowledge API: - search_document_chunks - get_document - batch_get_documents - answer_query
|
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request introduces Python code samples and tests for the Google Developer Knowledge API, including scripts for answering queries, retrieving documents, batch-retrieving documents, and searching document chunks. It also includes a conftest.py file with mock implementations to facilitate local testing. The only feedback is to correct the test execution command in the README.md, as it currently references a non-existent samples_test.py file instead of running pytest directly.
Sorry, something went wrong.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
From my understanding the Kokoro failures are not caused by this PR, however please advise if this is not the case, thank you :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Adds Python code samples and tests for the Google Developer Knowledge API (google-developer-knowledge).
Included Samples:
Tracking