Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for Prompt (0.05 seconds)

  1. fastapi/applications.py

                    For example, in `http://example.com/vibes`, the path is `/vibes`.
                    """
                ),
            ],
            *,
            prompt: Annotated[
                str,
                Doc(
                    """
                    The prompt to send to the LLM provider along with the payload.
    
                    This tells the LLM what to do with the request body.
                    """
                ),
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        assertThat(call).contains("site=" + url.host)
        assertThat(call).contains("url=$url")
        assertThat(call).contains("type=" + java.net.Authenticator.RequestorType.SERVER)
        assertThat(call).contains("prompt=Bar")
        assertThat(call).contains("protocol=http")
        assertThat(call.lowercase(Locale.US))
          .contains("scheme=basic") // lowercase for the RI.
      }
    
      @Test
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 133.3K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Allow Unsecure Basic Auth */
        public static final String LABELS_spnego_allow_unsecure_basic = "{labels.spnego_allow_unsecure_basic}";
    
        /** The key of the message: Prompt NTLM */
        public static final String LABELS_spnego_prompt_ntlm = "{labels.spnego_prompt_ntlm}";
    
        /** The key of the message: Allow Localhost */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 172.6K bytes
    - Click Count (0)
Back to Top